# nmk - next-gen make-like build system
<!-- NMK-BADGES-BEGIN -->
[](https://github.com/dynod/nmk/blob/main/LICENSE)
[](https://github.com/dynod/nmk/actions?query=branch%3Amain)
[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue)
[](https://www.python.org/)
[](https://pypi.org/project/nmk/)
[](https://astral.sh/ruff)
[](https://app.codecov.io/gh/dynod/nmk)
[](https://nmk.readthedocs.io/)
<!-- NMK-BADGES-END -->
**`nmk`** is an alternative build system, designed following these simple requirements:
* both multi-platform and easy install - available as a python module
* shareable/reusable/factorized build logic between projects
* language agnostic - each language support is done through plugins
## Usage
In an **`nmk`** project, just execute:
```shell
$ ./buildenv.sh # Load the build environment
$ nmk # Trigger the nmk build!
```
## Documentation
For the full **`nmk`** documentation, see https://nmk.readthedocs.io/
Raw data
{
"_id": null,
"home_page": null,
"name": "nmk",
"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": "# nmk - next-gen make-like build system\n\n<!-- NMK-BADGES-BEGIN -->\n[](https://github.com/dynod/nmk/blob/main/LICENSE)\n[](https://github.com/dynod/nmk/actions?query=branch%3Amain)\n[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue)\n[](https://www.python.org/)\n[](https://pypi.org/project/nmk/)\n[](https://astral.sh/ruff)\n[](https://app.codecov.io/gh/dynod/nmk)\n[](https://nmk.readthedocs.io/)\n<!-- NMK-BADGES-END -->\n\n**`nmk`** is an alternative build system, designed following these simple requirements:\n* both multi-platform and easy install - available as a python module\n* shareable/reusable/factorized build logic between projects\n* language agnostic - each language support is done through plugins\n\n## Usage\n\nIn an **`nmk`** project, just execute:\n```shell\n$ ./buildenv.sh # Load the build environment\n$ nmk # Trigger the nmk build!\n```\n\n## Documentation\n\nFor the full **`nmk`** documentation, see https://nmk.readthedocs.io/\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Next-gen make-like build system",
"version": "1.3.0",
"project_urls": {
"Homepage": "https://github.com/dynod/nmk",
"Issues": "https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue",
"Repository": "https://github.com/dynod/nmk"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "455e795dba245c6d894eac2811aefadcb09c68367bec48e2d2a754551998684d",
"md5": "db8edf846742a40f013f761ec0dec7ef",
"sha256": "4c5b22cb8e84bc9ee9baa844b95f2840168c3a8d043851daf46976a237f90b5c"
},
"downloads": -1,
"filename": "nmk-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "db8edf846742a40f013f761ec0dec7ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 33907,
"upload_time": "2025-08-06T10:10:42",
"upload_time_iso_8601": "2025-08-06T10:10:42.633289Z",
"url": "https://files.pythonhosted.org/packages/45/5e/795dba245c6d894eac2811aefadcb09c68367bec48e2d2a754551998684d/nmk-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-06 10:10:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dynod",
"github_project": "nmk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "argcomplete",
"specs": []
},
{
"name": "buildenv",
"specs": []
},
{
"name": "coloredlogs",
"specs": []
},
{
"name": "jsonschema",
"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": "pyyaml",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "rich",
"specs": []
},
{
"name": "sphinx-autoapi",
"specs": []
}
],
"lcname": "nmk"
}