Metadata-Version: 2.0
Name: project-stats
Version: 2.0.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+
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
Requires-Dist: aiohttp
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Provides-Extra: cheesecake
Requires-Dist: cheesecake; extra == 'cheesecake'

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, npm) 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``


