Metadata-Version: 2.1
Name: happy-utils
Version: 0.1.3
Summary: A collection of Python utility functions
Author: Adam Zakaria
Author-email: adam.p.zakaria@gmail.com
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: opencv-python
Requires-Dist: psutil
Requires-Dist: pytz
Requires-Dist: requests
Description-Content-Type: text/markdown

# Intro
Python utility functions

# Upload to pypi
```
rm -rf dist/
poetry build
twine upload dist/*
```

# Issues
When twine uploading, ensure the version gets updated, i.e. `version = "0.1.2"` (probably delete dist/* as well)

After update, on installing system: pip install --upgrade happy-utils

