textual-email-client


Nametextual-email-client JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA Textual based Email Client powered by Nylas
upload_time2024-08-16 22:56:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "textual-email-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Blag <alvaro.t@nylas.com>",
    "download_url": "https://files.pythonhosted.org/packages/f4/17/64f911bffdda0d6597fa9d16604f143d5574154d70427893ed70c7f03820/textual_email_client-1.0.1.tar.gz",
    "platform": null,
    "description": "# textual email client\n\n[![PyPI - Version](https://img.shields.io/pypi/v/textual-email-client.svg)](https://pypi.org/project/textual-email-client)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textual-email-client.svg)](https://pypi.org/project/textual-email-client)\n\n-----\n\n## Table of Contents\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n```console\npip install textual-email-client\n```\n\nOnce installed, you will need to create an .env where the package was installed, for this you can use:\n\n```bash\npip show text-email-client\n```\n\nCopy the location and then do:\n\n```\nnano /opt/homebrew/lib/python3.12/site-packages/.env\n```\n\nUsing the the following values (Fill them with your Nylas information):\n\n```text\nNYLAS_API_KEY =\nNYLAS_API_URI =\nGRANT_ID =\n```\n\nOnce installed you can call it straight from your terminal as:\n\n```\nemailClient\n```\n\n## License\n\n`textual-email-client` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Textual based Email Client powered by Nylas",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://github.com/nylas-samples/textual_terminal_email_client/blob/Python_V3/README.md",
        "Issues": "https://github.com/nylas-samples/textual_terminal_email_client/issues",
        "Source": "https://github.com/nylas-samples/textual_terminal_email_client"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fde5c405b2d0ee33d5db90cb77520ac344cfa5d047eafda54bb75ee780d194c6",
                "md5": "e55eb200356eee455e5f306b24c60bd0",
                "sha256": "5713df6ce04410608e816d14dd296edbe00da4c61a7c9048a484d2f8768baf54"
            },
            "downloads": -1,
            "filename": "textual_email_client-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e55eb200356eee455e5f306b24c60bd0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6419,
            "upload_time": "2024-08-16T22:56:31",
            "upload_time_iso_8601": "2024-08-16T22:56:31.422722Z",
            "url": "https://files.pythonhosted.org/packages/fd/e5/c405b2d0ee33d5db90cb77520ac344cfa5d047eafda54bb75ee780d194c6/textual_email_client-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f41764f911bffdda0d6597fa9d16604f143d5574154d70427893ed70c7f03820",
                "md5": "a49982aa8b499c912fc718edf957dc26",
                "sha256": "50e561bdda583ef7d6917247d175f096bdb2e37f5ae5f7296d59024abeb58254"
            },
            "downloads": -1,
            "filename": "textual_email_client-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a49982aa8b499c912fc718edf957dc26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4983,
            "upload_time": "2024-08-16T22:56:32",
            "upload_time_iso_8601": "2024-08-16T22:56:32.813451Z",
            "url": "https://files.pythonhosted.org/packages/f4/17/64f911bffdda0d6597fa9d16604f143d5574154d70427893ed70c7f03820/textual_email_client-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-16 22:56:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nylas-samples",
    "github_project": "textual_terminal_email_client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "textual-email-client"
}
        
Elapsed time: 0.43828s