Name | pyThunderbird JSON |
Version |
0.2.1
JSON |
| download |
home_page | None |
Summary | python based access to Thunderbird mail with nicegui frontend |
upload_time | 2024-08-12 06:33:39 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
mail
nicegui
thunderbird
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pyThunderbird
python based access to Thunderbird mail
[![pypi](https://img.shields.io/pypi/pyversions/pyThunderbird)](https://pypi.org/project/pyThunderbird/)
[![Github Actions Build](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml)
[![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)
[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pyThunderbird/)
[![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": null,
"name": "pyThunderbird",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Wolfgang Fahl <wf@bitplan.com>",
"keywords": "mail, nicegui, thunderbird",
"author": null,
"author_email": "Wolfgang Fahl <wf@bitplan.com>",
"download_url": "https://files.pythonhosted.org/packages/75/7d/3bd6afdd67f9790452c21ca7cc2ef041bfad812756bbbd20391fd551a974/pythunderbird-0.2.1.tar.gz",
"platform": null,
"description": "# pyThunderbird\npython based access to Thunderbird mail\n\n[![pypi](https://img.shields.io/pypi/pyversions/pyThunderbird)](https://pypi.org/project/pyThunderbird/)\n[![Github Actions Build](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml)\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[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pyThunderbird/)\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",
"bugtrack_url": null,
"license": null,
"summary": "python based access to Thunderbird mail with nicegui frontend",
"version": "0.2.1",
"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": [
"mail",
" nicegui",
" thunderbird"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "18e486078e77e858b31e30438c115f872af76bab9cde37bc0fdf8a70f91943d3",
"md5": "22fa0db197a6cb0e599d24e17155d4f5",
"sha256": "30314b1b01d3c770bfbf482d022d41f7f1b007ba2aa73c664377a8162a1e3bc2"
},
"downloads": -1,
"filename": "pythunderbird-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "22fa0db197a6cb0e599d24e17155d4f5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 32953,
"upload_time": "2024-08-12T06:33:37",
"upload_time_iso_8601": "2024-08-12T06:33:37.817796Z",
"url": "https://files.pythonhosted.org/packages/18/e4/86078e77e858b31e30438c115f872af76bab9cde37bc0fdf8a70f91943d3/pythunderbird-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "757d3bd6afdd67f9790452c21ca7cc2ef041bfad812756bbbd20391fd551a974",
"md5": "2389788315d224b4a49f05602f27abdb",
"sha256": "e919eb07ffc044a21ab762ddc79aec53e8e7fc4f7506d4fc46e4b6d29ea948c9"
},
"downloads": -1,
"filename": "pythunderbird-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "2389788315d224b4a49f05602f27abdb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 44657,
"upload_time": "2024-08-12T06:33:39",
"upload_time_iso_8601": "2024-08-12T06:33:39.233364Z",
"url": "https://files.pythonhosted.org/packages/75/7d/3bd6afdd67f9790452c21ca7cc2ef041bfad812756bbbd20391fd551a974/pythunderbird-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-12 06:33:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "WolfgangFahl",
"github_project": "pyThunderbird",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pythunderbird"
}