From 82a02e3f37d136c987c1b685678908dd95c38f3f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Dec 2020 16:45:27 -0500 Subject: [PATCH] README --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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.