{"id":16121954,"url":"https://github.com/monosans/aiopygismeteo","last_synced_at":"2025-03-16T08:32:50.661Z","repository":{"id":37798232,"uuid":"427236921","full_name":"monosans/aiopygismeteo","owner":"monosans","description":"Asynchronous wrapper for Gismeteo API.","archived":false,"fork":false,"pushed_at":"2024-05-23T02:10:11.000Z","size":2163,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-23T02:53:07.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://aiopygismeteo.readthedocs.io","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/monosans.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-11-12T04:56:58.000Z","updated_at":"2024-05-28T03:46:55.513Z","dependencies_parsed_at":"2023-12-31T04:25:36.655Z","dependency_job_id":"f07a6f7d-d89d-4249-ba68-339d920f9fb2","html_url":"https://github.com/monosans/aiopygismeteo","commit_stats":{"total_commits":273,"total_committers":3,"mean_commits":91.0,"dds":0.4908424908424909,"last_synced_commit":"80d9610a3b1f1eaad220e8556dcc1d82a6e03641"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Faiopygismeteo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Faiopygismeteo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Faiopygismeteo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Faiopygismeteo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monosans","download_url":"https://codeload.github.com/monosans/aiopygismeteo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809865,"owners_count":20351403,"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":[],"created_at":"2024-10-09T21:08:52.624Z","updated_at":"2025-03-16T08:32:50.654Z","avatar_url":"https://github.com/monosans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aiopygismeteo\n\n[![CI](https://github.com/monosans/aiopygismeteo/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/aiopygismeteo/actions/workflows/ci.yml)\n[![Downloads](https://static.pepy.tech/badge/aiopygismeteo)](https://pepy.tech/project/aiopygismeteo)\n\nАсинхронная обёртка для [Gismeteo API](https://gismeteo.ru/api/).\n\nСинхронная версия [здесь](https://github.com/monosans/pygismeteo).\n\n## Разработка приостановлена\n\nДля использования библиотеки нужен API токен, который можно запросить по электронной почте [b2b@gismeteo.ru](mailto:b2b@gismeteo.ru).\n\nВ настоящее время у разработчика отсутствует API токен, что делает невозможными тестирование и дальнейшую разработку.\n\nЕсли вам нужна погодная библиотека без API токена, можете рассмотреть \u003chttps://github.com/monosans/aiopywttr\u003e.\n\n## Установка\n\n```bash\npip install -U aiopygismeteo pygismeteo-base\n```\n\n## Документация\n\n\u003chttps://aiopygismeteo.readthedocs.io\u003e\n\n## Пример\n\n```python\nasync with aiopygismeteo.Gismeteo(token=\"56b30cb255.3443075\") as gismeteo:\n    search_results = await gismeteo.search.by_query(\"Москва\")\n    city_id = search_results[0].id\n    current = await gismeteo.current.by_id(city_id)\nprint(current)\n```\n\n## License / Лицензия\n\n[MIT](https://github.com/monosans/aiopygismeteo/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Faiopygismeteo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonosans%2Faiopygismeteo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Faiopygismeteo/lists"}