Skip to main content

Environment management framework.

Project description

PyPi Package Link Continuous Integration Documentation Status Google Group Page License Link

Wiz is an environment management framework which consists of a Python API and a command line tool. It can be used to run a command within a deterministic environment resolved from one or several package requests.

The packages are defined in package definitions which are stored in one or several registries.

The command line tool can be used as follows:

>>> wiz use "app==2.*" my-plugin -- AppExe /path/to/script

Equivalent commands can be executed using the Python API:

import subprocess
import wiz

# Resolve context.
context = wiz.resolve_context(["app==2.*", "my-plugin"])

# Run command within environment.
command = context["command"]["AppExe"]
subprocess.call(command, environ=context["environ"])

Documentation

Full documentation, including installation and setup guides, can be found at https://wiz.readthedocs.io/en/stable/

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

wiz-env-3.7.0.tar.gz (178.5 kB view details)

Uploaded Source

File details

Details for the file wiz-env-3.7.0.tar.gz.

File metadata

  • Download URL: wiz-env-3.7.0.tar.gz
  • Upload date:
  • Size: 178.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.2

File hashes

Hashes for wiz-env-3.7.0.tar.gz
Algorithm Hash digest
SHA256 e4d7c255aff1e904a6546f5fdae34159c0402d76d841847857d673de0fae9803
MD5 bc1f549c6e48c0c01d302d588400fb03
BLAKE2b-256 ebbc992d1026578a7809dd4368a038fc152cb636b7a2d8ee357c2e9cf9a20138

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