Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiopygismeteo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiopygismeteo

Asynchronous wrapper for Gismeteo API

  • 7.0.1
  • PyPI
  • Socket score

Maintainers
1

aiopygismeteo

CI Downloads

Асинхронная обёртка для Gismeteo API.

Синхронная версия здесь.

Разработка приостановлена

Для использования библиотеки нужен API токен, который можно запросить по электронной почте b2b@gismeteo.ru.

В настоящее время у разработчика отсутствует API токен, что делает невозможными тестирование и дальнейшую разработку.

Если вам нужна погодная библиотека без API токена, можете рассмотреть https://github.com/monosans/aiopywttr.

Установка

pip install -U aiopygismeteo pygismeteo-base

Документация

https://aiopygismeteo.readthedocs.io

Пример

async with aiopygismeteo.Gismeteo(token="56b30cb255.3443075") as gismeteo:
    search_results = await gismeteo.search.by_query("Москва")
    city_id = search_results[0].id
    current = await gismeteo.current.by_id(city_id)
print(current)

License / Лицензия

MIT

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc