Metadata-Version: 2.1
Name: yunetas
Version: 0.1.2
Summary: TUI (Terminal User Interface) of Yunetas
Author-Email: rmm <rosa.martinez@artgins.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: typer[all]>=0.9.0
Description-Content-Type: text/markdown

# TUI for yunetas


## Building and publishing the TUI package
```shell
  pip install pdm
  
  # Firstly go to source root folder
  pdm build
  `pdm publish --username __token__ --password pypi-AgEIcHlwaS5vcmcCJDJmNjg4MWUyLWVkYTYtNDdmMy05NWE5LTFlMGFiZjZhOWY1NQACD1sxLFsieXVuZXRhcyJdXQACLFsyLFsiNzhmZGVhNDAtYjc0OS00OTBmLTlhMmEtYTIxMmIzZTBkNDU5Il1dAAAGIJO0oBoZwMcgNyIEydnmuNrZWvaV5pXwoJEkk2jrkhZg`
```

## Install the package in editable mode using pip from the source root folder:

```shell
  pip install -e .
```

## Change the version

> Edit the `__version__.py` file and change the variable `__version__`.
