some descr
Project description
Yndx-parse
Yndx-parse is a Python library for parsing weather data.
Installation
Use the package manager pip to install Yndx-parse.
pip install Yndx-parse
Usage
from yndx-parse import YndxParse
# Create an instance of the class,
# passing the argument as the name of the city.
yp = YndxParse('London')
print(yp.get_weather())
# Create an instance of the class,
# passing the argument as a tuple
# containing longitude and latitude.
coords = (54.341, 43.8766)
yp = YndxParse(coords)
print(yp.get_weather())
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yndx_parse-0.8.tar.gz
(3.3 kB
view details)
File details
Details for the file yndx_parse-0.8.tar.gz.
File metadata
- Download URL: yndx_parse-0.8.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d037430ebd1141dd53a1b96bd64c053b8c39aaf655da39810348e1d30e7e669
|
|
| MD5 |
2045c686b693d1cd82269aeeff49eceb
|
|
| BLAKE2b-256 |
654761d2225bdb2acf277cd0d2cea3d7e29bcb6a2a3e8359068a78aede5cae50
|