apyefa

View on PyPIReverse Dependencies (0)

1.1.0 apyefa-1.1.0-py3-none-any.whl

Wheel Details

Project: apyefa
Version: 1.1.0
Filename: apyefa-1.1.0-py3-none-any.whl
Download: [link]
Size: 26635
MD5: 2320f73fbd116f6f3a90b6d00bb31c22
SHA256: 0264cdec4d22b7d67fdba97e21b61dcdd4f226cce209db97c747e9573c24eea4
Uploaded: 2025-01-28 18:07:06 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: apyefa
Version: 1.1.0
Summary: Python API for EFA(Elektronische Fahrplanauskunft) async requests
Author-Email: Alex Jung <jungdevelop[at]gmail.com>
Project-Url: Homepage, https://github.com/alex-jung/apyefa
Project-Url: Documentation, https://github.com/alex-jung/apyefa
Project-Url: Repository, https://github.com/alex-jung/apyefa
Project-Url: Issues, https://github.com/alex-jung/apyefa/issues
License: MIT License Copyright (c) 2024 Alex Jung Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: efa,public transport,traffic
Requires-Python: >=3.11
Requires-Dist: aiohttp (>=3.11.2)
Requires-Dist: voluptuous (>=0.15.2)
Requires-Dist: tzdata (>=2024.2)
Requires-Dist: coverage (>=5.0.3); extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-asyncio (>=0.24.0); extra == "tests"
Requires-Dist: pytest-benchmark[histogram] (>=3.2.1); extra == "tests"
Requires-Dist: requests (>=2.32.3); extra == "tests"
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3892 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
apyefa/__init__.py sha256=9LuZCm4L02Jz-rgvSyTSQ10fzMEZ0P2nWQQ6m3Z9Ab0 386
apyefa/client.py sha256=CEwWuHFBTUfgGszQVXAogWUQ-JY-Ew7zMidB7oR2AD0 27228
apyefa/data_classes.py sha256=IiLdMV6Jsorp_oaZjez2EvL7PydV0xIIBedpJ9rPFQk 15108
apyefa/exceptions.py sha256=Vhc8FEtI1xSxbVRLFXd3BlNTekY2w3byEvd3Jhhg8h4 240
apyefa/helpers.py sha256=WGXQ2SwlQ5IB57_ab0ry3QAqL-iDWqtOOwP0yhQI5ck 3531
apyefa/commands/__init__.py sha256=h5cyzFXA6vJQgUx7LyngoXxXo11ULvVku9GFuVwvkic 848
apyefa/commands/command.py sha256=vx0eBavmfOxxKsn63TWK1tHscjoVtxFDo-vIR9HRbxA 5486
apyefa/commands/command_add_info.py sha256=iNGFU-SzBY2W5XLghNT4o-oQUc-Qhn3XNQ3ShvfgQDc 2467
apyefa/commands/command_coord.py sha256=rNWiVM2AnHrvPOA3saRIuwQ5POBzZBbeEDsYyM0NklA 1415
apyefa/commands/command_departures.py sha256=28po1kDWJ37gGO_ERlDsPoPgNkCWR_lfE5KAVhZWt-E 1874
apyefa/commands/command_geoobject.py sha256=VQhw4BB3IkrNI7uJV73M46L1773Ynbwq3iv6O6QoxeI 1261
apyefa/commands/command_line_list.py sha256=HDVApNI-ujM7c5K295S1JOVDuL1vk1qb4kq3EJKBwro 1484
apyefa/commands/command_line_stop.py sha256=scqr5rUuy8KIyq4W_Lr57udUPzqGXFox5V5z89YHdZw 1096
apyefa/commands/command_serving_lines.py sha256=LGSNyFmg18JvZ85lRYfMTZ5X1VZQoBDO5gEO8gQ0ErA 1900
apyefa/commands/command_stop_finder.py sha256=w54nLMi5mRWQIDxGHgQpGx4yTITtCUX0D0aT4Y6cozI 2015
apyefa/commands/command_stop_list.py sha256=ouCPxUcg4arQVujCYpYHwNAZUHDrVxbkQalsrKSwREs 1602
apyefa/commands/command_system_info.py sha256=n-XHH2PL-kBJj5RTVrrpPjruDpUKjTJCZbJQ6cq21lo 885
apyefa/commands/command_trip.py sha256=oSA4MkCMIIlWHIQHchU3RWyLxmtdu6cWoe2xhYcIafc 2218
apyefa/commands/parsers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
apyefa/commands/parsers/parser.py sha256=1PSlLpfYrNeKRTpvCcYsCzAKlNrs0oHvSN7zpF4Xcs8 140
apyefa/commands/parsers/rapid_json_parser.py sha256=UMexRiMKkJLcK5EEj80B6RYkWBuR8ZWD3YpeGa0J3lQ 212
apyefa/commands/parsers/xml_parser.py sha256=ru52QtBP68KoTZ8OgjFWrLy-PD4_j1miY8Zv5umNSE8 151
apyefa-1.1.0.dist-info/LICENSE sha256=C2Gdvb1B39BeEP-RGqVd7w6j94GnJo4gnYyiC_l3SFQ 1066
apyefa-1.1.0.dist-info/METADATA sha256=lIgUJrtlAIixd8kgfq8SA4hm2naHlXFUh02kLD3qfos 6100
apyefa-1.1.0.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
apyefa-1.1.0.dist-info/top_level.txt sha256=b9VSv2S7lxdaypCumxO92IEQFpJdFuB8vQs03j5gZxY 7
apyefa-1.1.0.dist-info/RECORD

top_level.txt

apyefa