Metadata-Version: 2.4
Name: compress-mail
Version: 1.0.5
Summary: A utility to compress email messages for use with dovecot.
Project-URL: Documentation, https://github.com/lingfish/compress-mail#readme
Project-URL: Issues, https://github.com/lingfish/compress-mail/issues
Project-URL: Source, https://github.com/lingfish/compress-mail
Author-email: lingfish <jason@lucid.net.au>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: rich
Description-Content-Type: text/markdown

# Compress mail

[![PyPI - Version](https://img.shields.io/pypi/v/compress-mail.svg)](https://pypi.org/project/compress-mail)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/compress-mail.svg)](https://pypi.org/project/compress-mail)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install compress-mail
```

## License

`compress-mail` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
