Metadata-Version: 1.1
Name: dpaste
Version: 2.3
Summary: dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app.
Home-page: https://github.com/bartTC/dpaste/
Author: Martin Mahner
Author-email: martin@mahner.org
License: UNKNOWN
Description: ======
        dpaste
        ======
        
        .. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master
            :target: https://travis-ci.org/bartTC/dpaste
        .. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master
            :target: https://coveralls.io/r/bartTC/dpaste?branch=master
        
        dpaste is a Django based pastebin. It's intended to run separately but its also
        possible to be installed into an existing Django project like a regular app.
        
        You can find a live example on http://dpaste.de/
        
        Further documentation can be found here: http://dpaste.readthedocs.org/en/latest/
        
        
        Changelog
        =========
        
        2.3 (2014-01-07)
        ----------------
        
        * API Documentation
        * Full test coverage
        * Removed Twitter button from homepage
        * Slug generation is less predictable
        
        2.2 (2013-12-18)
        ----------------
        
        * Added documentation: http://dpaste.readthedocs.org/en/latest/
        * Added support for CSRF middleware
        * Windows users can submit the form using Ctrl+Enter
        * The raw view now sends the X-Content-Type-Options=nosniff header
        * Various constants can now be overridden by settings
        * Support for `python setup.py test` to run the tox suite
        
        2.1 (2013-12-14)
        ----------------
        
        * Changes and fixes along the package management.
        
        2.0 (2013-11-29)
        ----------------
        
        * A huge cleanup and nearly total rewrite.
        * dpaste now includes a Django project which is used on www.dpaste.de
          as well as hooks to get it integrated into existing projcts.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
