Wzarp is a Weather library
Project description
#Wzarp
Wzarp is a Python library for outputting of weather of Russian cities to the console.
Installation
Use the package manager pip to install wzarp.
pip install wzarp
Usage
from wzarp.CityWeather import WeatherOfCity
city = input("Enter the name of the city: ")
city_weather = WeatherOfCity(city) # creating object of class WeatherOfCity
# During the initialization of an object you need
# to put proper name of the city in English
city_weather.print_weather() # returns weather in chosen city
city_weather.print_temp() # returns temperature in chosen city
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
wzarp-0.0.3.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wzarp-0.0.3-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file wzarp-0.0.3.tar.gz.
File metadata
- Download URL: wzarp-0.0.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47180cfd9b15f19a8bbf5af7d52134502a50a0df23329cf58c875f86dfe279a6
|
|
| MD5 |
97c04c19966f5df31f801474d6a6814f
|
|
| BLAKE2b-256 |
41586ef8372bf07599478a25f5315925991321d45c71cbbca0ed936e1b5f6ce2
|
File details
Details for the file wzarp-0.0.3-py3-none-any.whl.
File metadata
- Download URL: wzarp-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cc6c0364c071c32e3a83210dd1324d23c7b696334a7d04ea44c5a73ee6c860f
|
|
| MD5 |
91c9839fae2366cad0a8d3db22cd0d6d
|
|
| BLAKE2b-256 |
e5220c81bf4f63abd0e381a76b1b4d3278381729f35105b007b3f36989e1834f
|