No project description provided
Project description
Tinybin
Tinybin is a small text sharing service similar to Pastebin.
Installation
pip install tinybin
pip install uvicorn
- optional, if you want to run it with uvicorn (you'll need a different ASGI-compatible server)
Usage
from tinybin import api
import uvicorn
uvicorn.run(
api,
port=8000,
host="127.0.0.1",
)
Beware that it will create a "texts" directory at its location of startup. It will store shared texts there.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tinybin-0.4.0.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file tinybin-0.4.0.tar.gz
.
File metadata
- Download URL: tinybin-0.4.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/5.4.0-169-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e44195526fcf7f7e2051ab2e24956426cc258b2c76b2a666d526ce54d522f928 |
|
MD5 | 81cb9fac3eb57bff1793c3ba196b76fc |
|
BLAKE2b-256 | c6aaee69b520d213a9c821193de016825b6f543da830e3218d3452ec503f3b8f |
File details
Details for the file tinybin-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: tinybin-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/5.4.0-169-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8a28a05810a93827fdb29d00b2a497f03cefa195663bc89da66951395f05a34 |
|
MD5 | d12a6b56d8adf9652539d26bdf55c1b3 |
|
BLAKE2b-256 | ad59478db80205509e0604bcabbb4c32501fb857f6b0b9def33dc364f08b41d6 |