three:用于Open311 API的易于使用的Python包装器

时间:2024-06-08 10:50:10
【文件属性】:

文件名称:three:用于Open311 API的易于使用的Python包装器

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-08 10:50:10

Python

三 更新的 Python包装器已构建为绝对方便用户使用和易于使用。 做出的许多设计决策都将反映这些品质。 安装 最好的安装方法是通过pip 。 pip install three 乍看上去 Three ,以使最终用户完全不了解Open311 GeoReport实现中的差异。 与服务请求进行交互应该很容易。 >> > import three >> > three . cities () [ 'boston' , 'macon' , 'sf' , ...] # Let's start off with Macon. >> > three . city ( 'macon' ) >> > three . key ( 'my_macon_api_key' ) >> > three . discovery () { 'service' : { 'discovery' : 'data' }}


【文件预览】:
three-master
----README.md(8KB)
----test.py(11KB)
----three()
--------cities.py(4KB)
--------api.py(2KB)
--------__init__.py(189B)
--------core.py(9KB)
----requirements.txt(199B)
----LICENSE.md(1KB)
----setup.py(940B)
----.travis.yml(119B)

网友评论