Metadata-Version: 2.1
Name: ht2
Version: 0.0.2
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

# htlib
tools and wrappers for efficiency


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