Metadata-Version: 2.1
Name: invirtualenv
Version: 20.2.172000
Summary: Tool to abstract host deployment of Python packages
Home-page: https://github.com/yahoo/invirtualenv
Author: Dwight Hubbard
Author-email: 254983+dwighthubbard@users.noreply.github.com
License: BSD License
Project-URL: Source Code, https://github.com/yahoo/invirtualenv
Project-URL: Documentation, https://invirtualenv.readthedocs.io/en/latest/?badge=latest
Keywords: packaging deployment
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7.5
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: doc_build
Requires-Dist: defusedxml
Requires-Dist: jinja2
Requires-Dist: requests (>=2.22.0)
Requires-Dist: six (>=1.5)
Requires-Dist: virtualenv
Requires-Dist: wheel
Requires-Dist: urllib3
Requires-Dist: configparser; python_version < "3.4"
Provides-Extra: doc_build
Requires-Dist: sphinx; extra == 'doc_build'
Requires-Dist: sphinx-bootstrap-theme; extra == 'doc_build'
Requires-Dist: guzzle-sphinx-theme; extra == 'doc_build'
Requires-Dist: sphinx-rtd-theme; extra == 'doc_build'
Requires-Dist: recommonmark; extra == 'doc_build'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: vcrpy-unittest; extra == 'test'

[![Build Status](https://cd.screwdriver.cd/pipelines/2835/badge)](https://cd.screwdriver.cd/pipelines/2835)
[![Documentation](https://readthedocs.org/projects/invirtualenv/badge/?version=latest)](https://invirtualenv.readthedocs.io/en/latest/?badge=latest)
[![Code Coverage](https://codecov.io/gh/yahoo/invirtualenv/branch/master/graph/badge.svg)](https://codecov.io/gh/yahoo/invirtualenv)
[![Wheel](https://img.shields.io/pypi/wheel/invirtualenv.svg)](https://pypi.org/project/invirtualenv/)
[![Downloads](https://pepy.tech/badge/invirtualenv)](https://pepy.tech/project/invirtualenv)

# InVirtualEnv

Utilities for deploying applications written in Python.


## Background

This project is an extensible utility that creates deployment artifacts for Python applications in multiple formats from a single configuration file.  This simplifies the creation of CI Pipelines that support multiple installation methods.

## Contribute

Please refer to [the contributing.md file](Contributing.md) for information about how to get involved. We welcome issues, questions, and pull requests. Pull Requests are welcome.

## License

This project is licensed under the terms o fthe [BSD](LICENSE-BSD) open source license.  Please refer to [LICENSE](LICENSE.txt) for the full terms.


