apyefa 0.0.2__py3-none-any.whl → 0.0.3__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.

Potentially problematic release.


This version of apyefa might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apyefa
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Python API for EFA(Elektronische Fahrplanauskunft) async requests
5
5
  Author-email: Alex Jung <jungdevelop@gmail.com>
6
6
  License: MIT License
@@ -32,16 +32,16 @@ Keywords: efa,vgn,gtfs,public transport,traffic
32
32
  Requires-Python: >=3.11
33
33
  Description-Content-Type: text/markdown
34
34
  License-File: LICENSE
35
- Requires-Dist: aiohttp==3.11.7
36
- Requires-Dist: voluptuous==0.15.2
37
- Requires-Dist: tzdata==2024.2
35
+ Requires-Dist: aiohttp>=3.11.7
36
+ Requires-Dist: voluptuous>=0.15.2
37
+ Requires-Dist: tzdata>=2024.2
38
38
  Provides-Extra: tests
39
39
  Requires-Dist: coverage>=5.0.3; extra == "tests"
40
40
  Requires-Dist: pytest-cov; extra == "tests"
41
41
  Requires-Dist: pytest; extra == "tests"
42
- Requires-Dist: pytest-asyncio==0.24.0; extra == "tests"
42
+ Requires-Dist: pytest-asyncio>=0.24.0; extra == "tests"
43
43
  Requires-Dist: pytest-benchmark[histogram]>=3.2.1; extra == "tests"
44
- Requires-Dist: requests==2.32.3; extra == "tests"
44
+ Requires-Dist: requests>=2.32.3; extra == "tests"
45
45
 
46
46
  # apyefa
47
47
  [![Python package](https://github.com/alex-jung/apyefa/actions/workflows/python-package.yml/badge.svg)](https://github.com/alex-jung/apyefa/actions/workflows/python-package.yml)
@@ -14,8 +14,8 @@ apyefa/commands/parsers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
14
14
  apyefa/commands/parsers/parser.py,sha256=1PSlLpfYrNeKRTpvCcYsCzAKlNrs0oHvSN7zpF4Xcs8,140
15
15
  apyefa/commands/parsers/rapid_json_parser.py,sha256=UMexRiMKkJLcK5EEj80B6RYkWBuR8ZWD3YpeGa0J3lQ,212
16
16
  apyefa/commands/parsers/xml_parser.py,sha256=ru52QtBP68KoTZ8OgjFWrLy-PD4_j1miY8Zv5umNSE8,151
17
- apyefa-0.0.2.dist-info/LICENSE,sha256=C2Gdvb1B39BeEP-RGqVd7w6j94GnJo4gnYyiC_l3SFQ,1066
18
- apyefa-0.0.2.dist-info/METADATA,sha256=qRG4UZtgJpcFqSGjF8YgVMtR_ChVHdKcNOAWX64hMgA,15624
19
- apyefa-0.0.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
20
- apyefa-0.0.2.dist-info/top_level.txt,sha256=b9VSv2S7lxdaypCumxO92IEQFpJdFuB8vQs03j5gZxY,7
21
- apyefa-0.0.2.dist-info/RECORD,,
17
+ apyefa-0.0.3.dist-info/LICENSE,sha256=C2Gdvb1B39BeEP-RGqVd7w6j94GnJo4gnYyiC_l3SFQ,1066
18
+ apyefa-0.0.3.dist-info/METADATA,sha256=mcFjLRl8QNUwgYkepVGceQ8TbzlTazk7MbSSqBjpEi8,15624
19
+ apyefa-0.0.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
20
+ apyefa-0.0.3.dist-info/top_level.txt,sha256=b9VSv2S7lxdaypCumxO92IEQFpJdFuB8vQs03j5gZxY,7
21
+ apyefa-0.0.3.dist-info/RECORD,,
File without changes