|
| 1 | +# aio-pika |
| 2 | + |
| 3 | +[](https://coveralls.io/github/mosquito/aio-pika) |
| 4 | +[](https://github.com/mosquito/aio-pika/actions?query=workflow%3Atests) |
| 5 | +[](https://pypi.python.org/pypi/aio-pika/) |
| 6 | +[](https://pypi.python.org/pypi/aio-pika/) |
| 7 | +[](https://pypi.python.org/pypi/aio-pika/) |
| 8 | +[](https://pypi.python.org/pypi/aio-pika/) |
| 9 | + |
| 10 | +**aio-pika** is an async Python client for [RabbitMQ](https://www.rabbitmq.com/) |
| 11 | +built on top of [aiormq](http://github.com/mosquito/aiormq/). |
| 12 | +It provides an object-oriented API, transparent auto-reconnects with full state |
| 13 | +recovery, [publisher confirms](https://www.rabbitmq.com/confirms.html), |
| 14 | +[transactions](https://www.rabbitmq.com/semantics.html#tx), and complete |
| 15 | +type-hints coverage. Python 3.10+. |
| 16 | + |
| 17 | +```shell |
| 18 | +pip install aio-pika |
| 19 | +``` |
| 20 | + |
| 21 | +## Where to start |
| 22 | + |
| 23 | +Pick a starting point depending on your experience level. |
| 24 | + |
| 25 | +::::{grid} 1 2 2 3 |
| 26 | +:gutter: 3 |
| 27 | + |
| 28 | +:::{grid-item-card} RabbitMQ Tutorial |
| 29 | +:link: rabbitmq-tutorial/index |
| 30 | +:link-type: doc |
| 31 | + |
| 32 | +New to RabbitMQ? Step-by-step walkthrough of queues, exchanges, routing and more. |
| 33 | +::: |
| 34 | + |
| 35 | +:::{grid-item-card} Quick Start |
| 36 | +:link: quick-start |
| 37 | +:link-type: doc |
| 38 | + |
| 39 | +Working examples: consumer, publisher, transactions, connection pooling. |
| 40 | +::: |
| 41 | + |
| 42 | +:::{grid-item-card} API Reference |
| 43 | +:link: apidoc |
| 44 | +:link-type: doc |
| 45 | + |
| 46 | +Full class and function reference for `aio_pika`. |
| 47 | +::: |
| 48 | + |
| 49 | +:::: |
| 50 | + |
| 51 | +## More |
| 52 | + |
| 53 | +Ready-made helpers, connection tuning, and the broader ecosystem. |
| 54 | + |
| 55 | +::::{grid} 1 2 2 4 |
| 56 | +:gutter: 2 |
| 57 | + |
| 58 | +:::{grid-item-card} Patterns |
| 59 | +:link: patterns |
| 60 | +:link-type: doc |
| 61 | +:class-card: sd-text-center |
| 62 | + |
| 63 | +Master/Worker & RPC |
| 64 | +::: |
| 65 | + |
| 66 | +:::{grid-item-card} URL Parameters |
| 67 | +:link: url-parameters |
| 68 | +:link-type: doc |
| 69 | +:class-card: sd-text-center |
| 70 | + |
| 71 | +AMQP connection options |
| 72 | +::: |
| 73 | + |
| 74 | +:::{grid-item-card} See Also |
| 75 | +:link: see-also |
| 76 | +:link-type: doc |
| 77 | +:class-card: sd-text-center |
| 78 | + |
| 79 | +Related projects |
| 80 | +::: |
| 81 | + |
| 82 | +:::{grid-item-card} GitHub |
| 83 | +:link: https://github.com/mosquito/aio-pika |
| 84 | +:link-type: url |
| 85 | +:class-card: sd-text-center |
| 86 | + |
| 87 | +Source code & issues |
| 88 | +::: |
| 89 | + |
| 90 | +:::: |
| 91 | + |
| 92 | +This software follows [Semantic Versioning](http://semver.org/). |
| 93 | + |
| 94 | +```{toctree} |
| 95 | +:maxdepth: 3 |
| 96 | +:hidden: |
| 97 | +
|
| 98 | +quick-start |
| 99 | +rabbitmq-tutorial/index |
| 100 | +patterns |
| 101 | +url-parameters |
| 102 | +apidoc |
| 103 | +see-also |
| 104 | +``` |
0 commit comments