Metadata-Version: 1.1
Name: marcxml-parser
Version: 1.1.4
Summary: MARC XML / OAI parser, with few highlevel getters.
Home-page: https://github.com/edeposit/marcxml_parser
Author: Edeposit team
Author-email: edeposit@email.cz
License: MIT
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/marcxml_parser.png
            :target: https://pypi.python.org/pypi/marcxml_parser
        
        .. image:: https://pypip.in/d/marcxml_parser/badge.png
        
        This module contains parser for `MARC XML`_ / `OAI`_ format, with some highlevel
        getters, which can retreive names of authors, or titles of books from MARC XML
        / OAI records.
        
        .. _MARC XML: http://www.loc.gov/marc/marcxml.html
        .. _OAI: http://www.openarchives.org/OAI/oai_marc.xsd
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://marcxml-parser.readthedocs.org/
        
        
        Contributors
        ============
        
        - Bystroushaak <bystrousak@kitakitsune.org>, Developer
        
        Changelog
        =========
        
        1.1.4
        -----
            - Added support for ISSN querying.
            - Fixed bug in ``run_test.sh``.
        
        1.1.3
        -----
            - Added one more test.
            - Fixed few typos in documentation.
        
        1.1.2
        -----
            - Added field ``URLu`` to output from ``.get_internal_urls()``.
        
        1.1.1
        -----
            - ISBN is now discriminated to valid and invalid. Added new method ``.get_invalid_ISBNs()``, ``.get_ISBNs()`` now returns just valid ISBNs.
            - Fixed bugs in ``.get_binding()``.
        
        1.1.0
        -----
            - Fixed typos in documentation.
            - Added ``record_itrator()``.
            - Added support for file-like objects.
        
        1.0.1
        -----
            - Fixed small bugs in code and documentation.
            - Added more tests.
        
        1.0.0
        -----
            - First working version.
            - Fully documented and tested.
        
        0.1.0
        -----
            - Project created.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
