Metadata-Version: 2.1
Name: hkkang_utils
Version: 0.1.62
Summary: A collection of useful util functions
Project-URL: Homepage, https://github.com/hyukkyukang/python_utils
Project-URL: Bug Tracker, https://github.com/hyukkyukang/python_utils/issues
Author-email: Hyukkyu Kang <hyukkyukang@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: omegaconf
Requires-Dist: pglast
Requires-Dist: psycopg
Requires-Dist: torch
Description-Content-Type: text/markdown

# Python util funcs

This is a collection of python functions that I use in my projects.

To install [the package](https://pypi.org/project/hkkang-utils/):
```bash
pip install hkkang_utils
```
