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

Commit

Permalink
Documentation update (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfinch authored Jul 20, 2023
2 parents 8c18ae5 + 96bb0e7 commit a885d37
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 34 deletions.
73 changes: 39 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Python JMAP Bindings
<p align="center">
<a href="https://github.com/boopmail/python-jmap" rel="noopener">
<img width=200px height=200px src="https://github.com/boopmail/python-jmap/blob/main/docs/python-jmap-logo.png" alt="Python-JMAP logo"></a>
</p>

<h3 align="center">Python-JMAP</h3>

<div align="center">

[![PyPI](https://img.shields.io/pypi/v/python-jmap.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/python-jmap.svg)][pypi status]
Expand All @@ -19,53 +26,51 @@
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO
</div>

## Requirements
---

- TODO
<p align="center"> Pydantic-enabled client bindings for the JSON Meta Application Protocol (JMAP).
<br>
</p>

## Installation
## 📝 Table of Contents

You can install _Python JMAP Bindings_ via [pip] from [PyPI]:
- [About](#about)
- [Usage](#usage)
- [Built Using](#built_using)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)

```console
$ pip install python-jmap
```

## Usage
## 🧐 About <a name = "about"></a>

Please see the [Command-line Reference] for details.
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.

## Contributing
## 🎈 Usage <a name="usage"></a>

Contributions are very welcome.
To learn more, see the [Contributor Guide].
Install with

## License
```shell
pip install python-jmap
```

Distributed under the terms of the [MIT license][license],
_Python JMAP Bindings_ is free and open source software.
- [Documentation](https://python-jmap.readthedocs.io/en/latest/)

## Issues
## ⛏️ Built Using <a name = "built_using"></a>

If you encounter any problems,
please [file an issue] along with a detailed description.
- [Pydantic](https://docs.pydantic.dev/latest/) - Pydantic

## Credits
## ✍️ Authors <a name = "authors"></a>

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
- [@openfinch](https://github.com/openfinch) - Idea & Initial work

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/boopmail/python-jmap/issues
[pip]: https://pip.pypa.io/
See also the list of [contributors](https://github.com/boopmail/python-jmap/contributors) who participated in this project.

<!-- github-only -->
## 🎉 Acknowledgements <a name = "acknowledgement"></a>

[license]: https://github.com/boopmail/python-jmap/blob/main/LICENSE
[contributor guide]: https://github.com/boopmail/python-jmap/blob/main/CONTRIBUTING.md
[command-line reference]: https://python-jmap.readthedocs.io/en/latest/usage.html
- Repository template - [cjolowicz/cookiecutter-hypermodern-python](https://github.com/cjolowicz/cookiecutter-hypermodern-python)
- README, PR and Issue templates - [kylelobo/The-Documentation-Compendium](https://github.com/kylelobo/The-Documentation-Compendium)
Binary file added docs/python-jmap-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a885d37

Please sign in to comment.