PyTransportNSWv2 0.3.1__tar.gz → 0.3.2__tar.gz
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.
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/PKG-INFO +2 -2
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/PyTransportNSWv2.egg-info/PKG-INFO +2 -2
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/README.md +1 -1
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/setup.py +1 -1
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/LICENSE +0 -0
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/PyTransportNSWv2.egg-info/SOURCES.txt +0 -0
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/PyTransportNSWv2.egg-info/dependency_links.txt +0 -0
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/PyTransportNSWv2.egg-info/requires.txt +0 -0
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/PyTransportNSWv2.egg-info/top_level.txt +0 -0
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/TransportNSW/TransportNSW.py +0 -0
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/TransportNSW/__init__.py +0 -0
- {pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: PyTransportNSWv2
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.2
|
4
4
|
Summary: Get detailed per-trip transport information from TransportNSW
|
5
5
|
Home-page: https://github.com/andystewart999/TransportNSW
|
6
6
|
Author: andystewart999
|
@@ -52,7 +52,7 @@ print(journey)
|
|
52
52
|
```python
|
53
53
|
{"due": 3, "origin_stop_id": "207537", "origin_name": "Mona Vale Rd at Shinfield Ave, St Ives", "departure_time": "2024-05-20T21:59:48Z", "destination_stop_id": "2000338", "destination_name": "Central Station, Platform 18, Sydney", "arrival_time": "2024-05-20T22:47:36Z", "origin_transport_type": "Bus", "origin_transport_name": "Sydney Buses Network", "origin_line_name": "195", "origin_line_name_short": "195", "changes": 1, "occupancy": "MANY_SEATS", "real_time_trip_id": "2096551", "latitude": -33.72665786743164, "longitude": 151.16305541992188}
|
54
54
|
```
|
55
|
-
Fun fact: TransportNSW's raw API output calls itself JSON, but it uses single quotes for strings in defiance of the JSON standards. When using this wrapper the output is formatted such that `jq`, for example, is happy with.
|
55
|
+
Fun fact: TransportNSW's raw API output calls itself JSON, but it uses single quotes for strings in defiance of the JSON standards. When using this wrapper the output is formatted such that `jq`, for example, is happy with it.
|
56
56
|
|
57
57
|
* due: the time (in minutes) before the journey starts
|
58
58
|
* origin_stop_id: the specific departure stop id
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: PyTransportNSWv2
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.2
|
4
4
|
Summary: Get detailed per-trip transport information from TransportNSW
|
5
5
|
Home-page: https://github.com/andystewart999/TransportNSW
|
6
6
|
Author: andystewart999
|
@@ -52,7 +52,7 @@ print(journey)
|
|
52
52
|
```python
|
53
53
|
{"due": 3, "origin_stop_id": "207537", "origin_name": "Mona Vale Rd at Shinfield Ave, St Ives", "departure_time": "2024-05-20T21:59:48Z", "destination_stop_id": "2000338", "destination_name": "Central Station, Platform 18, Sydney", "arrival_time": "2024-05-20T22:47:36Z", "origin_transport_type": "Bus", "origin_transport_name": "Sydney Buses Network", "origin_line_name": "195", "origin_line_name_short": "195", "changes": 1, "occupancy": "MANY_SEATS", "real_time_trip_id": "2096551", "latitude": -33.72665786743164, "longitude": 151.16305541992188}
|
54
54
|
```
|
55
|
-
Fun fact: TransportNSW's raw API output calls itself JSON, but it uses single quotes for strings in defiance of the JSON standards. When using this wrapper the output is formatted such that `jq`, for example, is happy with.
|
55
|
+
Fun fact: TransportNSW's raw API output calls itself JSON, but it uses single quotes for strings in defiance of the JSON standards. When using this wrapper the output is formatted such that `jq`, for example, is happy with it.
|
56
56
|
|
57
57
|
* due: the time (in minutes) before the journey starts
|
58
58
|
* origin_stop_id: the specific departure stop id
|
@@ -37,7 +37,7 @@ print(journey)
|
|
37
37
|
```python
|
38
38
|
{"due": 3, "origin_stop_id": "207537", "origin_name": "Mona Vale Rd at Shinfield Ave, St Ives", "departure_time": "2024-05-20T21:59:48Z", "destination_stop_id": "2000338", "destination_name": "Central Station, Platform 18, Sydney", "arrival_time": "2024-05-20T22:47:36Z", "origin_transport_type": "Bus", "origin_transport_name": "Sydney Buses Network", "origin_line_name": "195", "origin_line_name_short": "195", "changes": 1, "occupancy": "MANY_SEATS", "real_time_trip_id": "2096551", "latitude": -33.72665786743164, "longitude": 151.16305541992188}
|
39
39
|
```
|
40
|
-
Fun fact: TransportNSW's raw API output calls itself JSON, but it uses single quotes for strings in defiance of the JSON standards. When using this wrapper the output is formatted such that `jq`, for example, is happy with.
|
40
|
+
Fun fact: TransportNSW's raw API output calls itself JSON, but it uses single quotes for strings in defiance of the JSON standards. When using this wrapper the output is formatted such that `jq`, for example, is happy with it.
|
41
41
|
|
42
42
|
* due: the time (in minutes) before the journey starts
|
43
43
|
* origin_stop_id: the specific departure stop id
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
5
5
|
|
6
6
|
setuptools.setup(
|
7
7
|
name="PyTransportNSWv2",
|
8
|
-
version="0.3.
|
8
|
+
version="0.3.2",
|
9
9
|
author="andystewart999",
|
10
10
|
description="Get detailed per-trip transport information from TransportNSW",
|
11
11
|
long_description=long_description,
|
File without changes
|
File without changes
|
{pytransportnswv2-0.3.1 → pytransportnswv2-0.3.2}/PyTransportNSWv2.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|