python-openpublictransport 0.1.4__tar.gz → 0.1.5__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 (50) hide show
  1. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/PKG-INFO +1 -1
  2. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/pyproject.toml +4 -1
  3. python_openpublictransport-0.1.5/src/openpublictransport/py.typed +0 -0
  4. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/python_openpublictransport.egg-info/PKG-INFO +1 -1
  5. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/python_openpublictransport.egg-info/SOURCES.txt +1 -0
  6. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/setup.cfg +0 -0
  7. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/__init__.py +0 -0
  8. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/const.py +0 -0
  9. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/exceptions.py +0 -0
  10. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/models.py +0 -0
  11. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/parsers.py +0 -0
  12. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/__init__.py +0 -0
  13. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/avv.py +0 -0
  14. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/base.py +0 -0
  15. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/beg.py +0 -0
  16. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/bsvg.py +0 -0
  17. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/bvg.py +0 -0
  18. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/db.py +0 -0
  19. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/ding.py +0 -0
  20. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/efa_base.py +0 -0
  21. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/fptf_base.py +0 -0
  22. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/gtfsde.py +0 -0
  23. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/hvv.py +0 -0
  24. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/kvv.py +0 -0
  25. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/mvv.py +0 -0
  26. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/national_rail.py +0 -0
  27. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/nta.py +0 -0
  28. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/nvbw.py +0 -0
  29. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/nwl.py +0 -0
  30. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/oebb.py +0 -0
  31. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/otp.py +0 -0
  32. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/otp_base.py +0 -0
  33. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/otp_custom.py +0 -0
  34. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/rejseplanen.py +0 -0
  35. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/rmv.py +0 -0
  36. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/rvv.py +0 -0
  37. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/sbb.py +0 -0
  38. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/trafiklab.py +0 -0
  39. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/transitous.py +0 -0
  40. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/trias_base.py +0 -0
  41. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/vagfr.py +0 -0
  42. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/vbn.py +0 -0
  43. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/vgn.py +0 -0
  44. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/vrn.py +0 -0
  45. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/vrr.py +0 -0
  46. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/vvo.py +0 -0
  47. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/openpublictransport/providers/vvs.py +0 -0
  48. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/python_openpublictransport.egg-info/dependency_links.txt +0 -0
  49. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/python_openpublictransport.egg-info/requires.txt +0 -0
  50. {python_openpublictransport-0.1.4 → python_openpublictransport-0.1.5}/src/python_openpublictransport.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-openpublictransport
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Python library for public transport APIs (EFA, OTP2, TRIAS, FPTF, HAFAS, GTFS-RT)
5
5
  License: MIT
6
6
  Requires-Python: >=3.11
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-openpublictransport"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "Python library for public transport APIs (EFA, OTP2, TRIAS, FPTF, HAFAS, GTFS-RT)"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -25,5 +25,8 @@ dev = [
25
25
  [tool.setuptools.packages.find]
26
26
  where = ["src"]
27
27
 
28
+ [tool.setuptools.package-data]
29
+ openpublictransport = ["py.typed"]
30
+
28
31
  [tool.pytest.ini_options]
29
32
  asyncio_mode = "auto"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-openpublictransport
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Python library for public transport APIs (EFA, OTP2, TRIAS, FPTF, HAFAS, GTFS-RT)
5
5
  License: MIT
6
6
  Requires-Python: >=3.11
@@ -4,6 +4,7 @@ src/openpublictransport/const.py
4
4
  src/openpublictransport/exceptions.py
5
5
  src/openpublictransport/models.py
6
6
  src/openpublictransport/parsers.py
7
+ src/openpublictransport/py.typed
7
8
  src/openpublictransport/providers/__init__.py
8
9
  src/openpublictransport/providers/avv.py
9
10
  src/openpublictransport/providers/base.py