Metadata-Version: 1.1
Name: librarypaste
Version: 3.6
Summary: A simple pastebin implementation in Python
Home-page: https://github.com/yougov/librarypaste
Author: YouGov, Plc.
Author-email: open-source@yougov.com
License: UNKNOWN
Description: .. 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/pypi/dm/librarypaste.svg
        
        .. image:: https://img.shields.io/travis/jaraco/librarypaste/master.svg
           :target: http://travis-ci.org/jaraco/librarypaste
        
        A Python paste bin.
        
        Install using ``pip install librarypaste`` and 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 <https://pypi.org/project/lpaste>`_ for a Python-based
        client (including a clipboard helper) and Mac OS X App.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
