nmk


Namenmk JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryNext-gen make-like build system
upload_time2025-08-06 10:10:42
maintainerThe dynod project
docs_urlNone
authorThe dynod project
requires_python>=3.9
licenseMIT License
keywords
VCS
bugtrack_url
requirements argcomplete buildenv coloredlogs jsonschema nmk-badges nmk-base nmk-doc nmk-github nmk-python nmk-vscode pyyaml requests rich sphinx-autoapi
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nmk - next-gen make-like build system

<!-- NMK-BADGES-BEGIN -->
[![License: MIT License](https://img.shields.io/github/license/dynod/nmk)](https://github.com/dynod/nmk/blob/main/LICENSE)
[![Checks](https://img.shields.io/github/actions/workflow/status/dynod/nmk/build.yml?branch=main&label=build%20%26%20u.t.)](https://github.com/dynod/nmk/actions?query=branch%3Amain)
[![Issues](https://img.shields.io/github/issues-search/dynod/nmk?label=issues&query=is%3Aopen+is%3Aissue)](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue)
[![Supported python versions](https://img.shields.io/badge/python-3.9%20--%203.13-blue)](https://www.python.org/)
[![PyPI](https://img.shields.io/pypi/v/nmk)](https://pypi.org/project/nmk/)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://astral.sh/ruff)
[![Code coverage](https://img.shields.io/codecov/c/github/dynod/nmk)](https://app.codecov.io/gh/dynod/nmk)
[![Documentation Status](https://readthedocs.org/projects/nmk/badge/?version=stable)](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[![License: MIT License](https://img.shields.io/github/license/dynod/nmk)](https://github.com/dynod/nmk/blob/main/LICENSE)\n[![Checks](https://img.shields.io/github/actions/workflow/status/dynod/nmk/build.yml?branch=main&label=build%20%26%20u.t.)](https://github.com/dynod/nmk/actions?query=branch%3Amain)\n[![Issues](https://img.shields.io/github/issues-search/dynod/nmk?label=issues&query=is%3Aopen+is%3Aissue)](https://github.com/dynod/nmk/issues?q=is%3Aopen+is%3Aissue)\n[![Supported python versions](https://img.shields.io/badge/python-3.9%20--%203.13-blue)](https://www.python.org/)\n[![PyPI](https://img.shields.io/pypi/v/nmk)](https://pypi.org/project/nmk/)\n[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://astral.sh/ruff)\n[![Code coverage](https://img.shields.io/codecov/c/github/dynod/nmk)](https://app.codecov.io/gh/dynod/nmk)\n[![Documentation Status](https://readthedocs.org/projects/nmk/badge/?version=stable)](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"
}
        
Elapsed time: 1.55683s