Metadata-Version: 1.0
Name: github-tools
Version: 0.1.0a2
Summary: Helpers for hosting  python projects on GitHub
Home-page: http://dinoboff.github.com/github-tools/
Author: Damien Lebrun
Author-email: dinoboff@hotmail.com
License: BSD
Description: GitHub.tools
        ============
        
        PasteScript template, Paver tasks and Sphinx extension to setup a new package
        and easily host its on GitHub (including its documentation).
        
        Install:
        --------
        
        Assuming ``setuptools`` is installed, execute the following command line::
        
        easy_install github-tools
        
        or just downloads the last release at http://github.com/dinoboff/github.tools/downloads,
        extract its content and run::
        
        python setup.py install
        
        Usage:
        ------
        
        See http://dinoboff.github.com/github-tools/
        
Keywords: sphinx,github,paster
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.5
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Version Control
