Metadata-Version: 2.0
Name: vr.runners
Version: 3.1
Summary: Command line tools to launch procs.
Home-page: https://github.com/yougov/vr.runners
Author: Brent Tubbs
Author-email: brent.tubbs@gmail.com
License: UNKNOWN
Description-Content-Type: 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
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
Requires-Dist: vr.common (>=4.9.0)
Requires-Dist: requests (>=1.2.0)
Requires-Dist: path.py
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: jaraco.packaging (>=3.2); extra == 'docs'
Requires-Dist: rst.linker (>=1.9); extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (>=2.8); extra == 'testing'
Requires-Dist: pytest-sugar; extra == 'testing'
Requires-Dist: collective.checkdocs; extra == 'testing'
Requires-Dist: backports.unittest-mock; extra == 'testing'

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

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

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

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

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

Runners are used for configuring, invoking, and tearing down
lxc containers.

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>`_.


