diff --git a/README.md b/README.md index b989200..d40e35d 100644 --- a/README.md +++ b/README.md @@ -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.