This commit is contained in:
2020-12-30 16:45:27 -05:00
parent d46698041f
commit 82a02e3f37
+12 -8
View File
@@ -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.