Metadata-Version: 2.1
Name: marcx
Version: 0.2.9
Summary: MARC record manipulation library based on pymarc
Home-page: https://github.com/ubleipzig/marcx
Author: Martin Czygan
Author-email: martin.czygan@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: General
Requires-Dist: pymarc>=2.0
Requires-Dist: jsonpath-rw>=1.3.0
Requires-Dist: ply>=3.4
Requires-Dist: future>=0.16

 
marcx consists mainly of a `pymarc.Record` subclass called `marcx.Record`,
that implements a few extra methods, which should ease MARC library
metadata manipulations.

Documentation and examples can be found under: https://github.com/ubleipzig/marcx
