Metadata-Version: 2.1
Name: vr.imager
Version: 2.0.1
Summary: Command line tool to create system image tarballs.
Home-page: https://github.com/yougov/vr.imager
Author: Brent Tubbs
Author-email: brent.tubbs@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
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
Requires-Dist: vr.runners (>=4)
Requires-Dist: jaraco.ui
Requires-Dist: path.py (>=7.2)
Requires-Dist: vr.common (>=6)
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 (!=3.7.3,>=3.5) ; extra == 'testing'
Requires-Dist: pytest-checkdocs ; extra == 'testing'
Requires-Dist: pytest-flake8 ; extra == 'testing'

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

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

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

.. .. image:: https://img.shields.io/appveyor/ci/jaraco/skeleton/master.svg
..    :target: https://ci.appveyor.com/project/jaraco/skeleton/branch/master

.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
..    :target: https://skeleton.readthedocs.io/en/latest/?badge=latest

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

The supported interface is the command-line API, invoked with
``vimage`` or ``python -m vr.imager``.


