mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
7aea6ab57f6e512f37a2bf06dc04ec381f87bebf
replit Python Module
The Repl.it Python environment does not require any platform-specific code, however, these optional utilities provide additional platform features in a simple and accessible way.
Example: Repl.it DB is an HTTP service, but an optional Python client (here!) is available.
>>> import replit
This repository is the home for the replit Python package, which provides:
- A fully-featured database client for Repl.it DB.
- A work in progress Repl.it user profile lookup.
- A Flask application decorator for ensuring Repl.it Auth required on specific routes.
& other helpful toys and utilities, like...
- A simple audio library that can play tones and audio files!
- Some helpful functions for displaying ANSI colors within interactive terminal sessions.
Open Source License
This library is licensed under the ISC License and is free for you to use, change, or even profit from!
Description
Languages
Python
99.7%
Makefile
0.3%
