finch:用于 Python 的异步 RESTful API 使用者

时间:2024-06-28 06:21:54
【文件属性】:

文件名称:finch:用于 Python 的异步 RESTful API 使用者

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-28 06:21:54

Python

Finch:RESTful API 消费者 Finch 是 Python 的异步 RESTful API 使用者。 Finch 专注于移除与使用基于 http 的 API 相关的所有样板,并提供高级抽象来开发 API 客户端。 Finch 是在下发布的,因此您可以、并以改进它。 用法 要开始使用 REST API,您首先应该定义要使用的资源。 对于资源建模,我们使用数据建模库。 因此,例如,要从 github.com 获取您的 repos,您应该定义 Repo 模型和 Repos 集合。 from booby import Model , fields from finch import Collection class Repo ( Model ): id = fields . Integer () name = fields . String () own


【文件预览】:
finch-master
----MANIFEST.in(61B)
----.travis.yml(356B)
----README.rst(4KB)
----test-requirements.txt(65B)
----finch()
--------collection.py(6KB)
--------auth.py(1KB)
--------errors.py(1KB)
--------__init__.py(796B)
--------session.py(2KB)
----CHANGES.rst(1KB)
----tests()
--------features()
--------unit()
--------__init__.py(0B)
----LICENSE(601B)
----setup.cfg(60B)
----requirements.txt(42B)
----examples()
--------github.py(1KB)
----setup.py(825B)
----.gitignore(64B)

网友评论