A package to simplify the creation of MAX models
Project description
cyclone ai-platform python framework
thanks ibm max framework
Dependencies
Installation
pip install -U cyclonefw
Demo
#!/usr/bin/env python3
from cyclonefw import MAXApp
app = MAXApp()
app.run()
注意事项
随着开源软件的演进,框架依赖的flask_restplus模块已经停止维护,因此随着基础框架IBM maxfw一起,cyclonefw框架以及本示例已经将flask_restplus替换为flask_restx。
flask_restx是flask的扩展,提供对应用API的描述/可视化展示/调测功能。
开发者如果需要使用flask_restplus中的模块,请使用flask_restx。否则,可能影响应用的API可视化展示与调测功能。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cyclonefw-1.0.16.tar.gz
(14.8 kB
view hashes)
Built Distribution
cyclonefw-1.0.16-py3-none-any.whl
(20.2 kB
view hashes)
Close
Hashes for cyclonefw-1.0.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e1c3cda3668720a56c81ca4d0ea527e6218ff089c664d428e48090747fc2545 |
|
MD5 | 9c41f6dba6c0647f1c3dce4640ab0b99 |
|
BLAKE2b-256 | 2ff57353e56e2f3f719408484471d6b6c45a65e1ad5d126b76a04e3c8201d888 |