# Documentation for nmk-python plugin This plugin adds support for Python development in an **`nmk`** project: - setup 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 ```{toctree} :caption: 'Contents' :maxdepth: 2 usage tasks extend config contribs changelog ```