An open API service indexing awesome lists of open source software.

https://github.com/jcrist/venv-pack

Package virtual environments for redistribution
https://github.com/jcrist/venv-pack

Last synced: 3 months ago
JSON representation

Package virtual environments for redistribution

Awesome Lists containing this project

README

          

Venv-Pack
==========

|Build Status| |Conda Badge| |PyPI Badge|

``venv-pack`` is a command-line tool for packaging `virtual environments`_ for
distribution. Please refer to the documentation_ for more information.

For a similar tool for `conda environments`_, see `conda-pack`_

LICENSE
-------

New BSD. See the
`License File `_.

.. _documentation: https://jcrist.github.io/venv-pack/
.. _virtual environments: https://docs.python.org/3/tutorial/venv.html
.. _conda environments: https://conda.io
.. _conda-pack: https://conda.github.io/conda-pack/

.. |Build Status| image:: https://travis-ci.org/jcrist/venv-pack.svg?branch=master
:target: https://travis-ci.org/jcrist/venv-pack
.. |Conda Badge| image:: https://img.shields.io/conda/vn/conda-forge/venv-pack.svg
:target: https://anaconda.org/conda-forge/venv-pack
.. |PyPI Badge| image:: https://img.shields.io/pypi/v/venv-pack.svg
:target: https://pypi.org/project/venv-pack/