MBTAclient 0.2.1__tar.gz → 0.2.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.
Files changed (25) hide show
  1. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/PKG-INFO +1 -1
  2. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/pyproject.toml +5 -2
  3. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/MBTAclient.egg-info/PKG-INFO +1 -1
  4. mbtaclient-0.2.2/src/MBTAclient.egg-info/top_level.txt +1 -0
  5. mbtaclient-0.2.1/src/MBTAclient.egg-info/top_level.txt +0 -15
  6. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/LICENSE +0 -0
  7. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/README.md +0 -0
  8. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/setup.cfg +0 -0
  9. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/MBTAclient.egg-info/SOURCES.txt +0 -0
  10. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/MBTAclient.egg-info/dependency_links.txt +0 -0
  11. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/__init__.py +0 -0
  12. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/base_handler.py +0 -0
  13. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/journey.py +0 -0
  14. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/journey_stop.py +0 -0
  15. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/journeys_handler.py +0 -0
  16. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/main.py +0 -0
  17. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_alert.py +0 -0
  18. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_client.py +0 -0
  19. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_prediction.py +0 -0
  20. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_route.py +0 -0
  21. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_schedule.py +0 -0
  22. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_stop.py +0 -0
  23. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_trip.py +0 -0
  24. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/mbta_utils.py +0 -0
  25. {mbtaclient-0.2.1 → mbtaclient-0.2.2}/src/trip_handler.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: MBTAclient
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A Python client for interacting with the MBTA API
5
5
  Author-email: Luca Chiabrera <luca.chiabrera@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/chiabre/MBTAclient
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "MBTAclient"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  authors = [
5
5
  { name="Luca Chiabrera", email="luca.chiabrera@gmail.com" },
6
6
  ]
@@ -15,4 +15,7 @@ classifiers = [
15
15
 
16
16
  [project.urls]
17
17
  Homepage = "https://github.com/chiabre/MBTAclient"
18
- Issues = "https://github.com/chiabre/MBTAclient/issues"
18
+ Issues = "https://github.com/chiabre/MBTAclient/issues"
19
+
20
+ [tool.setuptools.packages.find]
21
+ where = ["src"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: MBTAclient
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A Python client for interacting with the MBTA API
5
5
  Author-email: Luca Chiabrera <luca.chiabrera@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/chiabre/MBTAclient
@@ -1,15 +0,0 @@
1
- __init__
2
- base_handler
3
- journey
4
- journey_stop
5
- journeys_handler
6
- main
7
- mbta_alert
8
- mbta_client
9
- mbta_prediction
10
- mbta_route
11
- mbta_schedule
12
- mbta_stop
13
- mbta_trip
14
- mbta_utils
15
- trip_handler
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes