Metadata-Version: 2.1
Name: fastutils-hmarcuzzo
Version: 0.0.2
Summary: A personal utility library I've developed to streamline and optimize backend development with FastAPI in my projects. From generic repositories and queries to enums, error handling, and more, fastutils_hmarcuzzo encompasses essential tools that have proven invaluable in my development journey, whether as a novice or a seasoned professional.
Author: Henrique Marcuzzo
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: greenlet==2.0.2; platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32")))))
Requires-Dist: passlib==1.7.4
Requires-Dist: pydantic==2.3.0; python_version >= "3.7"
Requires-Dist: pydantic-core==2.6.3; python_version >= "3.7"
Requires-Dist: sqlalchemy==2.0.20; python_version >= "3.7"
Requires-Dist: sqlalchemy-utils==0.41.1; python_version >= "3.6"
Requires-Dist: typing-extensions==4.7.1; python_version >= "3.7"

# fast-utils
