Metadata-Version: 1.1
Name: django-didadata
Version: 0.3.3
Summary: A Django app to collect numeric data.
Home-page: https://github.com/stephrdev/django-didadata/
Author: Stephan Jaekel, Benjamin Banduhn
Author-email: steph@rdev.info
License: BSD
Project-URL: Bug Reports, https://github.com/stephrdev/django-didadata/issues
Project-URL: Source, https://github.com/stephrdev/django-didadata
Description: django-didadata
        ===============
        
        .. image:: https://badge.fury.io/py/django-didadata.svg
            :target: https://badge.fury.io/py/django-didadata
        
        .. image:: https://travis-ci.org/stephrdev/django-didadata.svg?branch=master
            :target: https://travis-ci.org/stephrdev/django-didadata
        
        .. image:: https://codecov.io/gh/stephrdev/django-didadata/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/stephrdev/django-didadata
        
        
        What is django-didadata
        -----------------------
        
        `didadata` is a Django app to collect numeric data.
        The app will provide graphs and notifications for collected metrics.
        
        
        Prepare for development
        -----------------------
        
        A Python 3.6 interpreter is required in addition to pipenv.
        
        .. code-block:: shell
        
            $ pipenv install --python 3.6 --dev
        
        
        Now you're ready to run the tests:
        
        .. code-block:: shell
        
            $ pipenv run py.test
        
Keywords: django didadata
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
