mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# `replit` Python Package
|
|
|
|
Let's build some excellent things on [Repl.it](https://repl.it) with Python!
|
|
|
|
While you are certianly able to build software within our environment without any platform-specific code, these utilities have been made to make additional features of the platform available and easily accessible in Python.
|
|
|
|
*Example*: [Repl.it DB](https://docs.repl.it/misc/database) 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](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 within interactive terminal sessions.
|
|
|
|
### License
|
|
|
|
This library is licensed under the [ISC License](https://en.wikipedia.org/wiki/ISC_license) and is free for you to use, change, or profit from!
|