文件名称:python-ottawa-transit:OCTranspo API的Python接口
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-22 15:07:35
Python
python-ottawa-transit API和实用程序的Python接口,用于处理返回的数据。 安装 该软件包可在上 pip install python-ottawa-transit 另外,也可以使用从源代码安装它 git clone https://github.com/buckley-w-david/python-ottawa-transit.git cd python-ottawa-transit poetry install 用法 >> > from python_ottawa_transit import OCTransportApi >> > api = OCTransportApi ( app_id = 'APPLICATION_ID' , app_key = 'APPLICATION_KEY' ) >> > api . get_route_summary_fo
【文件预览】:
python-ottawa-transit-master
----.circleci()
--------config.yml(558B)
----.gitignore(88B)
----README.md(1KB)
----pylintrc(11KB)
----tests()
--------test_api.py(2KB)
--------__init__.py(0B)
--------test_python_ottawa_transit.py(104B)
----mypy.ini(87B)
----python_ottawa_transit()
--------api.py(4KB)
--------__init__.py(140B)
----pyproject.lock(14KB)
----pyproject.toml(541B)
----.hypothesis()
--------examples()