Get weather details of any city or latitude and longitude of the location. without an API key.
Project description
WeatherKit ☀️
What is It?
WeatherKit is a python pacakge that provides a simple interface to get weather data without any API key or any other credentials. It is a simple and easy to use package that provides the current weather data of any location in the world. It can get weather details from address, city, country, or latitude and longitude of the location.
Currently it Provies the following weather details for current time and forecast for 7 days:
- Temperature ☀️
- Humidity 💧
- Wind Speed 💨
- Weather Code ⛅️
- Precipitation ☔️
Where to get it?
The easy way to get WeatherKit is from pip:
pip install weatherkit
Dependencies
geopy - For getting latitude and longitude of the location if the location is given in address or city format.
Installing from source
Download the source code by cloning the repository or by clicking here
git clone https://github.com/suvanbanerjee/weatherkit.git
cd weatherkit
Build the package using the following command:
python setup.py sdist bdist_wheel
Install the package using the following command:
pip install dist/*.whl
Documentation
Documentation is available at WeatherKit Documentation
Contributing
Contributions are welcome, and they are greatly appreciated! just fork the repository, make changes and create a pull request.
License
WeatherKit is distributed under the MIT License. See the LICENSE file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file weatherkit-1.1.1.tar.gz
.
File metadata
- Download URL: weatherkit-1.1.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f44b3267a6bdc9d4a7bcb062037b72b7a479f2af9ef29ce1c33031a33119eebe |
|
MD5 | 675851e5c8568cac632eb5ff47a8cef2 |
|
BLAKE2b-256 | 809c4ea0137dfc71d5d726668b037d130cd2fe1965c39a9e3cbafb8e958502c8 |
File details
Details for the file weatherkit-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: weatherkit-1.1.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29931041e162fff2540346e03e8c508d42da52340f2dd45c633f280ae057c617 |
|
MD5 | 72dc8d778f30970ca0898922936e8483 |
|
BLAKE2b-256 | 01e5b739b0aedcdcfa88084a8d98de19565c6621dbfe29d5ace1435c3ef8f873 |