tranquilizer:将功能放到REST

时间:2024-06-06 23:28:44
【文件属性】:

文件名称:tranquilizer:将功能放到REST

文件大小:384KB

文件格式:ZIP

更新时间:2024-06-06 23:28:44

Python

镇静剂 通过装饰您的函数,用一行来部署REST API。 安装 我的conda频道上的软件包可用于所有Mac,Linux和Windows。 不支持Python 2。 > conda install -c conda-forge tranquilizer 快速开始 Tranquilizer可以与Jupyter Notebook( .ipynb )或Python脚本文件( .py )一起使用。 下面的修饰函数将用作GET方法的终点,称为cheese 。 该函数必须返回一个JSON可序列化对象。 请参见下面的。 from tranquilizer import tranquilize @ tranquilize () def order ( cheese ): '''I'd like to buy some cheese!''' return "I'm afraid


【文件预览】:
tranquilizer-master
----MANIFEST.in(164B)
----.coveragerc(88B)
----img()
--------types.png(121KB)
--------swagger.png(398KB)
----.github()
--------workflows()
----tests()
--------test_types.py(5KB)
--------test_application.py(1KB)
--------arr.npy(168B)
--------cheese_shop.python(240B)
--------test_decorator.py(7KB)
--------test_resource.py(4KB)
--------__init__.py(0B)
--------integer_error.py(179B)
--------file(6B)
--------cheese_shop.ipynb(1KB)
--------test_handler.py(1KB)
--------kitty.jpg(18KB)
--------cheese_shop.py(240B)
--------cheese_shop_publish.py(264B)
--------test_main.py(2KB)
--------two_funcs.py(381B)
----LICENSE(1KB)
----setup.cfg(720B)
----examples()
--------date conversion.ipynb(2KB)
--------errors.py(579B)
--------type_conversion.py(780B)
--------default_args.py(258B)
--------anaconda-project.yml(371B)
--------cheese_shop.ipynb(3KB)
--------cheese_shop-methods.ipynb(1KB)
--------images.py(626B)
--------cheese_shop.py(227B)
--------files.py(855B)
----setup.py(2KB)
----.gitignore(847B)
----CHANGELOG.md(2KB)
----conda.recipe()
--------meta.yaml(949B)
----README.md(6KB)
----versioneer.py(67KB)
----etc()
--------environment.yml(232B)
--------test-environment.yml(233B)
--------build-environment.yml(81B)
----tranquilizer()
--------application.py(1KB)
--------main.py(4KB)
--------resource.py(3KB)
--------types.py(5KB)
--------__init__.py(147B)
--------decorator.py(4KB)
--------_version.py(18KB)
--------handler.py(2KB)

网友评论