Skip to main content

Yet another python environment

Project description

yape

Yet another python environment manager (One with less opinions)

Alpha

Install

The name "yape" was taken. Oh well. To install,

pip install yapenv

Configuration options

Core config

python_version: '3.9' # The python version
python_executable: null # Overrides python_version
venv_directory: .venv # The venv path
environments: [] # Possible environments, see environment configs
pip_config_path: null # The path to the pip.conf to use.

# [Any environment config argument is also valid]

Environment config

env_file: .env # The env file to load when running commands.
pip_install_args: [] # List of arguments for pip install
virtualenv_args: [] # list of arguments for virtualenv.
requirements: [] # List of requirements, see requirement config (or string)

Requirement config

pacakge: null or str # Name of package.
import: null or str # Path to import (requirements.txt)

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

yapenv-0.0.10.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

yapenv-0.0.10-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

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