Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yougov/librarypaste
https://github.com/yougov/librarypaste
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yougov/librarypaste
- Owner: yougov
- License: mit
- Created: 2016-09-14T00:43:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T03:14:01.000Z (about 6 years ago)
- Last Synced: 2024-04-16T07:16:26.582Z (9 months ago)
- Language: Python
- Size: 406 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/librarypaste.svg
:target: https://pypi.org/project/librarypaste.. image:: https://img.shields.io/pypi/pyversions/librarypaste.svg
.. image:: https://img.shields.io/travis/yougov/librarypaste/master.svg
:target: https://travis-ci.org/yougov/librarypaste.. .. image:: https://img.shields.io/appveyor/ci/jaraco/skeleton/master.svg
.. :target: https://ci.appveyor.com/project/jaraco/skeleton/branch/master.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latestUsage
=====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.