New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imgw_api_wrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imgw_api_wrapper

IMGW (Polish weather service) API wrapper. Do not use for commercial purposes.

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

IMGW API Wrapper for Python

An extremely simple module allowing you to look up current weather forecasts on the territory of Poland using governmental data (https://meteo.imgw.pl/) Currently, the main and only feature is weather data lookup based on coordinates.

Before using:

Check if you are allowed to use the API - using it is banned for purposes of economic activity (anything for-profit).

The author of this package does not endorse and is not responsible for any illegal applications of it.

How to use:

Install the package using pip:

pip install imgw_api_wrapper

Data lookup is done by creating an IMGW object and calling the get_data method on it with latitude, longitude and model as arguments. For more details about models, visit the official IMGW site.

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