Metadata-Version: 2.1
Name: replit
Version: 1.3.0
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
Requires-Dist: flask (>=1.1.2,<2.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: typing_extensions (>=3.7.4,<4.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-py

Replit-py is a python library designed to be run from a repl on [repl.it](https://repl.it).

### Features

- Fully featured database client for Repl DB
- Audio library which can play tones and files
- Clear the terminal

### Documentation

The documentation can be found [here](https://replit-python-docs.scoder12.repl.co).

