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.2.tar.gz
(21.4 kB
view details)
Built Distribution
buildenv-1.0.2-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file buildenv-1.0.2.tar.gz
.
File metadata
- Download URL: buildenv-1.0.2.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c727c88656257ce575c9379efdbfd80b16c1daff08a29b6cb2f4d708049a228 |
|
MD5 | 31d0710744152e56501c24a4c509c194 |
|
BLAKE2b-256 | ccaaa108f1ceb1f3a296052bd552e9c55cc0c00e26179e9fe0d5ea965a1402e6 |
File details
Details for the file buildenv-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: buildenv-1.0.2-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 | 22916c2b4b6fe8177f60d549d9ee1f2d1ec202425a3a5c2a257f4c4f68ad61af |
|
MD5 | 2e0b76879f9a5d364653f2d1c05e28fc |
|
BLAKE2b-256 | 5aba65a6e64d648a34228cc9c913e470ca74de517d1b22cbbfda04a6fd23690a |