librarypaste

A simple pastebin implemented in Python


License
MIT
Install
pip install librarypaste==3.9.0

Documentation

tests Ruff Code style: Black https://img.shields.io/badge/skeleton-2023-informational

Usage

Launch with the librarypaste command or with python -m librarypaste. The library will host the service on [::0]:8080 by default. Pass cherrypy config files on the command line to customize behaivor.

By default, the server saves pastes to the file system in ./repo using the JSON store, but there is support for a MongoDB backend as well.

See also lpaste for a Python-based client (including a clipboard helper) and Mac OS X App.