Metadata-Version: 2.1
Name: fastapi-openapi-generator
Version: 0.1.2
Summary: A Command Line Interface to save openapi file from a FastAPI application
Home-page: https://github.com/KiraPC/fastapi-openapi-generator
Author: Pasquale Carmine Carbone
Author-email: pasqualecarmine.carbone@gmail.com
License: UNKNOWN
Description: ### What this repository contains
        
        A Command Line Interface to save openapi file from a FastAPI application
        
        ### Installation: 
        
        install the package
        ```
        pip install fastapi-openapi-generator
        ```
        
        ### How to use
        ```
        fastapi-openapi-gen main:app \
            --app-dir= # The path to mounth in the python path to import the module. \
            --output-dir= # The path where store the openapi template. \
            --file-name= # The name the openapi file will assume.
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
