Metadata-Version: 2.1
Name: invenio-circulation
Version: 1.0.0a6
Summary: Invenio module for the circulation of bibliographic items.
Home-page: https://github.com/inveniosoftware/invenio-circulation
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            Copyright (C) 2018 CERN.
            Copyright (C) 2018 RERO.
            Invenio-Circulation is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        =====================
         Invenio-Circulation
        =====================
        
        .. image:: https://img.shields.io/travis/inveniosoftware/invenio-circulation.svg
                :target: https://travis-ci.org/inveniosoftware/invenio-circulation
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-circulation.svg
                :target: https://coveralls.io/r/inveniosoftware/invenio-circulation
        
        .. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-circulation.svg
                :target: https://github.com/inveniosoftware/invenio-circulation/releases
        
        .. image:: https://img.shields.io/pypi/dm/invenio-circulation.svg
                :target: https://pypi.python.org/pypi/invenio-circulation
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-circulation.svg
                :target: https://github.com/inveniosoftware/invenio-circulation/blob/master/LICENSE
        
        Invenio module for the circulation of bibliographic items.
        
        *This is an experimental developer preview release.*
        
        TODO: Please provide feature overview of module
        
        Further documentation is available on
        https://invenio-circulation.readthedocs.io/
        
        
        ..
            Copyright (C) 2018 CERN.
            Copyright (C) 2018 RERO.
            Invenio-Circulation is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        Changes
        =======
        
        Version 1.0.0a6 (released 2019-02-04)
        
        - Force user to implement configuration utils functions instead of returning a
          dummy value.
        
        Version 1.0.0a5 (released 2019-01-28)
        
        - Add config for defining loan `completed` state.
        
        Version 1.0.0a4 (released 2019-01-26)
        
        - Loan replace item endpoint.
        
        Version 1.0.0a3 (released 2019-01-18)
        
        - Creating item reference only when item pid is attached.
        
        Version 1.0.0a2 (released 2019-01-18)
        
        - Adding support for creating a reference inside `Loan` record to an item.
        
        Version 1.0.0a1 (released 2018-12-04)
        
        - Initial public release.
        
Keywords: invenio TODO
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 1 - Planning
Provides-Extra: tests
Provides-Extra: elasticsearch2
Provides-Extra: elasticsearch6
Provides-Extra: elasticsearch5
Provides-Extra: sqlite
Provides-Extra: docs
Provides-Extra: mysql
Provides-Extra: all
Provides-Extra: postgresql
