Metadata-Version: 1.0
Name: bodatools
Version: 0.1.0
Summary: A collection of python utilities and scripts for working with binary files
Home-page: https://github.com/emory-libraries/bodatools
Author: Emory University Libraries
Author-email: libsysdev-l@listserv.cc.emory.edu
License: Apache License, Version 2.0
Description: .. note: readme is also included in top of sphinx docs index
        
        
        bodatools
        =========
        
        **bodatools** is a collection of Python code with tools for use with
        born-digital archival materials.  Currently, this consist of:
        
         * **bodatools.binfile**: provides the capability to map arbitrary
           binary data into a read-only Python object
          
           - includes BinaryStructure definitions for Eudora and Outlook
             Express 4.5 (Macintosh) email formats
        
         * A command-line script:
        
           - ``export-email`` - export Outlook Express 4.5 (Macintosh)
             messages to individual files per email/attachment
        
        
        **bodatools** was created by the Digital Programs and Systems Software
        Team of `Emory University Libraries <http://web.library.emory.edu/>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
