Metadata-Version: 2.4
Name: pyThunderbird
Version: 0.3.3
Summary: python based access to Thunderbird mail with nicegui frontend
Project-URL: Home, https://github.com/WolfgangFahl/pyThunderbird
Project-URL: Documentation, http://wiki.bitplan.com/index.php/PyThunderbird
Project-URL: Source, https://github.com/WolfgangFahl/pyThunderbird/blob/master/thunderbird/mail.py
Project-URL: IssueTracker, https://github.com/WolfgangFahl/pyThunderbird/issues
Author-email: Wolfgang Fahl <wf@bitplan.com>
Maintainer-email: Wolfgang Fahl <wf@bitplan.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: mail,nicegui,thunderbird
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: ftfy>=6.1.3
Requires-Dist: ngwidgets>=0.30.3
Requires-Dist: pylodstorage>=0.18.6
Requires-Dist: pyyaml>=6.0
Provides-Extra: test
Requires-Dist: green; extra == 'test'
Description-Content-Type: text/markdown

# pyThunderbird
python based access to Thunderbird mail

| | |
| :--- | :--- |
| **PyPi** | [![PyPI Status](https://img.shields.io/pypi/v/pyThunderbird.svg)](https://pypi.python.org/pypi/pyThunderbird/) [![License](https://img.shields.io/github/license/WolfgangFahl/pyThunderbird.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![pypi](https://img.shields.io/pypi/pyversions/pyThunderbird)](https://pypi.org/project/pyThunderbird/) [![format](https://img.shields.io/pypi/format/pyThunderbird)](https://pypi.org/project/pyThunderbird/) [![downloads](https://img.shields.io/pypi/dd/pyThunderbird)](https://pypi.org/project/pyThunderbird/) |
| **GitHub** | [![Github Actions Build](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml) [![Release](https://img.shields.io/github/v/release/WolfgangFahl/pyThunderbird)](https://github.com/WolfgangFahl/pyThunderbird/releases) [![Contributors](https://img.shields.io/github/contributors/WolfgangFahl/pyThunderbird)](https://github.com/WolfgangFahl/pyThunderbird/graphs/contributors) [![Last Commit](https://img.shields.io/github/last-commit/WolfgangFahl/pyThunderbird)](https://github.com/WolfgangFahl/pyThunderbird/commits/) [![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) |
| **Code** | [![style-black](https://img.shields.io/badge/%20style-black-000000.svg)](https://github.com/psf/black) [![imports-isort](https://img.shields.io/badge/%20imports-isort-%231674b1)](https://pycqa.github.io/isort/) |
| **Docs** | [![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pyThunderbird/) [![formatter-docformatter](https://img.shields.io/badge/%20formatter-docformatter-fedcba.svg)](https://github.com/PyCQA/docformatter) [![style-google](https://img.shields.io/badge/%20style-google-3666d6.svg)](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings) |

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)
