# nmk-python
Python plugin for nmk build system
<!-- NMK-BADGES-BEGIN -->
[](https://github.com/dynod/nmk-python/blob/main/LICENSE)
[](https://github.com/dynod/nmk-python/actions?query=branch%3Amain)
[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Apython)
[](https://www.python.org/)
[](https://pypi.org/project/nmk-python/)
[](https://astral.sh/ruff)
[](https://app.codecov.io/gh/dynod/nmk-python)
[](https://nmk-python.readthedocs.io/)
<!-- NMK-BADGES-END -->
This plugin adds support for Python development in an **`nmk`** project:
* project file generation
* code format, fix and analysis with [ruff](https://astral.sh/ruff)
* python wheel build
* test with [pytest](https://pytest.org)
* VSCode settings generation (if [**`nmk-vscode`**](https://github.com/dynod/nmk-vscode) plugin is also used)
* README badges generation (if [**`nmk-badges`**](https://github.com/dynod/nmk-badges) plugin is also used):
* supported python versions
* link to pypi.org
* used tools
* code coverage
## Usage
To use this plugin in your **`nmk`** project, insert this reference:
```
refs:
- pip://nmk-python!plugin.yml
```
## Documentation
This plugin documentation is available [here](https://nmk-python.readthedocs.io/)
## Issues
Issues for this plugin shall be reported on the [main **`nmk`** project](https://github.com/dynod/nmk/issues), using the **plugin:python** label.
Raw data
{
"_id": null,
"home_page": null,
"name": "nmk-python",
"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-python\nPython plugin for nmk build system\n\n<!-- NMK-BADGES-BEGIN -->\n[](https://github.com/dynod/nmk-python/blob/main/LICENSE)\n[](https://github.com/dynod/nmk-python/actions?query=branch%3Amain)\n[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Apython)\n[](https://www.python.org/)\n[](https://pypi.org/project/nmk-python/)\n[](https://astral.sh/ruff)\n[](https://app.codecov.io/gh/dynod/nmk-python)\n[](https://nmk-python.readthedocs.io/)\n<!-- NMK-BADGES-END -->\n\nThis plugin adds support for Python development in an **`nmk`** project:\n* project file generation\n* code format, fix and analysis with [ruff](https://astral.sh/ruff)\n* python wheel build\n* test with [pytest](https://pytest.org)\n* VSCode settings generation (if [**`nmk-vscode`**](https://github.com/dynod/nmk-vscode) plugin is also used)\n* README badges generation (if [**`nmk-badges`**](https://github.com/dynod/nmk-badges) plugin is also used):\n * supported python versions\n * link to pypi.org\n * used tools\n * code coverage\n\n## Usage\n\nTo use this plugin in your **`nmk`** project, insert this reference:\n```\nrefs:\n - pip://nmk-python!plugin.yml\n```\n\n## Documentation\n\nThis plugin documentation is available [here](https://nmk-python.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:python** label.\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Python plugin for nmk build system",
"version": "1.4.0",
"project_urls": {
"Homepage": "https://github.com/dynod/nmk-python",
"Issues": "https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Apython",
"Repository": "https://github.com/dynod/nmk-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "560d27e626b738742117c121ec108438adeca9780b105717607abcb8409c30d2",
"md5": "7d8fcd9251c5f8c9dae75171c1e847c3",
"sha256": "7c2c1c38eb650f1cf7e187ac965d4b7f3c69fcde50059f4ff7c3b67fe1181c2f"
},
"downloads": -1,
"filename": "nmk_python-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7d8fcd9251c5f8c9dae75171c1e847c3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 18310,
"upload_time": "2025-08-10T12:38:43",
"upload_time_iso_8601": "2025-08-10T12:38:43.176921Z",
"url": "https://files.pythonhosted.org/packages/56/0d/27e626b738742117c121ec108438adeca9780b105717607abcb8409c30d2/nmk_python-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-10 12:38:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dynod",
"github_project": "nmk-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "build",
"specs": []
},
{
"name": "Jinja2",
"specs": []
},
{
"name": "nmk-badges",
"specs": []
},
{
"name": "nmk-base",
"specs": []
},
{
"name": "nmk-base",
"specs": [
[
">=",
"1.0.1"
]
]
},
{
"name": "nmk-doc",
"specs": []
},
{
"name": "nmk-github",
"specs": []
},
{
"name": "nmk-vscode",
"specs": []
},
{
"name": "pytest-cov",
"specs": []
},
{
"name": "pytest-multilog",
"specs": []
},
{
"name": "pytest-xdist",
"specs": []
},
{
"name": "ruff",
"specs": []
},
{
"name": "setuptools",
"specs": []
},
{
"name": "sphinx-autoapi",
"specs": []
},
{
"name": "tomlkit",
"specs": []
},
{
"name": "wheel",
"specs": []
}
],
"lcname": "nmk-python"
}