Metadata-Version: 2.1
Name: devanalyst
Version: 0.2.0rc1
Summary: Tools to simulate and analyze software development lifecycles
Home-page: http://github.com/ChateauClaudia-Labs/devanalyst
Author: Alejandro Hernandez
Author-email: alejandro@chateauclaudia-labs.com
License: MIT
Keywords: development efficiency analysis process simulation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: IPython
Requires-Dist: nbformat

# devtools

The `devtools` package provides support for data-driven analysis of a software development's team efficiency.
At present it provides support for:
- Simulation of a release cycle:
  - User story burndown

In the future it is planned to provide support as well for:
- Simulation of a release cycle:
  - Bug inflow
  - Source commits
- Efficiency metrics
  - Common model for the data inputs associated to a release cycle
  - Mathematical definition of efficiency metrics
- Data analysis
  - Ability to validate or refute efficiency hypothesis
  - Hotspotting to pin down inefficiency drivers in the code or the team


