Metadata-Version: 2.4
Name: yta-fastapi-docker-common
Version: 0.0.2
Summary: Youtube Autonomous FastAPI Docker Common Module
License-File: LICENSE
Author: danialcala94
Author-email: danielalcalavalera@gmail.com
Requires-Python: >=3.8,<3.14
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastapi (>=0.0.1,<9999.0.0)
Description-Content-Type: text/markdown

# Youtube Autonomous FastAPI Docker Common Module

The module that is to include code that different projects based on `FastAPI` and `Docker` will use, to avoid duplicities.

This project will not include any docker file because it's meant to be used as a simple dependency, but could include some FastAPI dependencies to be able to handle the code we need.
