.gitignore
LICENSE
README.md
examples.py
pyproject.toml
.github/labeler.yml
.github/release-drafter.yml
.github/workflows/labeler.yml
.github/workflows/python-package.yml
.github/workflows/release_drafter.yml
.vscode/settings.json
apyefa/__init__.py
apyefa/client.py
apyefa/data_classes.py
apyefa/exceptions.py
apyefa/helpers.py
apyefa.egg-info/PKG-INFO
apyefa.egg-info/SOURCES.txt
apyefa.egg-info/dependency_links.txt
apyefa.egg-info/requires.txt
apyefa.egg-info/top_level.txt
apyefa/commands/__init__.py
apyefa/commands/command.py
apyefa/commands/command_add_info.py
apyefa/commands/command_coord.py
apyefa/commands/command_departures.py
apyefa/commands/command_geoobject.py
apyefa/commands/command_line_list.py
apyefa/commands/command_line_stop.py
apyefa/commands/command_serving_lines.py
apyefa/commands/command_stop_finder.py
apyefa/commands/command_stop_list.py
apyefa/commands/command_system_info.py
apyefa/commands/command_trip.py
apyefa/commands/parsers/__init__.py
apyefa/commands/parsers/parser.py
apyefa/commands/parsers/rapid_json_parser.py
apyefa/commands/parsers/xml_parser.py
tests/conftest.py
tests/integration/test_endpoints.py
tests/unit/test_client.py
tests/unit/test_helpers.py
tests/unit/commands/__init__.py
tests/unit/commands/test_cmd.py
tests/unit/commands/test_cmd_departures.py
tests/unit/commands/test_cmd_line_list.py
tests/unit/commands/test_cmd_line_stop.py
tests/unit/commands/test_cmd_serving_lines.py
tests/unit/commands/test_cmd_stop_finder.py
tests/unit/commands/test_cmd_stop_list.py
tests/unit/commands/test_cmd_system_info.py
tests/unit/commands/parsers/__init__.py
tests/unit/commands/parsers/test_json_parser.py
tests/unit/commands/parsers/test_xml_parser.py
tests/unit/data_classes/__init__.py
tests/unit/data_classes/test_departure.py
tests/unit/data_classes/test_location.py
tests/unit/data_classes/test_system_info.py
tests/unit/data_classes/test_transportation.py