Skip to main content

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.5.0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

tinybin-0.5.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file tinybin-0.5.0.tar.gz.

File metadata

  • Download URL: tinybin-0.5.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

Hashes for tinybin-0.5.0.tar.gz
Algorithm Hash digest
SHA256 23b05f06572d342410061999e449bc450cd29c0638106935be4f02085cbca17e
MD5 e3cc1e5d1ac44322f1cf91b54a3894a6
BLAKE2b-256 f1411d17c9f766debac0534ef0242bc1c495efbaa592b7287c149f298bc8af23

See more details on using hashes here.

File details

Details for the file tinybin-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: tinybin-0.5.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

Hashes for tinybin-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 33b58c7273d91f617ac71ad0a645de685c10f92a59d9897150b74e04b26df589
MD5 989235b5ab1ac34d7e4045379bf1df63
BLAKE2b-256 344d5b9cd5d1d68740276869abbab4f695d14a5e89c9f8d31c0d3203c7d26bd8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page