Metadata-Version: 2.1
Name: additional-data
Version: 0.2.2.2
Summary: Simple library for reading and writing additional data files
Home-page: http://4s4u.de/additional_data/
Author: Andreas Starke
Author-email: andreas@4s4u.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Requires-Dist: argparse
Requires-Dist: lxml
Requires-Dist: PyPDF2

additional data
===============

introduction
------------
The additional data library offers a means to extend metadata structure via an external xml file referencing additional information for referenced elements. It is made available under the [MIT license](https://choosealicense.com/licenses/mit/ "private and commercial use").

installation
------------
Getting to use the additional data package is as simple as:
     pip install additional_data

how to
------
The package includes some sample files that show the use of the library when executed.

	$ python example_create_ad.py



