# buildenv
Build environment setup system, based on Python venv
<!-- NMK-BADGES-BEGIN -->
[](https://github.com/dynod/buildenv/blob/main/LICENSE)
[](https://github.com/dynod/buildenv/actions?query=branch%3Amain)
[](https://github.com/dynod/buildenv/issues?q=is%3Aopen+is%3Aissue)
[](https://www.python.org/)
[](https://pypi.org/project/buildenv/)
[](https://astral.sh/ruff)
[](https://app.codecov.io/gh/dynod/buildenv)
[](https://buildenv.readthedocs.io/)
<!-- NMK-BADGES-END -->
## 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 full **`buildenv`** documentation is available at [https://buildenv.readthedocs.io](https://buildenv.readthedocs.io)
## Local build
If you want to build locally the **`buildenv`** wheel, just:
1. clone the **`buildenv`** project
1. launch the loading script (see above)
1. build the project: `nmk build`
Raw data
{
"_id": null,
"home_page": null,
"name": "buildenv",
"maintainer": "The dynod project",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "The dynod project",
"author_email": null,
"download_url": null,
"platform": null,
"description": "# buildenv\nBuild environment setup system, based on Python venv\n\n<!-- NMK-BADGES-BEGIN -->\n[](https://github.com/dynod/buildenv/blob/main/LICENSE)\n[](https://github.com/dynod/buildenv/actions?query=branch%3Amain)\n[](https://github.com/dynod/buildenv/issues?q=is%3Aopen+is%3Aissue)\n[](https://www.python.org/)\n[](https://pypi.org/project/buildenv/)\n[](https://astral.sh/ruff)\n[](https://app.codecov.io/gh/dynod/buildenv)\n[](https://buildenv.readthedocs.io/)\n<!-- NMK-BADGES-END -->\n\n## Features\n\nThe **`buildenv`** tool provides following features:\n* simple build environment setup through loading scripts generated in your project\n* configuration through a simple **`buildenv.cfg`** file\n* extendable activation scripts, loaded with the build environment\n\nThe full **`buildenv`** documentation is available at [https://buildenv.readthedocs.io](https://buildenv.readthedocs.io)\n\n## Local build\n\nIf you want to build locally the **`buildenv`** wheel, just:\n1. clone the **`buildenv`** project\n1. launch the loading script (see above)\n1. build the project: `nmk build`\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Build environment setup system, based on Python venv",
"version": "1.7.2",
"project_urls": {
"Homepage": "https://github.com/dynod/buildenv",
"Issues": "https://github.com/dynod/buildenv/issues?q=is%3Aopen+is%3Aissue",
"Repository": "https://github.com/dynod/buildenv"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "500ea483092c4b67251a0a9dd79803310ac187bca8a530378ad4742fcd7ddfdb",
"md5": "a2c16e8c9173ed993bdfd7cba4b762eb",
"sha256": "858c2cd66e13082d115e442c4d75e9534ec05aaeceba98bd819b40bfaa394d50"
},
"downloads": -1,
"filename": "buildenv-1.7.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a2c16e8c9173ed993bdfd7cba4b762eb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 21995,
"upload_time": "2025-01-12T16:36:43",
"upload_time_iso_8601": "2025-01-12T16:36:43.062534Z",
"url": "https://files.pythonhosted.org/packages/50/0e/a483092c4b67251a0a9dd79803310ac187bca8a530378ad4742fcd7ddfdb/buildenv-1.7.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-12 16:36:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dynod",
"github_project": "buildenv",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "argcomplete",
"specs": []
},
{
"name": "Jinja2",
"specs": []
},
{
"name": "nmk-badges",
"specs": []
},
{
"name": "nmk-base",
"specs": []
},
{
"name": "nmk-doc",
"specs": []
},
{
"name": "nmk-github",
"specs": []
},
{
"name": "nmk-python",
"specs": []
},
{
"name": "nmk-vscode",
"specs": []
},
{
"name": "sphinx-autoapi",
"specs": []
}
],
"lcname": "buildenv"
}