Metadata-Version: 2.1
Name: nomail
Version: 0.1.0
Summary: lightweight customizable email filter
Author: Aiden Cullo
Author-email: aidencullo@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# NoMail
## Table of Contents

* **[Description](#description)**
* **[Why?](#why)**
* **[Usage](#usage)**
* **[Contributing](#contributing)**

## Description

Customizable email filter for Gmail with Python.

## Why?

I am personally tired of sifting through the deluge of emails I
receive. I wanted to make a customizable email filter to extract
pertinent information and ignore the rest.

## Installation

1. Install with [`pip`](https://pypi.org/project/nomail/)
    + `$ pip install nomail`

## Usage

```
Usage: nomail.py [OPTIONS]

  Filter out the noise.
  Developed by Aiden Cullo -> (Github: aidencullo)


Options:
  -v         Display version.
  -help, -h  Show this message.
```

## Contributing

1. Clone repo and create a new branch: `$ git checkout https://github.com/aidencullo/nomail -b name_for_new_branch`.
2. Make changes and test
3. Submit pull request with description of proposed changes
