mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 15:00:20 +00:00
README
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
# replit-py
|
||||
# import replit
|
||||
|
||||
Replit-py is a python library designed to be run from a repl on [repl.it](https://repl.it).
|
||||
Let's build some excellent things on [repl.it](https://repl.it) with Python!
|
||||
|
||||
### Features
|
||||
|
||||
- Fully featured database client for Repl DB
|
||||
- Audio library which can play tones and files
|
||||
- Terminal Utillity library which can create and clear colors better than most libaries
|
||||
## `replit` Python Package
|
||||
|
||||
### Documentation
|
||||
This repository is the home for the `replit` Python package, which provides:
|
||||
|
||||
The documentation can be found [here](https://replit-python-docs.scoder12.repl.co).
|
||||
- A fully-featured database client for [Repl.it DB](https://docs.repl.it/misc/database)
|
||||
- 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 & utilities, like...
|
||||
|
||||
- A simple audio library that can play tones and audio files!
|
||||
- Some helpful functions for displaying ANSI colors in interactive terminal sessions.
|
||||
|
||||
Reference in New Issue
Block a user