Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 992 Bytes

README.rst

File metadata and controls

53 lines (34 loc) · 992 Bytes

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.