{"id":19217455,"url":"https://github.com/devbis/aioymaps","last_synced_at":"2025-08-20T14:31:34.774Z","repository":{"id":45605515,"uuid":"277895437","full_name":"devbis/aioymaps","owner":"devbis","description":"Async client to yandex maps for fetching stops info","archived":false,"fork":false,"pushed_at":"2024-08-01T08:06:39.000Z","size":27,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-11T23:32:38.409Z","etag":null,"topics":["asyncio","transport","yandex-maps"],"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/devbis.png","metadata":{"files":{"readme":"README.rst","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":"2020-07-07T18:40:11.000Z","updated_at":"2024-10-30T18:54:19.000Z","dependencies_parsed_at":"2024-08-01T09:23:13.403Z","dependency_job_id":null,"html_url":"https://github.com/devbis/aioymaps","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"1cfa26cc697e6f37290b5e7c4588f6c8725cbc2f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbis%2Faioymaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbis%2Faioymaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbis%2Faioymaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbis%2Faioymaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbis","download_url":"https://codeload.github.com/devbis/aioymaps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230052713,"owners_count":18165417,"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","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":["asyncio","transport","yandex-maps"],"created_at":"2024-11-09T14:22:07.889Z","updated_at":"2024-12-19T12:10:03.017Z","avatar_url":"https://github.com/devbis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"``aioymaps`` is an asynchronous library provides API to fetch json information\nabout transport stops from Yandex Maps\n\n\nRequirements\n============\n``aioymaps`` requires python 3.5 or higher due to async/await syntax and aiohttp\nlibrary\n\n\nInstallation\n============\n\nUse pip to install the library:\n::\n\n    pip install aioymaps\n\nOr install manually.\n::\n\n    sudo python ./setup.py install\n\n\nUsage\n=====\n::\n\n    from aioymaps import YandexMapsRequester\n\n    requester = YandexMapsRequester()\n    data = await requester.get_stop_info('stop__10067199')\n    print(data)\n\n\nOr you can use it in your shell:\n::\n\n    python -m aioymaps -s group__219\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbis%2Faioymaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbis%2Faioymaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbis%2Faioymaps/lists"}