Metadata-Version: 2.1
Name: replitdev
Version: 2.1.1
Summary: A library for interacting with features of repl.it
Home-page: https://github.com/replit/replit-py
License: MIT
Author: mat
Author-email: pypi@matdoes.dev
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.6.2,<4.0.0)
Requires-Dist: flask (>=1.1.2,<2.0.0)
Requires-Dist: requests-html (>=0.10.0,<0.11.0)
Requires-Dist: typing_extensions (>=3.7.4,<4.0.0)
Requires-Dist: werkzeug (>=1.0.1,<2.0.0)
Project-URL: Documentation, https://replit-python-docs.scoder12.repl.co
Project-URL: Repository, https://github.com/replit/replit-py
Description-Content-Type: text/markdown

# `replit` Python Module


The [Repl.it](https://repl.it/) Python environment does not require any platform-specific code, however, these optional utilities provide additional platform features in a simple and accessible way.

![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true)


*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). **[[docs]](https://example.com)**
- A **work in progress** Repl.it user profile lookup. **[[docs]](https://example.com)**
- A Flask application decorator for ensuring Repl.it Auth required on specific routes. **[[docs]](https://example.com)**

& other helpful toys and utilities, like...

- A simple audio library that can play tones and audio files!
- Some helpful functions for displaying ANSI colors within interactive terminal sessions.

### Open Source 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 even profit from!

