Metadata-Version: 2.1
Name: vul_py_utils
Version: 0.0.3
Summary: The package contains common utilities for Python projects at Vulcan Labs. Repo link: https://github.com/vulcanlabsvn/vul-py
Author: Tu Pham
Author-email: tupham.dev@vulcanlabs.co
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
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: fastapi (>=0.105.0,<0.106.0)
Requires-Dist: firebase-admin (>=6.3.0,<7.0.0)
Requires-Dist: google (>=3.0.0,<4.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pillow (>=10.1.0,<11.0.0)
Requires-Dist: redis (>=5.0.1,<6.0.0)
Requires-Dist: torch (>=2.1.2,<3.0.0)
Description-Content-Type: text/markdown

vul-py is a general-purpose library of utilities and extensions to the standard library. It provides common functionality such as: redis, file I/O, image processing, and more. It is compatible with Python 3.x and has no external dependencies.


Repository Link: [vulcanlabsvn/vul-py: vul-py ](https://github.com/vulcanlabsvn/vul-py)

