Metadata-Version: 2.1
Name: neoclima
Version: 1.0.4
Summary: Modern CLI Weather App
Author: caiopeternela
Author-email: caiopeternela.dev@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: emoji (>=2.2.0,<3.0.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: tinydb (>=4.7.0,<5.0.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# neoclima

![image](https://img.shields.io/pypi/pyversions/neoclima?color=brightgreen)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


Modern CLI Weather App


## Installation

```python
  pip install neoclima
```

## Usage

```python
  neoclima add nyc # add new city with chosen nickname
  neoclima now nyc # current weather for nyc
  neoclima edit nyc # edit city nickname
  neoclima rm nyc # remove nyc from cities list
  neoclima ls # list added cities
```

## Stack

```python
  Typer & TinyDB
```

