Metadata-Version: 2.1
Name: nmk
Version: 0.7.4
Summary: Next-gen make-like build system
Home-page: https://github.com/dynod/nmk
Author: The dynod project
Maintainer: The dynod project
License: Mozilla Public License Version 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: argcomplete
Requires-Dist: coloredlogs
Requires-Dist: pyyaml
Requires-Dist: jsonschema
Requires-Dist: rich
Requires-Dist: requests

# nmk - next-gen make-like build system

[![License: MPL](https://img.shields.io/github/license/dynod/nmk)](https://github.com/dynod/nmk/blob/main/LICENSE)
[![Checks](https://img.shields.io/github/workflow/status/dynod/nmk/Build/main?label=build%20%26%20u.t.)](https://github.com/dynod/nmk/actions?query=branch%3Amain)
[![PyPI](https://img.shields.io/pypi/v/nmk)](https://pypi.org/project/nmk/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

**`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

## Documentation

For the full **`nmk`** documentation, see https://github.com/dynod/nmk/wiki


