Metadata-Version: 1.1
Name: cz-urnnbn-api
Version: 0.2.3
Summary: API for the Czech URN:NBN resolver (https://resolver.nkp.cz).
Home-page: https://github.com/edeposit/cz-urnnbn-api/
Author: Edeposit team
Author-email: edeposit@email.cz
License: MIT
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/cz_urnnbn_api.png
            :target: https://pypi.python.org/pypi/cz_urnnbn_api
        
        .. image:: https://img.shields.io/pypi/dm/cz-urnnbn-api.svg
            :target: https://pypi.python.org/pypi/cz_urnnbn_api
        
        .. image:: https://readthedocs.org/projects/cz-urnnbn-api/badge/?version=latest
            :target: http://cz-urnnbn-api.readthedocs.org/
        
        .. image:: https://img.shields.io/pypi/l/cz-urnnbn-api.svg
        
        .. image:: https://img.shields.io/github/issues/edeposit/cz-urnnbn-api.svg
            :target: https://github.com/edeposit/cz-urnnbn-api/issues
        
        Python API for czech `URN:NBN resolver <https://resolver.nkp.cz/>`_ (`documentation <https://code.google.com/p/urnnbn-resolver-v2/>`_).
        
        URN\:NBN is system for registration and assigning of special codes for electronic publications (it may look like this: ``urn:nbn:cz:edep-00000s``). The codes can be then used to resolve (translate) the code to metadata information about publication and/or to get pointer to actual digital instance of the publication (=file).
        
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://cz-urnnbn-api.readthedocs.org
        
        Contributors
        ============
        
        - Bystroushaak <bystrousak@kitakitsune.org>, Developer
        
        Changelog
        =========
        
        0.2.3
        -----
            - Added requirements to requests.
        
        0.2.2
        -----
            - Fixed another bug in build system.
        
        0.2.1
        -----
            - Fixed bug in build system.
        
        0.2.0
        -----
            - Added docstrings.
            - Added integration tests.
            - Added `sphinx documentation <http://cz-urnnbn-api.readthedocs.org/`_, README.
        
        0.1.0
        -----
            - Project created.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: File Sharing
Classifier: License :: OSI Approved :: MIT License
