Metadata-Version: 1.1
Name: github-summary
Version: 0.1.1
Summary: Python tool for generate github summary in multiple formats
Home-page: https://github.com/badele/github-summary
Author: Bruno Adelé
Author-email: bruno@adele.im
License: GPL
Description: 
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        About
        =====
        
        ``github-summary`` Python tool for generate github summary in multiple formats. It can generate a github summary in multiple formats (RST, TXT, HTML, etc ...)
        
        Installing
        ==========
        
        To install the latest release from `PyPI <http://pypi.python.org/pypi/github-summary>`_
        
        ::
        
            $ pip install github-summary
        
        To install the latest development version from `GitHub <https://github.com/badele/github-summary>`_
        
        ::
        
            $ pip install git+git://github.com/badele/github-summary.git
        
        Example
        =======
        
        Here is an example commands using ``github-summary``
        
        ::
        
        	githubsummary -t rst/index-en.rst -j example_projects.json -s example.rst
        
        You can also use the tools, ex: Emacs Org file to JSON file (projects contributed time)
        
        ::
        
           org2json -o project.org -s example_projects.json
        
        You can see a `example <https://github.com/badele/github-summary/blob/master/example.rst>`_ result
        
        
        
        You can also see the result directely in my personnal `website <http://bruno.adele.im>`_ 
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
