Skip to content

Commit

Permalink
doc: Include link to the documentation (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmateusz authored Feb 7, 2025
1 parent ea48dfe commit 31403ba
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 36 deletions.
34 changes: 22 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
<img src="https://repository-images.githubusercontent.com/735134836/df6752b8-38fa-4550-968e-cd2eda4adb37" alt="meatie">

[![GitHub Test Badge][1]][2] [![codecov.io][3]][4] [![pypi.org][5]][6] [![versions][7]][8]
[![downloads][9]][10] [![License][11]][12]
[![GitHub Test Badge][1]][2] [![Docs][3]][4] [![codecov.io][5]][6] [![pypi.org][7]][8] [![versions][9]][10]
[![downloads][11]][12] [![License][13]][14]

[1]: https://github.com/pmateusz/meatie/actions/workflows/ci.yaml/badge.svg "GitHub CI Badge"

[2]: https://github.com/pmateusz/meatie/actions/workflows/ci.yaml "GitHub Actions Page"

[3]: https://codecov.io/gh/pmateusz/meatie/branch/master/graph/badge.svg?branch=master "Coverage Badge"
[3]: https://readthedocs.org/projects/meatie/badge/?version=latest "Docs Latest Version Badge"

[4]: https://codecov.io/gh/pmateusz/meatie?branch=master "Codecov site"
[4]: https://meatie.readthedocs.io/

[5]: https://img.shields.io/pypi/v/meatie.svg "Pypi Latest Version Badge"
[5]: https://codecov.io/gh/pmateusz/meatie/branch/master/graph/badge.svg?branch=master "Coverage Badge"

[6]: https://pypi.python.org/pypi/meatie "Pypi site"
[6]: https://codecov.io/gh/pmateusz/meatie?branch=master "Codecov site"

[7]:https://img.shields.io/pypi/pyversions/meatie.svg
[7]: https://img.shields.io/pypi/v/meatie.svg "Pypi Latest Version Badge"

[8]: https://github.com/pmateusz/meatie
[8]: https://pypi.python.org/pypi/meatie "Pypi site"

[9]: https://static.pepy.tech/badge/meatie
[9]:https://img.shields.io/pypi/pyversions/meatie.svg

[10]: https://pepy.tech/project/meatie
[10]: https://github.com/pmateusz/meatie

[11]: https://img.shields.io/github/license/pmateusz/meatie "License Badge"
[11]: https://static.pepy.tech/badge/meatie

[12]: https://opensource.org/license/bsd-3-clause "License"
[12]: https://pepy.tech/project/meatie

[13]: https://img.shields.io/github/license/pmateusz/meatie "License Badge"

[14]: https://opensource.org/license/bsd-3-clause "License"

Meatie is a Python library that simplifies the implementation of REST API clients. The library generates code for
calling REST endpoints based on method signatures annotated with type hints. Meatie takes care of mechanics related to
Expand Down Expand Up @@ -73,6 +77,12 @@ Do you use a different HTTP client library in your project? See the example adap
`requests`](./tests/examples/requests/tutorial/test_basics.py) and [
`httpx`](./tests/examples/httpx/tutorial/test_basics.py).

## Documentation

https://meatie.readthedocs.io/

## Features

### Caching

Cache result for a given TTL.
Expand Down
27 changes: 15 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
<img src="https://repository-images.githubusercontent.com/735134836/df6752b8-38fa-4550-968e-cd2eda4adb37" alt="meatie">

[![GitHub Test Badge][1]][2] [![codecov.io][3]][4] [![pypi.org][5]][6] [![versions][7]][8]
[![downloads][9]][10] [![License][11]][12]
[![GitHub Test Badge][1]][2] [![Docs][3]][4] [![codecov.io][5]][6] [![pypi.org][7]][8] [![versions][9]][10]
[![downloads][11]][12] [![License][13]][14]

[1]: https://github.com/pmateusz/meatie/actions/workflows/ci.yaml/badge.svg "GitHub CI Badge"

[2]: https://github.com/pmateusz/meatie/actions/workflows/ci.yaml "GitHub Actions Page"

[3]: https://codecov.io/gh/pmateusz/meatie/branch/master/graph/badge.svg?branch=master "Coverage Badge"
[3]: https://readthedocs.org/projects/meatie/badge/?version=latest "Docs Latest Version Badge"

[4]: https://codecov.io/gh/pmateusz/meatie?branch=master "Codecov site"
[4]: https://meatie.readthedocs.io/

[5]: https://img.shields.io/pypi/v/meatie.svg "Pypi Latest Version Badge"
[5]: https://codecov.io/gh/pmateusz/meatie/branch/master/graph/badge.svg?branch=master "Coverage Badge"

[6]: https://pypi.python.org/pypi/meatie "Pypi site"
[6]: https://codecov.io/gh/pmateusz/meatie?branch=master "Codecov site"

[7]:https://img.shields.io/pypi/pyversions/meatie.svg
[7]: https://img.shields.io/pypi/v/meatie.svg "Pypi Latest Version Badge"

[8]: https://github.com/pmateusz/meatie
[8]: https://pypi.python.org/pypi/meatie "Pypi site"

[9]: https://static.pepy.tech/badge/meatie
[9]:https://img.shields.io/pypi/pyversions/meatie.svg

[10]: https://pepy.tech/project/meatie
[10]: https://github.com/pmateusz/meatie

[11]: https://img.shields.io/github/license/pmateusz/meatie "License Badge"
[11]: https://static.pepy.tech/badge/meatie

[12]: https://opensource.org/license/bsd-3-clause "License"
[12]: https://pepy.tech/project/meatie

[13]: https://img.shields.io/github/license/pmateusz/meatie "License Badge"

[14]: https://opensource.org/license/bsd-3-clause "License"

Meatie is a Python library that simplifies the implementation of REST API clients. The library generates code for
calling REST endpoints based on method signatures annotated with type hints. Meatie takes care of mechanics related to
Expand Down
8 changes: 0 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ plugins:
python:
options:
docstring_style: google
# show_root_heading: true
# members_order: source
# annotations_path: brief
# separate_signature: true
# modernize_annotations: true
# show_signature: true
# show_signature_annotations: true
# line_length: 60
4 changes: 0 additions & 4 deletions src/meatie/option/retry_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

__all__ = ["RetryOption"]

"""
"""


class RetryOption:
"""Configure the strategy for retrying the endpoint calls that failed."""
Expand Down

0 comments on commit 31403ba

Please sign in to comment.