{
"info": {
"author": "Edeposit team",
"author_email": "edeposit@email.cz",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Topic :: Communications :: File Sharing",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Introduction\n============\n\n.. image:: https://badge.fury.io/py/cz_urnnbn_api.png\n :target: https://pypi.python.org/pypi/cz_urnnbn_api\n\n.. image:: https://img.shields.io/pypi/dm/cz-urnnbn-api.svg\n :target: https://pypi.python.org/pypi/cz_urnnbn_api\n\n.. image:: https://readthedocs.org/projects/cz-urnnbn-api/badge/?version=latest\n :target: http://cz-urnnbn-api.readthedocs.org/\n\n.. image:: https://img.shields.io/pypi/l/cz-urnnbn-api.svg\n\n.. image:: https://img.shields.io/github/issues/edeposit/cz-urnnbn-api.svg\n :target: https://github.com/edeposit/cz-urnnbn-api/issues\n\nPython API for czech `URN:NBN resolver `_ (`documentation `_).\n\nURN\\: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).\n\n\nDocumentation\n-------------\n\nFull module documentation and description can be found at Read the Docs:\n\n- http://cz-urnnbn-api.readthedocs.org\n\nContributors\n============\n\n- Bystroushaak , Developer\n\nChangelog\n=========\n\n0.2.6\n-----\n - Added @first_or_none() decorator.\n - Fixed #24 - bug in .get_title().\n - Added more test files.\n\n0.2.5\n-----\n - Small preventive improvement.\n\n0.2.4\n-----\n - Fixed bug in ``MonographPublication.get_year()``.\n\n0.2.3\n-----\n - Added requirements to requests.\n\n0.2.2\n-----\n - Fixed another bug in build system.\n\n0.2.1\n-----\n - Fixed bug in build system.\n\n0.2.0\n-----\n - Added docstrings.\n - Added integration tests.\n - Added `sphinx documentation