Metadata-Version: 2.1
Name: einenlum-weather-project
Version: 0.0.2
Summary: A dummy project to get the current temperature
License: MIT
Author: Yann Rabiller
Author-email: yann.rabiller@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: requests (>=2.27.1,<3.0.0)
Description-Content-Type: text/markdown

# einenlum-weather-project

This library allows to easily fetch the current temperature (in celsius) for a given city.

## Installation

`poetry add einenlum-weather-project`

## Usage

`import weather`

`weather.get_current_temperature('London') # 19.8`

