加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/pingf/falsy
克隆/下载
README.rst 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
Makefile君 提交于 2017-01-05 17:11 . first relase of code

FAL.S.Y

Status: Alpha
Author: Jesse MENG (dameng/pingf)
Documentation: http://127.0.0.1/update_later

using falcon with swagger-ui and yaml!

Basic Usage:
from falsy.falsy import FALSY

f = FALSY(static_path='test', static_dir='static')
f.begin_api()
f.swagger('test.yml', ui=True,theme='impress')
f.end_api()
api = f.api

Installation

pip install falsy

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化