Metadata-Version: 1.1
Name: threebot-stats
Version: 0.0.6
Summary: Your project description goes here
Home-page: https://github.com/arteria/3bot-stats
Author: arteria GmbH
Author-email: admin@arteria.ch
License: BSD
Description: # 3bot-stats
        
        > Statistics and Performance monitoring for [3bot](https://github.com/3bot/3bot).
        
        ## Quickstart
        
        Install 3bot-stats::
        
            pip install 3bot-stats -i http://********pypi.arteria.ch/pypi  --extra-index-url=http://pypi.python.org/simple
        
        Then use it in a project::
        
            import threebot_stats
        
        ## Usage
        
        Workflow statistics are available at `/stats/<slug>`, where `slug` is the primary key visible in the Workflow's URL.
        
        For every Workflow, the average response time for all completed logs, the number of logs since creation, and the totalled execution time ("impact") are listed. A chart visualizes the response times of the last 10 logs.
        
        ## Planned Features
        
        * A graph for all workflows and their response times (to identify time-consuming workflows) / [example](http://www.albemarle.org/upload/images/Pictures/Departments/Performance_Management/pictures/2012%20Q4/Police-Response%20Rural.png)
        
        
        
        
        History
        -------
        
        0.0.1 (1970-01-01)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: 3bot-stats
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
