Metadata-Version: 2.1
Name: invirtualenv
Version: 24.9.958497
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
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
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=2.7.5
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: defusedxml
Requires-Dist: distro
Requires-Dist: jinja2
Requires-Dist: requests>=2.22.0
Requires-Dist: six>=1.5
Requires-Dist: virtualenv<20.22.0
Requires-Dist: wheel
Requires-Dist: urllib3
Requires-Dist: configparser; python_version < "3.4"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: vcrpy-unittest; extra == "test"
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"

[![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.
