# nmk-workspace
Workspace handling plugin for nmk build system
<!-- NMK-BADGES-BEGIN -->
[](https://github.com/dynod/nmk-workspace/blob/main/LICENSE)
[](https://github.com/dynod/nmk-workspace/actions?query=branch%3Amain)
[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Aworkspace)
[](https://www.python.org/)
[](https://pypi.org/project/nmk-workspace/)
[](https://astral.sh/ruff)
[](https://app.codecov.io/gh/dynod/nmk-workspace)
[](https://nmk-workspace.readthedocs.io/)
<!-- NMK-BADGES-END -->
This plugin helps to recursively trigger tasks in subprojects (i.e. usually projects located in git submodules), using a configurable build order.
## Usage
To use this plugin in your **`nmk`** project, insert this reference:
```yaml
refs:
- pip://nmk-workspace!plugin.yml
```
## Documentation
This plugin documentation is available [here](https://nmk-workspace.readthedocs.io/)
## Issues
Issues for this plugin shall be reported on the [main **`nmk`** project](https://github.com/dynod/nmk/issues), using the **plugin:workspace** label.
Raw data
{
"_id": null,
"home_page": null,
"name": "nmk-workspace",
"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-workspace\nWorkspace handling plugin for nmk build system\n\n<!-- NMK-BADGES-BEGIN -->\n[](https://github.com/dynod/nmk-workspace/blob/main/LICENSE)\n[](https://github.com/dynod/nmk-workspace/actions?query=branch%3Amain)\n[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Aworkspace)\n[](https://www.python.org/)\n[](https://pypi.org/project/nmk-workspace/)\n[](https://astral.sh/ruff)\n[](https://app.codecov.io/gh/dynod/nmk-workspace)\n[](https://nmk-workspace.readthedocs.io/)\n<!-- NMK-BADGES-END -->\n\nThis plugin helps to recursively trigger tasks in subprojects (i.e. usually projects located in git submodules), using a configurable build order.\n\n## Usage\n\nTo use this plugin in your **`nmk`** project, insert this reference:\n```yaml\nrefs:\n - pip://nmk-workspace!plugin.yml\n```\n\n## Documentation\n\nThis plugin documentation is available [here](https://nmk-workspace.readthedocs.io/)\n\n## Issues\n\nIssues for this plugin shall be reported on the [main **`nmk`** project](https://github.com/dynod/nmk/issues), using the **plugin:workspace** label.\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "VWorkspace handling plugin for nmk build system",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/dynod/nmk-workspace",
"Issues": "https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Aworkspace",
"Repository": "https://github.com/dynod/nmk-workspace"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e058f8af1f887a4419675ab68624d13c100a0e4676b20c8b141cb913653fd7f5",
"md5": "ec7b7ea94d1e943e2303b99792f4a846",
"sha256": "92f5188fa2843fc50cde497cb788934205e9f4b65b06be75742c8f4241ad6cd2"
},
"downloads": -1,
"filename": "nmk_workspace-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ec7b7ea94d1e943e2303b99792f4a846",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 6616,
"upload_time": "2025-08-31T14:15:32",
"upload_time_iso_8601": "2025-08-31T14:15:32.334227Z",
"url": "https://files.pythonhosted.org/packages/e0/58/f8af1f887a4419675ab68624d13c100a0e4676b20c8b141cb913653fd7f5/nmk_workspace-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-31 14:15:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dynod",
"github_project": "nmk-workspace",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"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": "nmk-workspace"
}