Metadata-Version: |
2.0 |
Name: |
django-livewatch |
Version: |
0.3.0 |
Summary: |
django-livewatch integrates livewatch.de for django projects |
Author: |
Moccu GmbH & Co. KG |
Author-Email: |
info[at]moccu.com |
Home-Page: |
https://github.com/moccu/django-livewatch/ |
License: |
BSD |
Keywords: |
livewatch,django |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Framework :: Django |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.6 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Requires-Dist: |
django (>=1.5) |
Requires-Dist: |
importlib (>=1.0.3); python_version == "2.6" |
Requires-Dist: |
celery; extra == "celery" |
Requires-Dist: |
django-rq; extra == "rq" |
Requires-Dist: |
tox; extra == "tests" |
Requires-Dist: |
tox-pyenv; extra == "tests" |
Requires-Dist: |
py (==1.4.26); extra == "tests" |
Requires-Dist: |
pyflakes (==0.8.1); extra == "tests" |
Requires-Dist: |
pytest (==2.6.4); extra == "tests" |
Requires-Dist: |
pytest-cache (==1.0); extra == "tests" |
Requires-Dist: |
pytest-cov (==1.8.1); extra == "tests" |
Requires-Dist: |
pytest-flakes (==0.2); extra == "tests" |
Requires-Dist: |
pytest-pep8 (==1.0.6); extra == "tests" |
Requires-Dist: |
pytest-django (==2.8.0); extra == "tests" |
Requires-Dist: |
cov-core (==1.15.0); extra == "tests" |
Requires-Dist: |
coverage (==3.7.1); extra == "tests" |
Requires-Dist: |
execnet (==1.3.0); extra == "tests" |
Requires-Dist: |
pep8 (==1.6.2); extra == "tests" |
Requires-Dist: |
factory-boy (==2.4.1); extra == "tests" |
Requires-Dist: |
mock (==1.0.1); extra == "tests" |
Requires-Dist: |
celery (==3.1.16); extra == "tests" |
Requires-Dist: |
django-rq (==0.7.0); extra == "tests" |
Requires-Dist: |
django-redis-cache (==1.6.4); extra == "tests" |
Requires-Dist: |
hiredis (==0.1.6); extra == "tests" |
Provides-Extra: |
celery |
Provides-Extra: |
rq |
Provides-Extra: |
tests |