Metadata-Version: 1.1
Name: onegov.libres
Version: 0.0.2
Summary: Libres integration for OneGov Cloud.
Home-page: http://github.com/OneGov/onegov.libres
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        Libres is a python library to reserve stuff:
        `Libres on Github <https://github.com/seantis/libres/>`_
        
        Run the Tests
        -------------
            
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Onegov Libres follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Libres uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.libres.png
          :target: https://travis-ci.org/OneGov/onegov.libres
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.libres/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.libres?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://pypip.in/v/onegov.libres/badge.png
          :target: https://crate.io/packages/onegov.libres
          :alt: Latest PyPI Release
        
        License
        -------
        onegov.libres is released under GPLv2
        
        Changelog
        ---------
        
        Unreleased
        ~~~~~~~~~~
        
        0.0.2 (2015-08-05)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to only delete if there are no reservations.
          [href]
        
        0.0.1 (2015-08-03)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
