Metadata-Version: 1.1
Name: biblib
Version: 0.1.dev1
Summary: A library to handle BibTeX bibliographic data.
Home-page: http://packages.python.org/biblib
Author: Frank Roemer
Author-email: froemer76@googlemail.com
License: MIT
Description: BibLib
        ******
         
        *biblib* provides classes, methods and functions to handle BibTeX bibliographic data, single entries as well as databases, in python.
        
        Usage example
        =============
        
        Simply import it:
        
        .. code-block::
        
        	import biblib
        	...
        
        Requirements
        =============
        
        It depends on **isbnlib** https://pypi.python.org/pypi/isbnlib
        
Keywords: BibTeX ISBN DOI citation
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Classifier: Topic :: Software Development :: Libraries :: Python Modules
