Metadata-Version: 2.4
Name: mailjet-ext
Version: 0.1.0
Summary: Extended functions for working with MailJet
Project-URL: Changelog, https://github.com/m-birke/mailjet-ext/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/m-birke/mailjet-ext#readme
Project-URL: Homepage, https://github.com/m-birke/mailjet-ext
Project-URL: Issues, https://github.com/m-birke/mailjet-ext/issues
Project-URL: Source, https://github.com/m-birke/mailjet-ext
Author-email: m-birke <wesci@web.de>
License-Expression: MIT
License-File: LICENSE
Keywords: api,client,email,mailjet,rest
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: mailjet-rest>=1.5.1
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# mailjet-ext

|     |     |
| --- | --- |
| Version | [![PyPI - Version](https://img.shields.io/pypi/v/mailjet-ext.svg)](https://pypi.org/project/mailjet-ext) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mailjet-ext.svg)](https://pypi.org/project/mailjet-ext) |
| Project | ![GitHub License](https://img.shields.io/github/license/m-birke/mailjet-ext) ![PyPI - Status](https://img.shields.io/pypi/status/mailjet-ext) ![PyPI - Format](https://img.shields.io/pypi/format/mailjet-ext) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/mailjet-ext) |
| CI | ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/m-birke/mailjet-ext/static-code-check.yml) |
| Code | ![PyPI - Types](https://img.shields.io/pypi/types/mailjet-ext) [![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/) [![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |

-----

Extended functions for working with MailJet

Find reference [here](https://dev.mailjet.com/email/reference/messages/)

- [Landing Page](https://www.mailjet.com/)
- [Web App](https://app.mailjet.com/dashboard)
- [Developer Docs](https://dev.mailjet.com/email/reference/)
- [Official Python Client](https://pypi.org/project/mailjet-rest/)

## Table of Contents

- [Usage](#usage)
- [License](#license)

## Usage

```python
# TODO
```

## License

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