Metadata-Version: 2.4
Name: mailman_tvoirand
Version: 0.1.0
Summary: High-level python package to manage emails.
Author-email: Thibaut Voirand <thibaut.voirand@murena.io>
License-Expression: GPL-3.0-or-later
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tzlocal
Provides-Extra: dev
Requires-Dist: commitizen; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: bump-my-version; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# Mailman

High-level python package to manage emails.

## Installation

Install package from source code
```bash
# Create virtual environment (optional)
python -m venv venv
source venv/bin/activate

# Install package
pip install .
```

To install in development mode, replace the `pip` command above with: `pip install -e .[dev,test]`.

Install pre-commit hooks:
```bash
pre-commit install --hook-type commit-msg
```

## Usage **(TO BE COMPLETED)**

*This section gives a short description of the basic functionalities of the application developed in this project.*
