Metadata-Version: 1.1
Name: babtools_EXAMPLE
Version: 0.2
Summary: ['Example structure with efficient PyPI usage for  babtools.']
Home-page: http://freehg.org/u/ArneBab/babtools_EXAMPLE
Author: Arne Babenhauserheide
Author-email: arne_bab@web.de
License: GNU GPL-3 or later
Description: 
        This example covers a nice setup.py file, which gets name and description for the PyPI from the docstrings in itself as well as in the main file (babtools_EXAMPLE.py).
        
        The changelog is automatically extracted from the file Changelog.txt and appended to the long description for the PyPI.
        
        Info and API: http://rakjar.de/babtools_gentoo/apidocs/
        
        babtools_EXAMPLE - Example structure for babtools.
        
        
        Usage:
        babscript.py
        
        for default usage, or
        
        - babscript.py --help
        
        for getting help
        
        
        Examples:
        babscript.py
        
        
        Source URL (Mercurial): U{http://freehg.org/u/ArneBab/babtools_EXAMPLE/}
        
        PyPI URL: U{http://pypi.python.org/pypi/babtools_EXAMPLE}
        
        
        babtools_EXAMPLE 0.3
        
        - Better documentation.
        - Removed the name from teh description for PyPI.
        
        babtools_EXAMPLE 0.2
        
        - Now reading changes from Changelog.txt
        
        babtools_EXAMPLE 0.1
        
        - Created working example structure.
        
Keywords: babtools
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Requires: tagpy
