Metadata-Version: 1.1
Name: eadtoolbox
Version: 0.1c1
Summary: Tools for working with EAD XML files.
Home-page: UNKNOWN
Author: John Harrison
Author-email: john.harrison@liv.ac.uk
License: BSD
Description: The EAD Toolbox provides a number of tools for working with `Encoded Archival 
        Description`_ (EAD) XML documents.
        
        Current capabilities include validation to the DTD, cross-walk to other 
        metadata schemas, and extraction and display of subjects and named entities.
        
        It also includes a web-based user interface for validating, cross-walking and
        extracting data from your own EAD files, provided via a Python_ WSGI_ compliant
        web application
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires: lxml(>=2.1)
