Metadata-Version: 2.1
Name: pose3d
Version: 1.1.1
Summary: Transforming and handling poses.
Author: John Halazonetis
Author-email: <john.halazonetis@icloud.com>
Project-URL: Documentation, https://johnhal.gitlab.io/pose_python
Project-URL: Repository, https://gitlab.com/johnhal/pose_python
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

# Pose3D - Position and Orientation Python Library

Handling 2D and 3D poses as well as transformations between reference frames.

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

## Todos

- [ ] Finish tests of `Rotation2D` class
