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
- Host: GitHub
- URL: https://github.com/jcrist/venv-pack
- Owner: jcrist
- License: bsd-3-clause
- Created: 2018-08-21T04:30:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T21:45:40.000Z (almost 3 years ago)
- Last Synced: 2025-05-21T02:24:53.825Z (5 months ago)
- Language: Python
- Homepage: https://jcrist.github.io/venv-pack/
- Size: 235 KB
- Stars: 45
- Watchers: 4
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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/