Metadata-Version: 1.1
Name: libres
Version: 0.0.2
Summary: A library to reserve things
Home-page: http://github.com/seantis/libres/
Author: Denis Krienbühl
Author-email: denis@href.ch
License: BSD
Description: Libres
        ======
        
        Libres is a reservations management library to reserve things like tables at
        a restaurant or tickets at an event. It works with Python 2.7 and Python 3.3+
        and requires Postgresql 9.1.
        
        `Documentation <http://libres.readthedocs.org/en/latest/>`_ | `Source <http://github.com/seantis/libres/>`_ | `Bugs <http://github.com/seantis/libres/issues>`_
        
        **This library is at an experimental stage and not yet suitable for production**
        
        .. image:: https://travis-ci.org/seantis/libres.svg?branch=master
          :target: https://travis-ci.org/seantis/libres
          :alt:    travis build status
        
        .. image:: https://coveralls.io/repos/seantis/libres/badge.png
          :target: https://coveralls.io/r/seantis/libres
          :alt:    coveralls.io coverage
        
        .. image:: https://pypip.in/v/libres/badge.png
            :target: https://pypi.python.org/pypi/libres
            :alt: Latest PyPI release
        
        Changelog
        ---------
        
        0.0.2 (2015-03-16)
        ~~~~~~~~~~~~~~~~~~
        
        - Fix being unable to delete an allocation with a quota > 1. 
          See issue #8.
          [href]
        
        - Replace read session write guard with a simpler version.
          [href]
        
        0.0.1 (2015-02-09)
        ~~~~~~~~~~~~~~~~~~
        
        - Initial release.
          [href]
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
