Metadata-Version: 2.1
Name: fastutils-hmarcuzzo
Version: 0.2.1
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: passlib ==1.7.4
Requires-Dist: greenlet ==3.0.0 ; 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: exceptiongroup ==1.1.3 ; python_version < "3.11"
Requires-Dist: idna ==3.4 ; python_version >= "3.5"
Requires-Dist: sqlalchemy-utils ==0.41.1 ; python_version >= "3.6"
Requires-Dist: pydantic ==2.4.2 ; python_version >= "3.7"
Requires-Dist: pydantic-core ==2.10.1 ; python_version >= "3.7"
Requires-Dist: sniffio ==1.3.0 ; python_version >= "3.7"
Requires-Dist: sqlalchemy ==2.0.21 ; python_version >= "3.7"
Requires-Dist: annotated-types ==0.6.0 ; python_version >= "3.8"
Requires-Dist: anyio ==4.0.0 ; python_version >= "3.8"
Requires-Dist: starlette ==0.31.1 ; python_version >= "3.8"
Requires-Dist: typing-extensions ==4.8.0 ; python_version >= "3.8"

# fast-utils
