Build environment setup system, based on Python venv
Project description
buildenv
Build environment setup system, based on Python venv
Features
The buildenv
tool provides following features:
- simple build environment setup through loading scripts generated in your project
- configuration through a simple
buildenv.cfg
file - extendable activation scripts, loaded with the build environment
The whole buildenv
documentation is available at https://buildenv.readthedocs.io
Usage
Project already configured with buildenv
Any project already using the buildenv
tool has generated loading scripts in its root folder. Setting up the build environment is as easy as:
- clone the project
- launch the loading script (
buildenv.cmd
orbuildenv.sh
depending on your preferred shell) - enjoy, build environment (i.e. python venv + extensions) is now installed and loaded in your terminal
Make a project using buildenv
To install loading scripts in your project:
- download main python loading script --
wget https://raw.githubusercontent.com/dynod/buildenv/main/buildenv-loader.py
- launch it:
- on Linux:
python3 buildenv-loader.py
- on Windows:
python buildenv-loader.py
- on Linux:
- you're done, loading scripts are generated in your project
Local build
If you want to build locally the buildenv
wheel, just:
- clone the
buildenv
project - launch the loading script (see above)
- build the project:
nmk build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
buildenv-1.0.3.tar.gz
(21.5 kB
view details)
Built Distribution
buildenv-1.0.3-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file buildenv-1.0.3.tar.gz
.
File metadata
- Download URL: buildenv-1.0.3.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1545ec21fcc4cbe266fbdfabfdaf278341ebe65366e58c809e72e2fb5649d1ff |
|
MD5 | 47b6f941d19edb2bc7b027af07f1a821 |
|
BLAKE2b-256 | 15c7e29ec5912847c7c2208d0b4d3ae43335bb0698c3e1c5a118a3ba89e57912 |
File details
Details for the file buildenv-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: buildenv-1.0.3-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f183e4d88c457574dff46fc68294a80c6bb65afbfdd50823aa47b57772eb6749 |
|
MD5 | a8dd2b6a087dba8d3aeed7de20163feb |
|
BLAKE2b-256 | 3c9f779d6fb36e0829a15c9cdf36d0899ec5350d208d257aae159f0b3ec4df48 |