Metadata-Version: 2.1
Name: ht2
Version: 0.2.5
Summary: Just a bag of quality of life tools for Machine Learning Engineers
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
Requires-Dist: lmdb
Requires-Dist: msgpack
Requires-Dist: msgpack-numpy
Requires-Dist: tqdm
Requires-Dist: lz4

# htlib
Just a bag of quality of life tools for Machine Learning Engineers

## install
`pip install ht2 ` or
`pip install ht2 --index-url https://pypi.org/simple`

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

## TODO
* sphinx documentation
