Metadata-Version: 1.0
Name: github-tools
Version: 0.1.0a1
Summary: Helpers for hosting  python projects on GitHub
Home-page: UNKNOWN
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:
        ------
        
        todo
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
