Skip to main content

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

MIT

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.2.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file yndx-parse-0.2.tar.gz.

File metadata

  • Download URL: yndx-parse-0.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for yndx-parse-0.2.tar.gz
Algorithm Hash digest
SHA256 7ca85af1ad9e09239acc61045fd69367cde5b1186c30bc847c01de7e9a1a88b5
MD5 ff8265b960bf602fc8d088b738d5dbfb
BLAKE2b-256 d4fe75df47089b3b6550956a4eeb8d337e3e667d6a2b06b4518bddb5d4dbf24e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page