Metadata-Version: 2.1
Name: reciprocal
Version: 0.1.post0
Summary: A library for building simple interactive console menus for UNIX based systems
Home-page: https://github.com/matias-santurio/reciprocal
Author: Matías Santurio
Author-email: matiassantuu@gmail.com
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

Reciprocal
==========

A library for building simple interactive console menus for UNIX-based systems. It depends on [click](https://github.com/pallets/click) for console utilities.

## Installation

```bash
pip install reciprocal
```

## Examples
See [examples](/examples) for some usage examples.
