Metadata-Version: 2.1
Name: ht2
Version: 0.0.3
Summary: Frequently used tools and wrappers for efficiency
Author-email: Haotian Zhang <z.haotian@columbia.edu>
Project-URL: Homepage, https://github.com/htplex/ht2
Project-URL: Bug Tracker, https://github.com/htplex/ht2/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: numpy

# htlib
tools and wrappers for efficiency


## post upgrades
python3 -m build
python3 -m twine upload --repository pypi dist/*
