Metadata-Version: 2.1
Name: invirtualenv
Version: 1.4.2
Summary: A utility to generate installation packages for python packaged apps
Home-page: http://github.com/yahoo/invirtualenv
Author: Dwight Hubbard
Author-email: dhubbard@oath.com
License: LICENSE.txt
Platform: UNKNOWN
Requires-Dist: jinja2
Requires-Dist: pyinstaller
Requires-Dist: requests
Requires-Dist: six (>=1.5)
Requires-Dist: virtualenv
Requires-Dist: configparser


InVirtualEnv
============

The invirtualenv package contains scripts for deploying
applications written in Python inside Python virtualenv.

These included scripts can:

* Create native packages via plugins that contain a Python application installed inside.  Currently there are plugins to create rpms and docker containers.
* Create a specified operating system platform using an RPM package list.
* Create a Python virtualenv, when running as root the virtualenv can be
  deployed so that it can be manipulated by another user.
* Deploy Python packages into the virtualenv from a pip
  requirements file.

The script can be configured using command line arguments or all configuration
can be defined in a single deploy.conf file.


