Metadata-Version: 2.1
Name: fastapi_better_logger
Version: 0.0.5
Summary: An utils package for fastapi
Home-page: https://github.com/finalsa/fastapi-better-logger
Author: Luis Jimenez
Author-email: luis@finalsa.com
License: MIT
Keywords: fastapi,logger
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: boto3>=1.33.12
Requires-Dist: click>=8.0
Requires-Dist: typing-extensions; python_version < "3.8"
Requires-Dist: watchtower>=3.0.0
Provides-Extra: standard
Requires-Dist: orjson>=1.3.1; extra == "standard"

# Fastapi Better Logger

This pip packages will help you to make your life easier when working with fastapi and ormar.

For installing this package:

```bash
pip install fastapi-helpers
```


Happy codding!
