Metadata-Version: 2.0
Name: stackalytics
Version: 0.9.0
Summary: OpenStack Contribution Dashboard
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pbr (<2.0,>=1.3)
Requires-Dist: Babel (>=1.3)
Requires-Dist: Flask (<1.0,>=0.10)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: oslo.config (>=1.11.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: oslo.log (>=1.8.0)
Requires-Dist: oslo.serialization (>=1.4.0)
Requires-Dist: oslo.utils (>=1.9.0)
Requires-Dist: paramiko (>=1.13.0)
Requires-Dist: psutil (<2.0.0,>=1.1.1)
Requires-Dist: PyGithub
Requires-Dist: python-memcached (>=1.56)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: requests (>=2.5.2)
Requires-Dist: requests-file
Requires-Dist: sh
Requires-Dist: six (>=1.9.0)

Stackalytics
============

Application Features
--------------------
Stackalytics is a service that automatically analyzes OpenStack
development activities and displays statistics on contribution. The features are:
 * Extraction of author information from git log, store it in the database;
 * Calculate metrics on number of lines changed (LOC) and commits;
 * Mapping authors to companies and launchpad ids;
 * Filter statistics by time, modules, companies, authors;
 * Extract blueprint and bug ids from commit messages;
 * Auto-update of database.

Project Info
-------------

 * Web-site: http://stackalytics.com/
 * Source Code: http://git.openstack.org/cgit/openstack/stackalytics
 * Wiki: https://wiki.openstack.org/wiki/Stackalytics
 * Launchpad: https://launchpad.net/stackalytics
 * Blueprints: https://blueprints.launchpad.net/stackalytics
 * Bugs: https://bugs.launchpad.net/stackalytics
 * Code Reviews: https://review.openstack.org/#q,status:open+project:openstack/stackalytics,n,z
 * IRC: #openstack-stackalytics at freenode



