Metadata-Version: 2.0
Name: vr.server
Version: 6.7
Summary: Velociraptor's Django and Celery components.
Home-page: https://github.com/yougov/vr.server
Author: Brent Tubbs
Author-email: btubbs@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: celery-schedulers (==0.0.2)
Requires-Dist: diff-match-patch (==20121119)
Requires-Dist: Django (>=1.8,<1.9)
Requires-Dist: django-celery (>=3.1.17,<3.2)
Requires-Dist: django-extensions (==1.5.9)
Requires-Dist: django-picklefield (==0.2.0)
Requires-Dist: django-redis-cache (==0.9.5)
Requires-Dist: django-reversion (==1.9.3)
Requires-Dist: django-tastypie (==0.12.2)
Requires-Dist: Fabric3bis
Requires-Dist: gevent (>=1.1rc1,<2)
Requires-Dist: psycogreen
Requires-Dist: gunicorn (==0.17.2)
Requires-Dist: paramiko (>=1.15.3,<2.0)
Requires-Dist: psycopg2 (>=2.4.4,<2.5)
Requires-Dist: pymongo (>=2.5.2,<4)
Requires-Dist: redis (>=2.6.2,<3)
Requires-Dist: requests (>=2.11.1)
Requires-Dist: setproctitle
Requires-Dist: sseclient (==0.0.11)
Requires-Dist: six (>=1.4)
Requires-Dist: vr.events (>=1.2.1)
Requires-Dist: vr.common (>=4.7.1)
Requires-Dist: vr.builder (>=1.3)
Requires-Dist: vr.imager (>=1.3)
Requires-Dist: django-yamlfield
Requires-Dist: backports.functools-lru-cache
Requires-Dist: celery (<4dev)
Requires-Dist: mercurial (>=3.8); python_version=="2.7"

.. image:: https://img.shields.io/pypi/v/vr.server.svg
   :target: https://pypi.org/project/vr.server

.. image:: https://img.shields.io/pypi/pyversions/vr.server.svg

.. image:: https://img.shields.io/pypi/dm/vr.server.svg

.. image:: https://img.shields.io/travis/yougov/vr.server/master.svg
   :target: http://travis-ci.org/yougov/vr.server

vr.server is a component of the `Velociraptor
<https://github.com/yougov/velociraptor>`_ project.

License
=======

License is indicated in the project metadata (typically one or more
of the Trove classifiers). For more details, see `this explanation
<https://github.com/jaraco/skeleton/issues/1>`_.

Docs
====

There's `no good mechanism for publishing documentation
<https://github.com/pypa/python-packaging-user-guide/pull/266>`_
easily. If there's a documentation link above, it's probably
stale because PyPI-based documentation is deprecated. This
project may have documentation published at ReadTheDocs, but
probably not. Good luck finding it.


