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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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