Metadata-Version: 2.1
Name: cho-util
Version: 0.2.1
Summary: Collection of python utilities for a roboticist
Home-page: https://github.com/yycho0108/cho-util
Author: Yoonyoung (Jamie) Cho
Author-email: jchocholate@gmail.com
License: MIT
Keywords: robotics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy (>=1.19.0)
Requires-Dist: opencv-python (>=4.2.0.32)
Requires-Dist: simple-parsing
Requires-Dist: dataclasses ; python_version < "3.7"

# Cho-Util

![Python package](https://github.com/yycho0108/cho-util/workflows/Python%20package/badge.svg)

Common utility functions generally targetted for robotics.

Currently mostly implements mathematical operations and application-related utilities.


