Metadata-Version: 2.3
Name: textual-email-client
Version: 1.0.1
Summary: A Textual based Email Client powered by Nylas
Project-URL: Documentation, https://github.com/nylas-samples/textual_terminal_email_client/blob/Python_V3/README.md
Project-URL: Issues, https://github.com/nylas-samples/textual_terminal_email_client/issues
Project-URL: Source, https://github.com/nylas-samples/textual_terminal_email_client
Author-email: Blag <alvaro.t@nylas.com>
License-Expression: MIT
License-File: LICENSE.txt
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: beautifulsoup4==4.12.3
Requires-Dist: nylas==6.3.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: rich==13.7.1
Requires-Dist: textual==0.76.0
Description-Content-Type: text/markdown

# textual email client

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

-----

## Table of Contents

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

## Installation

```console
pip install textual-email-client
```

Once installed, you will need to create an .env where the package was installed, for this you can use:

```bash
pip show text-email-client
```

Copy the location and then do:

```
nano /opt/homebrew/lib/python3.12/site-packages/.env
```

Using the the following values (Fill them with your Nylas information):

```text
NYLAS_API_KEY =
NYLAS_API_URI =
GRANT_ID =
```

Once installed you can call it straight from your terminal as:

```
emailClient
```

## License

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