Metadata-Version: 2.1
Name: ambrosio
Version: 0.0.5
Summary: Ambrosio helps accomplish tasks in the command line.
License: The Unlicence
Author: Luís Miranda
Author-email: luistm@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: awesome-slugify (>=1.6.5,<2.0.0)
Requires-Dist: toolcat (>=0.0.6,<0.0.7)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Ambrosio

Ambrosio helps accomplish tasks in the command line

## Requirements

You will need the following installed in your machine.

- [Poetry](https://python-poetry.org)
- [Poetry Plugin: Export](https://github.com/python-poetry/poetry-plugin-export)
- [Poetry Plugin: up](https://github.com/MousaZeidBaker/poetry-plugin-up)

## How to update all dependencies ?

Just run in your project directory:

```bash
 poetry up --pinned --latest
```

