{"id":16121893,"url":"https://github.com/monosans/pygismeteo","last_synced_at":"2025-03-17T19:31:16.887Z","repository":{"id":37485859,"uuid":"427236883","full_name":"monosans/pygismeteo","owner":"monosans","description":"Wrapper for Gismeteo API.","archived":false,"fork":false,"pushed_at":"2024-05-28T00:30:51.000Z","size":1968,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-28T10:00:43.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pygismeteo.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:45.000Z","updated_at":"2024-05-30T02:49:29.770Z","dependencies_parsed_at":"2024-03-01T01:45:33.669Z","dependency_job_id":"0bcfddd6-fce3-4c99-8e21-9a12ec5e6897","html_url":"https://github.com/monosans/pygismeteo","commit_stats":{"total_commits":285,"total_committers":3,"mean_commits":95.0,"dds":0.512280701754386,"last_synced_commit":"18ba0647037ac13939471888e62a59bd7aecfa59"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpygismeteo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpygismeteo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpygismeteo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpygismeteo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monosans","download_url":"https://codeload.github.com/monosans/pygismeteo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243738978,"owners_count":20340001,"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:37.870Z","updated_at":"2025-03-17T19:31:16.882Z","avatar_url":"https://github.com/monosans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pygismeteo\n\n[![CI](https://github.com/monosans/pygismeteo/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/pygismeteo/actions/workflows/ci.yml)\n[![Downloads](https://static.pepy.tech/badge/pygismeteo)](https://pepy.tech/project/pygismeteo)\n\nОбёртка для [Gismeteo API](https://gismeteo.ru/api/).\n\nАсинхронная версия [здесь](https://github.com/monosans/aiopygismeteo).\n\n## Разработка приостановлена\n\nДля использования библиотеки нужен API токен, который можно запросить по электронной почте [b2b@gismeteo.ru](mailto:b2b@gismeteo.ru).\n\nВ настоящее время у разработчика отсутствует API токен, что делает невозможными тестирование и дальнейшую разработку.\n\nЕсли вам нужна погодная библиотека без API токена, можете рассмотреть \u003chttps://github.com/monosans/pywttr\u003e.\n\n## Установка\n\n```bash\npip install -U pygismeteo pygismeteo-base\n```\n\n## Документация\n\n\u003chttps://pygismeteo.readthedocs.io\u003e\n\n## Пример\n\n```python\nwith pygismeteo.Gismeteo(token=\"56b30cb255.3443075\") as gismeteo:\n    search_results = gismeteo.search.by_query(\"Москва\")\n    city_id = search_results[0].id\n    current = gismeteo.current.by_id(city_id)\nprint(current)\n```\n\n## License / Лицензия\n\n[MIT](https://github.com/monosans/pygismeteo/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Fpygismeteo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonosans%2Fpygismeteo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Fpygismeteo/lists"}