Skip to main content

A minimal re-implementation of Python's venv module plus utilities

Project description

microvenv

Create a minimal virtual environment (and utility code around environments).

The key purpose of this module is for when the venv module has been removed from the standard library by your Python distribution. Because venv is not available on PyPI and is developed in the stdlib, it is not possible to install it using pip or simply copy the code and expect it to work with older versions of Python. This module then attempts to be that portable alternative for creating virtual environments.

In general, though, using the venv module should be preferred and this module used as a fallback.

There is also utility code around virtual environments. See the docs for details.

CLI Usage

NOTE: The CLI is not available on Windows.

python -m microvenv [--without-scm-ignore-files] [env_dir=".venv"]

If an argument is provided to the script, it is used as the path to create the virtual environment in. Otherwise, the virtual environment is created in .venv.

For programmatic usage, there is the create() function, which is analogous to the venv.create() function.

def create(env_dir: os.PathLike[str] | str = ".venv", *, scm_ignore_files={"git"}) -> None

The microvenv/_create.py file is also small enough to have its contents passed in via the -c flag to python.

Differences compared to the venv module

The code operates similarly to py -m venv --symlinks --without-pip .venv, except that:

  • There are no activation scripts (you can execute python in the virtual environment directly)
  • Windows is not supported

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microvenv-2023.5.post1.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

microvenv-2023.5.post1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file microvenv-2023.5.post1.tar.gz.

File metadata

  • Download URL: microvenv-2023.5.post1.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for microvenv-2023.5.post1.tar.gz
Algorithm Hash digest
SHA256 32c46afea874e300f69f1add0806eb0795fd02b5fb251092fba0b73c059a7d1f
MD5 6fe835059d2581f272255306496f814c
BLAKE2b-256 5aa8e29c73ed3bd3c3f630a9ea22b4ec34dbd533114f3d08578e2b8c67c2d6f6

See more details on using hashes here.

File details

Details for the file microvenv-2023.5.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for microvenv-2023.5.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 fd79b3dfea7860e2e84c87dd0aa8a135075f7fa2284174842b7bdeb077a0d8ac
MD5 2e608e4f48f0dec964ccc81c9aa64d7e
BLAKE2b-256 e65b8ee1cdd907ab615b0be7c7f9a25a42c6070df1214231364cbf2e1de3f43c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page