Metadata-Version: 2.1
Name: pose3d
Version: 1.1.0
Summary: Transforming and handling poses.
Author: John Halazonetis
Author-email: <john.halazonetis@icloud.com>
Keywords: python,pose,transform
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy

# `pose_python` - Position and Orientation Python Library

Repo to help handling 3D and 2D poses as well as transformations between reference frames.

## Documentation
Visit page: <https://johnhal.gitlab.io/pose_python>

## Todos

- [ ] Finish tests of `Rotation2D` class
