Metadata-Version: 2.4
Name: bpynodearrange
Version: 0.0.1
Summary: Automatic layout of nodes for Blender node trees
Author-email: Brady Johnston <brady.johnston@me.com>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/BradyAJohnston/bpynodearrange
Project-URL: Repository, https://github.com/BradyAJohnston/bpynodearrange
Keywords: blender,nodes,layout,graph
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: ~=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: networkx>=3.4.2
Requires-Dist: databpy>=0.1.0
Provides-Extra: bpy
Requires-Dist: bpy>=4.2.0; extra == "bpy"
Provides-Extra: test
Requires-Dist: pytest>=7.4.0; extra == "test"
Requires-Dist: pytest-cov>=4.1.0; extra == "test"
Requires-Dist: tox>=4.8.0; extra == "test"
Provides-Extra: docs
Requires-Dist: quartodoc; extra == "docs"
Dynamic: license-file

bpynodearrange
=======

A reimplementation of the [Node Arrange](https://github.com/Leonardo-Pike-Excell/node-arrange) addon for Blender. This repackages it as a python module for easier use by other addons.
