{"id":18390750,"url":"https://github.com/eifinger/here_transit","last_synced_at":"2026-02-25T11:05:00.009Z","repository":{"id":47841721,"uuid":"515629534","full_name":"eifinger/here_transit","owner":"eifinger","description":"Asynchronous Python client for the HERE Transit V8 API","archived":false,"fork":false,"pushed_at":"2024-07-01T07:11:39.000Z","size":90,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-28T05:26:38.976Z","etag":null,"topics":["aiohttp","asyncio","here","here-maps-api","heremaps","public-transport","python","python3","routing","transit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eifinger.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":"2022-07-19T14:56:30.000Z","updated_at":"2024-07-01T07:11:42.000Z","dependencies_parsed_at":"2024-07-05T14:28:04.876Z","dependency_job_id":null,"html_url":"https://github.com/eifinger/here_transit","commit_stats":{"total_commits":43,"total_committers":3,"mean_commits":"14.333333333333334","dds":0.4651162790697675,"last_synced_commit":"81549ee3d308895c8568e6f37ba8ac6aa20466ee"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/eifinger/here_transit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhere_transit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhere_transit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhere_transit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhere_transit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eifinger","download_url":"https://codeload.github.com/eifinger/here_transit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhere_transit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29819265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aiohttp","asyncio","here","here-maps-api","heremaps","public-transport","python","python3","routing","transit"],"created_at":"2024-11-06T01:49:04.186Z","updated_at":"2026-02-25T11:04:59.979Z","avatar_url":"https://github.com/eifinger.png","language":"Python","readme":"# here_transit\n\nAsynchronous Python client for the HERE Transit V8 API\n\n[![GitHub Actions](https://github.com/eifinger/here_transit/workflows/CI/badge.svg)](https://github.com/eifinger/here_transit/actions?workflow=CI)\n[![PyPi](https://img.shields.io/pypi/v/here_transit.svg)](https://pypi.python.org/pypi/here_transit)\n[![PyPi](https://img.shields.io/pypi/l/here_transit.svg)](https://github.com/eifinger/here_transit/blob/master/LICENSE)\n[![codecov](https://codecov.io/gh/eifinger/here_transit/branch/master/graph/badge.svg)](https://codecov.io/gh/eifinger/here_transit)\n[![Downloads](https://pepy.tech/badge/here_transit)](https://pepy.tech/project/here_transit)\n\n## Installation\n\n```bash\npip install here_transit\n```\n\n## Usage\n\n```python\nimport asyncio\n\nfrom here_transit import HERETransitApi, Place, Return\n\nAPI_KEY = \"\u003cYOUR_API_KEY\u003e\"\n\n\nasync def main() -\u003e None:\n    \"\"\"Show example how to get location of your tracker.\"\"\"\n    async with HERETransitApi(api_key=API_KEY) as here_transit:\n        response = await here_transit.route(\n            origin=Place(latitude=50.12778680095556, longitude=8.582081794738771),\n            destination=Place(latitude=50.060940891421765, longitude=8.336477279663088),\n            return_values=[Return.TRAVEL_SUMMARY],\n        )\n        print(\n            f\"Duration is: {response['routes'][0]['sections'][0]['travelSummary']['duration']}\"\n        )\n\n\nif __name__ == \"__main__\":\n    asyncio.run(main())\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feifinger%2Fhere_transit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feifinger%2Fhere_transit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feifinger%2Fhere_transit/lists"}