Metadata-Version: 1.1
Name: project-stats
Version: 1.1.0
Summary: keep track of all your projects
Home-page: https://github.com/xi/project-stats
Author: Tobias Bengfort
Author-email: tobias.bengfort@posteo.de
License: GPLv2+
Description: project-stats can be used to keep track of all the projects you are involved
        in.  It collects data from several on- and offline data sources (e.g. git,
        github, pypi, bower) and combines them in a short report.
        
        installation
        ------------
        
        ::
        
           pip install project-stats
        
        configuration
        -------------
        
        See ``sample.yml``.
        
        The configuration is expected in ``./projects.yml``, ``./.projects.yml``,
        ``~/.config/projects.yml``, or ``~/.projects.yml``. The path can also be
        explicitly specified with ``-c``/``--config``.
        
        command line arguments
        ----------------------
        
        See ``project-stats -h``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Topic :: Utilities
