Pydantic-enabled client bindings for the JSON Meta Application Protocol (JMAP).
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.
Install with
pip install python-jmap
- Pydantic - Pydantic
- @openfinch - Idea & Initial work
See also the list of contributors who participated in this project.
- Repository template - cjolowicz/cookiecutter-hypermodern-python
- README, PR and Issue templates - kylelobo/The-Documentation-Compendium