mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Merge branch 'kr-cleanup' of github.com:kennethreitz42/replit-py into kr-cleanup
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
# `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.
|
||||
### `>>> import replit`
|
||||
|
||||

|
||||
|
||||
|
||||
*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:
|
||||
|
||||
@@ -22,6 +15,18 @@ This repository is the home for the `replit` Python package, which provides:
|
||||
- A simple audio library that can play tones and audio files!
|
||||
- Some helpful functions for displaying ANSI colors within interactive terminal sessions.
|
||||
|
||||
|
||||
|
||||
|
||||
### It's worth noting…
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
*Example*: [Repl.it DB](https://docs.repl.it/misc/database) is an HTTP service, but an optional Python client (here!) is available.
|
||||
|
||||
|
||||
### 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!
|
||||
|
||||
Reference in New Issue
Block a user