Metadata-Version: 2.4
Name: cartesian-tree
Version: 0.2.0
Classifier: Programming Language :: Python
Requires-Dist: cartesian-tree[lint] ; extra == 'dev'
Requires-Dist: cartesian-tree[test] ; extra == 'dev'
Requires-Dist: cartesian-tree[build] ; extra == 'dev'
Requires-Dist: ruff==0.12.4 ; extra == 'lint'
Requires-Dist: mypy==1.17.0 ; extra == 'lint'
Requires-Dist: pytest==8.4.1 ; extra == 'test'
Requires-Dist: maturin==1.8.6 ; extra == 'build'
Provides-Extra: dev
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: build
Summary: Build hierarchical Cartesian coordinate systems to easily transform poses.
Keywords: Cartesian,coordinate systems,transform,poses
Home-Page: https://github.com/Kn0g/cartesian-tree
Author: Kn0g
Maintainer: Kn0g
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# cartesian-tree

A simple project for me to learn Rust and the binding process.

Useful for converting Cartesian poses from one coordinate system into another.
