{"id":28353741,"url":"https://github.com/tanikai/pyefa3","last_synced_at":"2025-09-12T13:36:26.765Z","repository":{"id":252667961,"uuid":"826173544","full_name":"Tanikai/pyefa3","owner":"Tanikai","description":"Python 3-Library for accessing online train connection APIs (Elektronische Fahrplanauskunft)","archived":false,"fork":false,"pushed_at":"2024-07-09T08:03:05.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T22:16:02.994Z","etag":null,"topics":["efa","fahrplan","public-transport","public-transport-enabler"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tanikai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T08:02:44.000Z","updated_at":"2024-07-09T08:07:42.000Z","dependencies_parsed_at":"2024-08-11T17:26:22.598Z","dependency_job_id":"12fd80ea-7154-4def-bb9b-2f39ca5a35ad","html_url":"https://github.com/Tanikai/pyefa3","commit_stats":null,"previous_names":["tanikai/pyefa3"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Tanikai/pyefa3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanikai%2Fpyefa3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanikai%2Fpyefa3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanikai%2Fpyefa3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanikai%2Fpyefa3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tanikai","download_url":"https://codeload.github.com/Tanikai/pyefa3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanikai%2Fpyefa3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274822285,"owners_count":25356492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["efa","fahrplan","public-transport","public-transport-enabler"],"created_at":"2025-05-28T01:38:12.412Z","updated_at":"2025-09-12T13:36:26.754Z","avatar_url":"https://github.com/Tanikai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyefa3\n\nPython-Library for accessing online train connection APIs (Elektronische Fahrplanauskunft).\n\nA list of supported regions can be found [here](https://github.com/NoMoKeTo/pyefa/wiki/Supported-Regions).\n\n## Installation\n\nJust install it from the [Python Package Index](https://pypi.python.org/pypi/pyefa3):\n\n```sh\npip install pyefa3\n```\n\n## Usage\n\n```python\nfrom pyefa.classes import Station\nfrom pyefa.networks import DING\n\norigin_station = Station()\norigin_station.name = \"Theater\"\norigin_station.place = \"Ulm\"\n\ndestination_station = Station()\ndestination_station.name = \"Universität Süd\"\ndestination_station.place = \"Ulm\"\n\nefa_api = DING()\nresult = efa_api.tripRequest(origin_station, destination_station, apitype=\"xml\")\nprint(result)\n\nmachine_readable = result.asdict()\n```\n\n### Install from source\n\nThe Python-Modules **beautifulsoup4** and **colorama** are required.\n\nJust clone the repository and run:\n\n```sh\npython setup.py install\n```\n\n## Documentation\n\nDocumentation is available via docstrings.\n\n```sh\npydoc clifa\npydoc clifa.classes\n# and so on\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanikai%2Fpyefa3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanikai%2Fpyefa3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanikai%2Fpyefa3/lists"}