Metadata-Version: 1.1
Name: yOpenApi
Version: 0.0.1
Summary: OpenApi for yModel and ySanic
Home-page: https://github.com/Garito/yOpenApi
Author: Garito
Author-email: garito@gmail.com
License: GPLv3+
Description: # yOpenApi
        yOpenApi uses ySanic introspection to generate [OpenApi v3](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md) definition for your API
        
        ## How to use it
        Subclass ySanic and add yOpenApi as a superclass too
        
        It adds a route /openapi with the definitions
        
        ### Warning: there are no tests (yet)
        
        ## Installation
        ```pip install yOpenApi```
        
        ## Help
        Feel free to help if you think something is weird or incomplete by submiting a pull request
        
        ### What is already needed
        - [] More testing
        - [] Continous integration
        - [] Better help & documentation
        
        ### I'm not a technical person but still want to help
        You can tip the project with cryptos too:
        
        BTC: 1GtKxwZGR65ar9V8xafxhMiniZyqXej2GC
        
        ETH: 0x01bd478b8C07633D2f4E58AC553f72CE4E590d56
        
        LTC: LYUzrFX6ck5uMhw5VqcD9piQHnX7oeSLdh
        
        XMR: 49stcvbfjEkWLjb6mdG21zMJ3uRrLmN3bazGQ8cHjjsVHYYyY61N6P7emCXhpsvB2Vc8Uuz2FA1Qk6hkE8e4ADmJQQ64eyT
        
        ADA: DdzFFzCqrhsoUF5UjGGAYUayV5uNCJZ17PJn9V8X9MTQ26m2wDVycme42gufKufPNWMazfJLg8RKHpc1iFvn6j8BTJjaozGtLPzCDx5t
        
        NEM: NDGYO6X3NTD6CX3V7MCCYKQPBIOYGZRXEKDLCDW2
        
Keywords: openapi marshmallow ySanic
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
