pyThunderbird


NamepyThunderbird JSON
Version 0.1.5 PyPI version JSON
download
home_page
Summarypython based access to Thunderbird mail with nicegui frontend
upload_time2023-12-17 16:57:59
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords thunderbird mail nicegui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyThunderbird
python based access to Thunderbird mail

[![Documentation Status](https://readthedocs.org/projects/pyThunderbird/badge/?version=latest)](https://pyThunderbird.readthedocs.io/en/latest/?badge=latest)
[![pypi](https://img.shields.io/pypi/pyversions/pyThunderbird)](https://pypi.org/project/pyThunderbird/)
[![Github Actions Build](https://github.com/WolfgangFahl/pyThunderbird/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/pyThunderbird/actions?query=workflow%3ABuild+branch%3Amaster)
[![PyPI Status](https://img.shields.io/pypi/v/pyThunderbird.svg)](https://pypi.python.org/pypi/pyThunderbird/)
[![Downloads](https://pepy.tech/badge/pyThunderbird)](https://pepy.tech/project/pyThunderbird)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/pyThunderbird.svg)](https://github.com/WolfgangFahl/pyThunderbird/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/pyThunderbird.svg)](https://github.com/WolfgangFahl/pyThunderbird/issues/?q=is%3Aissue+is%3Aclosed)
[![License](https://img.shields.io/github/license/WolfgangFahl/pyThunderbird.svg)](https://www.apache.org/licenses/LICENSE-2.0)

Demo
============
[Demo](http://pythunderbird-demo.bitplan.com/)

**Home page**
<img width="1729" alt="grafik" src="https://github.com/zauberzeug/nicegui/assets/1336221/11c946bf-7502-46ad-97a1-25d4514811fe">
**Search**
<img width="1504" alt="grafik" src="https://github.com/zauberzeug/nicegui/assets/1336221/194ba50e-4110-41b2-99e0-f4495600903f">
**Mail display**
<img width="822" alt="grafik" src="https://github.com/zauberzeug/nicegui/assets/1336221/5df06a16-c3c5-45ad-9dde-2b571a39de04">

Installation
============
```bash
pip install pyThunderbird
```

Get Sources 
===========
```bash
git clone https://github.com/WolfgangFahl/pyThunderbird
cd pyThunderbird
scripts/install
```

Testing
=======
```bash
scripts/test
```

## Documentation
[Wiki](http://wiki.bitplan.com/index.php/PyThunderbird)

### Authors
* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyThunderbird",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Wolfgang Fahl <wf@bitplan.com>",
    "keywords": "Thunderbird,mail,nicegui",
    "author": "",
    "author_email": "Wolfgang Fahl <wf@bitplan.com>",
    "download_url": "https://files.pythonhosted.org/packages/3a/d2/8b0ca0fc78aa9f14a96bc077709fe458f09e1547b4b1b65025b0381432e7/pythunderbird-0.1.5.tar.gz",
    "platform": null,
    "description": "# pyThunderbird\npython based access to Thunderbird mail\n\n[![Documentation Status](https://readthedocs.org/projects/pyThunderbird/badge/?version=latest)](https://pyThunderbird.readthedocs.io/en/latest/?badge=latest)\n[![pypi](https://img.shields.io/pypi/pyversions/pyThunderbird)](https://pypi.org/project/pyThunderbird/)\n[![Github Actions Build](https://github.com/WolfgangFahl/pyThunderbird/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/pyThunderbird/actions?query=workflow%3ABuild+branch%3Amaster)\n[![PyPI Status](https://img.shields.io/pypi/v/pyThunderbird.svg)](https://pypi.python.org/pypi/pyThunderbird/)\n[![Downloads](https://pepy.tech/badge/pyThunderbird)](https://pepy.tech/project/pyThunderbird)\n[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/pyThunderbird.svg)](https://github.com/WolfgangFahl/pyThunderbird/issues)\n[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/pyThunderbird.svg)](https://github.com/WolfgangFahl/pyThunderbird/issues/?q=is%3Aissue+is%3Aclosed)\n[![License](https://img.shields.io/github/license/WolfgangFahl/pyThunderbird.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n\nDemo\n============\n[Demo](http://pythunderbird-demo.bitplan.com/)\n\n**Home page**\n<img width=\"1729\" alt=\"grafik\" src=\"https://github.com/zauberzeug/nicegui/assets/1336221/11c946bf-7502-46ad-97a1-25d4514811fe\">\n**Search**\n<img width=\"1504\" alt=\"grafik\" src=\"https://github.com/zauberzeug/nicegui/assets/1336221/194ba50e-4110-41b2-99e0-f4495600903f\">\n**Mail display**\n<img width=\"822\" alt=\"grafik\" src=\"https://github.com/zauberzeug/nicegui/assets/1336221/5df06a16-c3c5-45ad-9dde-2b571a39de04\">\n\nInstallation\n============\n```bash\npip install pyThunderbird\n```\n\nGet Sources \n===========\n```bash\ngit clone https://github.com/WolfgangFahl/pyThunderbird\ncd pyThunderbird\nscripts/install\n```\n\nTesting\n=======\n```bash\nscripts/test\n```\n\n## Documentation\n[Wiki](http://wiki.bitplan.com/index.php/PyThunderbird)\n\n### Authors\n* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "python based access to Thunderbird mail with nicegui frontend",
    "version": "0.1.5",
    "project_urls": {
        "Documentation": "http://wiki.bitplan.com/index.php/PyThunderbird",
        "Home": "https://github.com/WolfgangFahl/pyThunderbird",
        "IssueTracker": "https://github.com/WolfgangFahl/pyThunderbird/issues",
        "Source": "https://github.com/WolfgangFahl/pyThunderbird/blob/master/thunderbird/mail.py"
    },
    "split_keywords": [
        "thunderbird",
        "mail",
        "nicegui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0059527484714082e7e9a7647c6d206221d50f793e916c1f7a39d1eacbafbbb",
                "md5": "a381cd38841b853a3c1fef31a5e8dea5",
                "sha256": "05e0e2531a673b70e3a23e4a2072abb1ca562d2311407fdc90c20f8242750d2f"
            },
            "downloads": -1,
            "filename": "pythunderbird-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a381cd38841b853a3c1fef31a5e8dea5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 30465,
            "upload_time": "2023-12-17T16:57:57",
            "upload_time_iso_8601": "2023-12-17T16:57:57.624199Z",
            "url": "https://files.pythonhosted.org/packages/f0/05/9527484714082e7e9a7647c6d206221d50f793e916c1f7a39d1eacbafbbb/pythunderbird-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ad28b0ca0fc78aa9f14a96bc077709fe458f09e1547b4b1b65025b0381432e7",
                "md5": "f3e046171bf4fbc221db9bdabaa5f92d",
                "sha256": "87e744ba73f3813efe2d16ae4672893f08ae80b03cb101d69917a9af9017084d"
            },
            "downloads": -1,
            "filename": "pythunderbird-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f3e046171bf4fbc221db9bdabaa5f92d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 37117,
            "upload_time": "2023-12-17T16:57:59",
            "upload_time_iso_8601": "2023-12-17T16:57:59.322620Z",
            "url": "https://files.pythonhosted.org/packages/3a/d2/8b0ca0fc78aa9f14a96bc077709fe458f09e1547b4b1b65025b0381432e7/pythunderbird-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 16:57:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WolfgangFahl",
    "github_project": "pyThunderbird",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pythunderbird"
}
        
Elapsed time: 0.34831s