Metadata-Version: 2.1
Name: django-didadata
Version: 0.3.0
Summary: A Django app to collecto numeric data.
Home-page: http://github.com/stephrdev/django-didadata/
Author: Stephan Jaekel, Benjamin Banduhn
Author-email: steph@rdev.info
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Django
Requires-Dist: Django (<2.2,>=1.8.19)
Requires-Dist: djangorestframework (<3.10,>=3.9.0)
Requires-Dist: django-filter (<2.1,>=2.0.0)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pytest-pep8; extra == 'tests'
Requires-Dist: pytest-flakes; extra == 'tests'
Requires-Dist: pytest-isort; extra == 'tests'
Requires-Dist: pytest-django; extra == 'tests'
Requires-Dist: factory-boy; extra == 'tests'

django-didadata
===============

.. image:: https://badge.fury.io/py/django-didadata.png
    :target: http://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://coveralls.io/repos/stephrdev/django-didadata/badge.svg?branch=master
  :target: https://coveralls.io/github/stephrdev/django-didadata?branch=master


What is django-didadata
-----------------------

`didadata` is a Django app to collect numeric data.
The app will provide graphs and notifications for collected metrics.


