Simple Build System
Project description
ezbuild
Simple Build System
Installation
[!CAUTION] global installation is strongly discouraged, but it is possible to install ezbuild globally
Using pip and venv
python3 -m venv .venv
source .venv/bin/activate
echo "ezbuild" >> requirements.txt
pip install -r requirements.txt
using uv
uv venv
echo "ezbuild" >> requirements.txt
pip install -r requirements.txt
Global installation
Using pip
[!IMPORTANT] DO NOT RUN PIP AS ROOT see this for more information: https://github.com/pypa/pip/pull/9394
pip install ezbuild
Using pipx
pipx install ezbuild
using uv
uv tool install ezbuild
Status
This project is in active development and is not yet stable, but
[!CAUTION] It is usable for building C and C++ projects. Note that some basic features are not yet implemented (e.g., compiler/linker flags, C/C++ version specifications).
Changelog
For a detailed history of changes, see the CHANGELOG.
License
ezbuild is licensed under the BSD-3-Clause license, for more information see the LICENSE file.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ezbuild-0.3.0.tar.gz.
File metadata
- Download URL: ezbuild-0.3.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc5634662e688ea8945e68b13f4958d7f2ad4a71a35b28553ca55b8f68d55709
|
|
| MD5 |
5a409f103070ef313bab5b74cd234a67
|
|
| BLAKE2b-256 |
3a83d91218669cf6896593488e4cece4c405cd0cda2aad5b578a16d209615db2
|
File details
Details for the file ezbuild-0.3.0-py3-none-any.whl.
File metadata
- Download URL: ezbuild-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eae39f408deee5ad987f04494dc60c04944c42b8d48f578aca9ad466e65b34f
|
|
| MD5 |
5d2a8ce1cb6449f58bb3e321f7a216ad
|
|
| BLAKE2b-256 |
11a045a685b8d67d1259fed300e67d2b6e849ddb948752af11bc7cdee75b2542
|