kombu/docs/reference/index.rst

105 lines
2.1 KiB
ReStructuredText
Raw Normal View History

2010-07-23 12:43:33 +00:00
===========================
API Reference
===========================
:Release: |version|
:Date: |today|
2020-10-08 18:10:00 +00:00
Kombu Core
==========
2010-07-23 12:43:33 +00:00
.. toctree::
2016-10-27 23:15:40 +00:00
:maxdepth: 1
2010-07-23 12:43:33 +00:00
kombu
2011-09-07 13:13:11 +00:00
kombu.common
kombu.matcher
2011-09-22 16:10:13 +00:00
kombu.mixins
kombu.simple
2011-09-07 13:13:11 +00:00
kombu.clocks
2010-07-23 12:43:33 +00:00
kombu.compat
2010-10-21 13:35:04 +00:00
kombu.pidbox
2010-07-23 12:43:33 +00:00
kombu.exceptions
2012-01-09 16:50:12 +00:00
kombu.log
kombu.connection
kombu.message
kombu.compression
kombu.pools
kombu.abstract
2016-04-08 21:03:29 +00:00
kombu.resource
2020-10-08 18:10:00 +00:00
kombu.serialization
kombu.native_delayed_delivery
2020-10-08 18:10:00 +00:00
Kombu Transports
================
.. toctree::
:maxdepth: 1
kombu.transport
2020-10-08 18:10:00 +00:00
kombu.transport.base
kombu.transport.virtual
kombu.transport.virtual.exchange
kombu.transport.azurestoragequeues
kombu.transport.azureservicebus
kombu.transport.pyamqp
kombu.transport.librabbitmq
2014-03-17 21:11:53 +00:00
kombu.transport.qpid
kombu.transport.memory
2012-01-09 16:50:12 +00:00
kombu.transport.redis
2010-10-27 12:22:29 +00:00
kombu.transport.mongodb
2016-07-16 18:51:23 +00:00
kombu.transport.consul
2016-10-27 23:15:40 +00:00
kombu.transport.etcd
kombu.transport.zookeeper
2012-07-05 14:46:13 +00:00
kombu.transport.filesystem
kombu.transport.sqlalchemy
2011-09-05 12:09:39 +00:00
kombu.transport.SQS
kombu.transport.SLMQ
2013-09-12 16:32:19 +00:00
kombu.transport.pyro
2020-10-08 18:10:00 +00:00
Kombu Asynchronous
==================
.. toctree::
:maxdepth: 1
kombu.asynchronous
kombu.asynchronous.hub
kombu.asynchronous.semaphore
kombu.asynchronous.timer
kombu.asynchronous.debug
kombu.asynchronous.http
kombu.asynchronous.http.base
Feature: urllib3 instead of curl (#2134) * feature(urllib3): add urllib3 client * test(urllib3): test urllib3 client * test(urllib3): update http test for urllib3 * test(urllib3): use urllib3 client instead of curl * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * style(urllib3): remove unused imports * style(urllib3): fix pre-commit errors * ci(urllib3): remove pycurl dependency * docs(urllib3): add docs * style(urllib3): fix failing gh-workflow py3.8 * style(urllib3): add mention of ProxyManager * style(urllib3): fix pre-commit issues * style(pycurl): remove curl-related code * feat(urllib3): add missing request features (header, auth, ssl, proxy, redirects) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(urllib3): improve styling * test(urllib3): add new tests * fix(urllib3): fix request auth * fix(aws): validate certificate on request * style(): add missing exports * feat(aws): add ssl certificate verification from boto * feat(urllib): try to use certifi.where() if request.ca_certs are not provided * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ci(pydocstyle): add missing docstring in public class * test(urllib3): improve test case * ci(pydocstyle): fix multi-line docstring summary should start at the first line * feat(urllib3): remove assert_hostname * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * test(boto): add test for get_cert_path returning .pem file path * test(urllib3): add test for _get_pool_key_parts method * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
2024-10-14 11:01:25 +00:00
kombu.asynchronous.http.urllib3_client
2020-10-08 18:10:00 +00:00
kombu.asynchronous.aws
kombu.asynchronous.aws.connection
kombu.asynchronous.aws.sqs
kombu.asynchronous.aws.sqs.connection
kombu.asynchronous.aws.sqs.message
kombu.asynchronous.aws.sqs.queue
Kombu utils
===========
.. toctree::
:maxdepth: 1
kombu.utils.amq_manager
kombu.utils.collections
kombu.utils.compat
2011-09-05 12:09:39 +00:00
kombu.utils.debug
kombu.utils.div
kombu.utils.encoding
kombu.utils.eventio
2010-10-21 13:35:04 +00:00
kombu.utils.functional
kombu.utils.imports
2016-04-08 21:03:29 +00:00
kombu.utils.json
kombu.utils.limits
kombu.utils.objects
kombu.utils.scheduling
kombu.utils.text
2016-10-15 00:01:45 +00:00
kombu.utils.time
kombu.utils.url
kombu.utils.uuid