# nmk-base
Base plugin for nmk build system
<!-- NMK-BADGES-BEGIN -->
[](https://github.com/dynod/nmk-base/blob/main/LICENSE)
[](https://github.com/dynod/nmk-base/actions?query=branch%3Amain)
[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Abase)
[](https://www.python.org/)
[](https://pypi.org/project/nmk-base/)
[](https://astral.sh/ruff)
[](https://app.codecov.io/gh/dynod/nmk-base)
[](https://nmk-base.readthedocs.io/)
<!-- NMK-BADGES-END -->
This plugin provides base features for **`nmk`** build, which by design don't need to be part of the **`nmk`** core implementation.
## Usage
To use this plugin in your **`nmk`** project, insert this reference:
```yaml
refs:
- pip://nmk-base!plugin.yml
```
## Documentation
This plugin documentation is available [here](https://nmk-base.readthedocs.io/)
## Issues
Issues for this plugin shall be reported on the [main **`nmk`** project](https://github.com/dynod/nmk/issues), using the **plugin:base** label.
Raw data
{
"_id": null,
"home_page": null,
"name": "nmk-base",
"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-base\nBase plugin for nmk build system\n\n<!-- NMK-BADGES-BEGIN -->\n[](https://github.com/dynod/nmk-base/blob/main/LICENSE)\n[](https://github.com/dynod/nmk-base/actions?query=branch%3Amain)\n[](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Abase)\n[](https://www.python.org/)\n[](https://pypi.org/project/nmk-base/)\n[](https://astral.sh/ruff)\n[](https://app.codecov.io/gh/dynod/nmk-base)\n[](https://nmk-base.readthedocs.io/)\n<!-- NMK-BADGES-END -->\n\nThis plugin provides base features for **`nmk`** build, which by design don't need to be part of the **`nmk`** core implementation.\n\n## Usage\n\nTo use this plugin in your **`nmk`** project, insert this reference:\n```yaml\nrefs:\n - pip://nmk-base!plugin.yml\n```\n\n## Documentation\n\nThis plugin documentation is available [here](https://nmk-base.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:base** label.\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Base plugin for nmk build system",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/dynod/nmk-base",
"Issues": "https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue+label%3Aplugin%3Abase",
"Repository": "https://github.com/dynod/nmk-base"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "09a1a8e2cb52f1337263fb09e3f8afd1e19ed7cbc3364e17f7cceb340684a7b2",
"md5": "cb780cdefd0fb54e9ccf3771dde25eb1",
"sha256": "c10e069b026644560f523f59543ea9ec8920ce43770ae333c272bd6c2d4cf0dd"
},
"downloads": -1,
"filename": "nmk_base-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb780cdefd0fb54e9ccf3771dde25eb1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 20378,
"upload_time": "2025-01-10T17:34:30",
"upload_time_iso_8601": "2025-01-10T17:34:30.274203Z",
"url": "https://files.pythonhosted.org/packages/09/a1/a8e2cb52f1337263fb09e3f8afd1e19ed7cbc3364e17f7cceb340684a7b2/nmk_base-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-10 17:34:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dynod",
"github_project": "nmk-base",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "buildenv",
"specs": []
},
{
"name": "Jinja2",
"specs": []
},
{
"name": "nmk-badges",
"specs": []
},
{
"name": "nmk-doc",
"specs": []
},
{
"name": "nmk-github",
"specs": []
},
{
"name": "nmk-python",
"specs": []
},
{
"name": "nmk-vscode",
"specs": []
},
{
"name": "nmk",
"specs": [
[
">=",
"1.1.0"
]
]
},
{
"name": "sphinx-autoapi",
"specs": []
},
{
"name": "tomlkit",
"specs": []
}
],
"lcname": "nmk-base"
}