Metadata-Version: 2.1
Name: muspi-merol
Version: 0.1.9.2
Summary: CLI utilities for personal use
Requires-Python: >=3.12
Requires-Dist: rich~=13.9.4
Requires-Dist: typer-slim~=0.12.5
Provides-Extra: all
Requires-Dist: mm-chat; extra == "all"
Description-Content-Type: text/markdown

# `m`

`m` is a simple CLI application that I personally use when developing projects.
It is written in Python and is designed to be easy to extend.

## Installation

Since this package is a CLI application, it is recommended to install it
globally with `uv` or `pipx`:

```sh
uv tool install muspi-merol[all]
```

or

```sh
pipx install muspi-merol[all]
```

You can also install it with `pip`:

```sh
pip install muspi-merol[all]
```

## Usage

You can find the usage information by running:

```sh
m --help
```
