Metadata-Version: 2.1
Name: robotransforms
Version: 0.4.2
Summary: A transformation library for robot motion
Home-page: https://github.com/Nova-Dynamics/transforms-python
Author: Jonathan D. B. Van Schenck
Author-email: jvschenck@novadynamics.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# transforms-python
A transformation library for robot motion, [check it out here!](https://github.com/Nova-Dynamics/transforms-python)

## Install
```bash
pip3 install robotransforms
```

## Development
```bash
# Testing
./venv/bin/python3 setup.py install

# Building (don't worry about wheels)
python3 -m build --sdist
twine upload dist/*
```



