Metadata-Version: 2.1
Name: nodepad
Version: 0.1.5
Summary: Generate node group documentation from Blender files
Maintainer-email: Brady Johnston <brady.johnston@me.com>
Project-URL: Homepage, https://bradyajohnston.github.io/nodepad
Project-URL: Repository, https://github.com/bradyajohnston/nodepad
Project-URL: Documentation, https://bradyajohnston.github.io/nodepad
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.0,>1.26
Provides-Extra: bpy
Requires-Dist: bpy>=4.2; extra == "bpy"
Provides-Extra: docs
Requires-Dist: quartodoc; extra == "docs"
Requires-Dist: tomlkit; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: syrupy; extra == "test"
Requires-Dist: scipy; extra == "test"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: syrupy; extra == "dev"
Requires-Dist: scipy; extra == "dev"
Requires-Dist: fake-bpy-module; extra == "dev"

# NodePad


[![codecov](https://codecov.io/gh/BradyAJohnston/nodepad/graph/badge.svg?token=KFuu67hzAz)](https://codecov.io/gh/BradyAJohnston/nodepad)
![PyPI - Version](https://img.shields.io/pypi/v/nodepad)
![example workflow](https://github.com/bradyajohnston/nodepad/actions/workflows/tests.yml/badge.svg)
![example workflow](https://github.com/bradyajohnston/nodepad/actions/workflows/ci-cd.yml/badge.svg)


Helps with writing and generating nice documentation for custom node groups in Blender's Geometry Nodes.

Early stages at the moment, currently used for generating and building docs for [Molecular Nodes](https://bradyajohnston.github.io/MolecularNodes)
