Metadata-Version: 2.1
Name: cyclonefw
Version: 1.0.2
Summary: A package to simplify the creation of MAX models
Home-page: https://github.com/wenlaizhou/cyclonefw
Author: CODAIT
Author-email: 
License: Apache
Description: # cyclone ai-platform python framework
        thanks ibm max framework
        
        ## Dependencies
        * [flask-restx](https://pypi.org/project/flask-restx/0.1.1/)
        * [flask-cors](https://pypi.org/project/Flask-Cors/)
        
        ## Installation
        
        ```shell script
        pip install -U cyclonefw
        ```
        
        ## Demo
        
        ```python
        
        #!/usr/bin/env python3
        
        from cyclonefw import MAXApp
        
        app = MAXApp()
        app.run()
        
        
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
