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.4.tar.gz
(2.0 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.4-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file wzarp-0.0.4.tar.gz.
File metadata
- Download URL: wzarp-0.0.4.tar.gz
- Upload date:
- Size: 2.0 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 |
6046446849fcd8d95e3906561658f52b67032d2855b27d32c1c48f1d90dec4fc
|
|
| MD5 |
3e2a33e8020f671337414596a63347bb
|
|
| BLAKE2b-256 |
fc44c103f954a49394437795738f0c632657a754a7e39b2ad2207bdae0631979
|
File details
Details for the file wzarp-0.0.4-py3-none-any.whl.
File metadata
- Download URL: wzarp-0.0.4-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 |
cadc5f2242ef80ae1bba71e84d89df096806bbdcbc34aa9e540ea9f8ea13b326
|
|
| MD5 |
ce6bfa9ecebb60e9a3413078a134c409
|
|
| BLAKE2b-256 |
74beeb39a6208528f2b13ef011210ea99264c9bdce425862db6434c6877f4ccc
|