Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
/ python-jmap Public archive

Idiomatic Python library for working with the JSON Meta Application Protocol (JMAP)

License

Notifications You must be signed in to change notification settings

boopmail/python-jmap

Repository files navigation

Python-JMAP logo

Python-JMAP

PyPI Status Python Version License

Read the documentation at https://python-jmap.readthedocs.io/ Tests Codecov

pre-commit Black


Pydantic-enabled client bindings for the JSON Meta Application Protocol (JMAP).

📝 Table of Contents

🧐 About

Python-JMAP is provides a client interface for the JSON Meta Application Protocol (JMAP), built around the data validation and type conversion features of Pydantic. It implements the Core and Mail specifications, with Calendar and Contacts on the roadmap.

🎈 Usage

Install with

pip install python-jmap

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements