Metadata-Version: 2.1
Name: databpy
Version: 0.0.1
Summary: A data-oriented wrapper library for the Blender Python API
Maintainer-email: Brady Johnston <brady.johnston@me.com>
Project-URL: Homepage, https://bradyajohnston.github.io/databpy
Project-URL: Repository, https://github.com/bradyajohnston/databpy
Project-URL: Dcumentation, https://bradyajohnston.github.io/databpy
Keywords: blender,python,numpy
Requires-Python: ~=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.0,>=1.26.0
Provides-Extra: bpy
Requires-Dist: bpy>=4.2; extra == "bpy"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: syrupy; extra == "test"
Provides-Extra: dev
Requires-Dist: fake-bpy-module; extra == "dev"
Provides-Extra: docs
Requires-Dist: quartodoc; extra == "docs"
Requires-Dist: jupyter; extra == "docs"

# databpy
A set of data-oriented wrappers around the python API of Blender.

## Installation
Uses `uv` for project & package management.

```bash
uv pip install -r pyproject.toml --all-extras
```
