Metadata-Version: 2.1
Name: pytyper-weather-forecast
Version: 0.2.0
Summary: Weather Forecasting Package
Author: anugoyal998
Author-email: anugoyal998@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: geopy (>=2.3.0,<3.0.0)
Requires-Dist: nominatim (>=0.1,<0.2)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# `pytyper-weather-forecast`

**Installation**:
```console
$ pip install pytyper-weather-forecast
```

**Usage**:

```console
$ pytyper-weather-forecast [OPTIONS] CITY
```

**Arguments**:

* `CITY`: [required]

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, **to** copy it or customize the installation.
* `--help`: Show this message and exit.

