Metadata-Version: 2.0
Name: stackalytics
Version: 0.7.2
Summary: OpenStack analytics 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
Requires-Dist: pbr (>=0.6,!=0.7,<1.0)
Requires-Dist: Babel (>=1.3)
Requires-Dist: Flask (>=0.10,<1.0)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: oslo.config (>=1.6.0)
Requires-Dist: oslo.i18n (>=1.3.0)
Requires-Dist: oslo.log (>=0.4.0)
Requires-Dist: oslo.serialization (>=1.2.0)
Requires-Dist: oslo.utils (>=1.2.0)
Requires-Dist: paramiko (>=1.13.0)
Requires-Dist: psutil (>=1.1.1,<2.0.0)
Requires-Dist: PyGithub
Requires-Dist: python-memcached (>=1.48)
Requires-Dist: PyYAML (>=3.1.0)
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/stackforge/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+stackalytics,n,z
 * IRC: #openstack-stackalytics at freenode



