Metadata-Version: 2.1
Name: FastAPIwee
Version: 0.0.8
Summary: FastAPIwee - FastAPI + PeeWee = <3
Home-page: https://github.com/Ignisor/FastAPIwee
Author: German Gensetskyi
Author-email: Ignis2497@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://fastapiwee.qqmber.wtf
Description: # FastAPIwee
        FastAPI + PeeWee = <3
        
        ## Using
        
        Python >= 3.6 :snake:
        
        ## Installation
        
        ```python
        pip install FastAPIwee
        ```
        
        :tada:
        
        ## Documentation
        
        Documentation can be found here: https://fastapiwee.qqmber.wtf
        
        ## Development
        
        ### Documentation
        
        Documentation is made with [MkDocs](https://www.mkdocs.org) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
        
        To run MkDocs server:
        
        - Go to mkdocs directory
        
            ```bash
            cd mkdocs
            ```
        
        - Run server
        
            ```bash
            mkdocs serve
            ```
        
        To build use:
        
        ```bash
        mkdocs build
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
