Metadata-Version: 2.1
Name: hkkang_utils
Version: 0.1.97
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: attrs
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: omegaconf
Requires-Dist: pglast
Requires-Dist: psycopg[binary,pool]
Requires-Dist: python-dotenv
Requires-Dist: slack-sdk
Requires-Dist: torch
Requires-Dist: ujson
Description-Content-Type: text/markdown

# Python util funcs

[![codecov](https://codecov.io/gh/hyukkyukang/python_utils/branch/main/graph/badge.svg?token=XM8ELS08EG)](https://codecov.io/gh/hyukkyukang/python_utils)

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
```

Documentation is available [here](https://hyukkyukang.github.io/python_utils/).
