onebusaway 1.13.5__py3-none-any.whl → 1.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- onebusaway/_version.py +1 -1
- {onebusaway-1.13.5.dist-info → onebusaway-1.14.0.dist-info}/METADATA +2 -3
- {onebusaway-1.13.5.dist-info → onebusaway-1.14.0.dist-info}/RECORD +5 -5
- {onebusaway-1.13.5.dist-info → onebusaway-1.14.0.dist-info}/WHEEL +0 -0
- {onebusaway-1.13.5.dist-info → onebusaway-1.14.0.dist-info}/licenses/LICENSE +0 -0
onebusaway/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: onebusaway
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.14.0
|
4
4
|
Summary: The official Python library for the onebusaway-sdk API
|
5
5
|
Project-URL: Homepage, https://github.com/OneBusAway/python-sdk
|
6
6
|
Project-URL: Repository, https://github.com/OneBusAway/python-sdk
|
@@ -114,7 +114,6 @@ pip install onebusaway[aiohttp]
|
|
114
114
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
115
115
|
|
116
116
|
```python
|
117
|
-
import os
|
118
117
|
import asyncio
|
119
118
|
from onebusaway import DefaultAioHttpClient
|
120
119
|
from onebusaway import AsyncOnebusawaySDK
|
@@ -122,7 +121,7 @@ from onebusaway import AsyncOnebusawaySDK
|
|
122
121
|
|
123
122
|
async def main() -> None:
|
124
123
|
async with AsyncOnebusawaySDK(
|
125
|
-
api_key=
|
124
|
+
api_key="My API Key",
|
126
125
|
http_client=DefaultAioHttpClient(),
|
127
126
|
) as client:
|
128
127
|
current_time = await client.current_time.retrieve()
|
@@ -11,7 +11,7 @@ onebusaway/_resource.py,sha256=t-CkWpnm2UyE1uiv87GODlyRcQ_8h5eXmSVoE-1u35w,1142
|
|
11
11
|
onebusaway/_response.py,sha256=x_FC3ZoD8JnfQRtZibna0wxoBtNzKcVictes8B7N6NQ,28848
|
12
12
|
onebusaway/_streaming.py,sha256=PC8tKxRCeoJn8xKBBxXTlppGSI4TOMYVNfxrabFkRfc,10128
|
13
13
|
onebusaway/_types.py,sha256=OUYNO_zPft2ZRZXakg0aIsBjCoAJLRet90u8LO8WBB4,6201
|
14
|
-
onebusaway/_version.py,sha256=
|
14
|
+
onebusaway/_version.py,sha256=4pZ7zuoXmbiw__Ss8-CYKnnIL97dr7K4KyMfpg0gG5k,163
|
15
15
|
onebusaway/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
onebusaway/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
17
17
|
onebusaway/_utils/_logs.py,sha256=tVIAhl7_vbQL4nJ8QdLAHJ0YzQYbW2gTATmjneY_JxI,790
|
@@ -104,7 +104,7 @@ onebusaway/types/vehicles_for_agency_list_response.py,sha256=IUX2zHummRU2ChQsGYt
|
|
104
104
|
onebusaway/types/shared/__init__.py,sha256=ui9M5r_ahasuyksUJVAHHYtdXvg3L_uxVgJY6LMdiPY,201
|
105
105
|
onebusaway/types/shared/references.py,sha256=By29adWfDkZwH6_80NFuvP5NPKOcz9JUqUzaq-iAjQw,7317
|
106
106
|
onebusaway/types/shared/response_wrapper.py,sha256=0i161M7PC8iPq2RzNt8DxZFlvSvdgD9xBcs0ugER0rY,331
|
107
|
-
onebusaway-1.
|
108
|
-
onebusaway-1.
|
109
|
-
onebusaway-1.
|
110
|
-
onebusaway-1.
|
107
|
+
onebusaway-1.14.0.dist-info/METADATA,sha256=IQNbv44BxHd32yScAaQApvNRHqHP0ig9IlROKdSVDOU,13687
|
108
|
+
onebusaway-1.14.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
109
|
+
onebusaway-1.14.0.dist-info/licenses/LICENSE,sha256=czZkEz_7Kzvn7AGsFsY_RUYL132SXtB5Mcrjoq29Vfo,11344
|
110
|
+
onebusaway-1.14.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|