Metadata-Version: 2.1
Name: lanoel
Version: 0.1.1
Summary: A Secret Santa generator for groups of people.
Author: felixilgatto
Author-email: essais2615@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

Here's a basic README.md for the lanoel package:

````markdown
# Lanoel

A Secret Santa generator for groups of people.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)

## Installation

To install lanoel, run the following command:

```bash
pip install lanoel
```
````

## Usage

To use lanoel, simply run the following command:

```bash
lanoel
```

This will prompt you to enter the names of participants and their categories.

## Features

- Generate Secret Santa pairs for groups of people
- Support for categories to ensure participants are not paired with someone from the same category
- Easy to use command-line interface

```

Please note that this is just a basic template, and you can add or remove sections as necessary to better fit your package's needs.
```

