Get weather data in a simple way.
Project description
AVMWeather
Get weather data in a simple way!
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
About The Project
If you want to watch the explanation in video, see the link
Getting Started
Prerequisites
You need to make sure you have installed the following modules.
- Requests
pip install requests
Installation
pip install AVMWeather
Usage
- Example 1
import AVMWeather as weather lat = '34.399230' # latitude lon = '104.075223' # longitude api = 'YOUR_API_KEY_HERE' # your api key res = weather.get_weather(lat, lon, api) print(res) # prints all weather's info of Asia/Shangai
For more examples, please refer to the Examples packages
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Youtube: /avmmodules
Email: avmmodules@gmail.com
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 AVMWeather-1.0.0.tar.gz
.
File metadata
- Download URL: AVMWeather-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d31b1cee2ae679e5e90f41d2729721551b29c29c2bb9de714e40aaea56723fa0 |
|
MD5 | ac8e3245e3d160e89b8f729858f88c62 |
|
BLAKE2b-256 | 61d15d339df623f7421c129f4f4f6b1fcd0730d1e085905fbffa6d8a44d6e89b |
File details
Details for the file AVMWeather-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: AVMWeather-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b989cad0cfb5deaaceea3c30a61107f424607ee51bfd7233446ac8f3f39663fb |
|
MD5 | 4e8f2421be4e1dd5afb8c7c279502b94 |
|
BLAKE2b-256 | 13b2efc27869711e944a37e2d5bc8b8103e298a2e45c4ecbc6503e94d9fda147 |