summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-1516-0/+33
|
* enable pre-commit (#1355)Thomas Grainger2021-07-2010-16/+28
| | | | | | | | | | | | | | | | | | | * enable pre-commit * use extend-ignore for flake8 * manual flake8 fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update kombu/__init__.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* pyupgradeOmer Katz2020-07-1316-35/+13
|
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-191-1/+1
| | | | | | | | | | | | | | * Rename `async` keyword to `asynchronous` * Fixes #742 * Resolves "DeprecationWarning: 'async' and 'await' will become reserved keywords in Python 3.7" * Address PR feedback * Update appveyor config * Rename docs and tests
* Switching to boto3 only (#693)Mischa Spiegelmock2017-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch Boto2 to Boto3 for SQS messaging * Fixed region support * Add SQS FIFO queue support * Add sensible defaults for message attributes * Asynchronous support, plus boto3 for region endpoint lookups * Clean up imports * Fix Python 2 support * Fix receive_message tests * Reformat docstring * boto3 import changes for CI * skip tests if boto3 not installed * skip tests if boto3 not installed * flake8 * noboto * ditching boto2. got queue URL fetching, async HTTP request generation and signing working. * request signing working kinda * async parsing of SQS message response more or less working * botocore sqs dep * ripping out more old boto2 stuff * removing tests that are no longer valid with boto3/SQS * fix boto3 dep, min version and no botocore * no boto2 for test * cleaning up some SQS tests. fixing header parsing of response to msg * fixing some sqs tests * removing response-parsing tests that are no longer necessary as we're using the botocore response parsing machinery instead of implementing SAX parsing in kombu. * fixing more SQS tests * wants a region * trying to fix py2 parsing of sqs message * lint * py2/py2 message header parsing stupidness * forgot * python 2 sux * flake8 * Import boto3 from the right place * Changes * Update encode fuction * Fix lint * remove some unused things * removing unused stuff * ugh * ugh * ugh * landscape ignoring * shut up, landscape
* fixed rpc example (#650)Carlos Edo2016-11-101-1/+1
|
* memory transport example (#627)kindule2016-09-241-0/+24
|
* Fix typo in examplePavlo Kapyshin2016-08-011-1/+1
|
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-162-3/+2
|
* flakesAsk Solem2016-06-152-1/+2
|
* spelling mistakexiaoshaaming2016-05-101-1/+1
|
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-0615-13/+47
|
* flakesAsk Solem2016-03-213-4/+4
|
* flakesAsk Solem2016-03-081-1/+1
|
* Adds ConsumerProducerMixin (Issue #530)Ask Solem2015-10-211-25/+13
|
* Implement kombu version of the RabbitMQ rpc-tut-6 example. Closes #530Ask Solem2015-10-212-0/+115
|
* Single item tuples no longer require whitespaceAsk Solem2015-07-135-7/+7
|
* Fixes flakes after flake8 upgradeAsk Solem2014-05-271-1/+1
|
* master now depends on Python 2.7Ask Solem2014-05-191-2/+2
|
* Adds async_consume exampleAsk Solem2014-02-031-0/+29
|
* Example should not use exchange bindings. Closes #286Ask Solem2013-12-111-10/+3
|
* flakesAsk Solem2013-09-121-1/+0
|
* Py3 fixesAsk Solem2013-09-105-13/+11
|
* Fixes simple task queue example. Closes #230Ask Solem2013-05-012-3/+6
|
* python 3 fixesAsk Solem2013-02-122-2/+0
|
* Use except as excAsk Solem2013-02-121-1/+1
|
* Merge branch '2.5'Ask Solem2013-02-071-4/+5
|\ | | | | | | | | Conflicts: pavement.py
| * More pep8ifyAsk Solem2013-01-171-4/+5
| |
* | merge helloworld into examplesHVN2012-12-112-0/+19
| |
* | Merge branch 'master' into 3.0Ask Solem2012-11-272-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kombu/abstract.py kombu/clocks.py kombu/messaging.py kombu/pidbox.py kombu/pools.py kombu/tests/mocks.py kombu/tests/test_common.py kombu/tests/test_messaging.py kombu/tests/test_serialization.py kombu/tests/test_utils.py kombu/tests/transport/test_redis.py kombu/tests/utilities/test_encoding.py kombu/transport/pika.py kombu/transport/zmq.py kombu/transport/zookeeper.py kombu/utils/__init__.py kombu/utils/encoding.py kombu/utils/finalize.py pavement.py requirements/default.txt
| * Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-138-1/+19
|/
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-088-19/+1
|
* Don't use LogMixin. Closes #169Ask Solem2012-11-021-2/+5
|
* Fixes typo in simple_task_queue exampleAsk Solem2012-10-121-0/+1
|
* examples/ cosmeticsAsk Solem2012-09-212-12/+11
|
* change unbind to support bindings parameters.rumyana neykova2012-09-201-5/+6
|
* Modify complete_send/receive examples to use exchange to exchange bindingRumyana Neykova2012-08-232-12/+21
|
* BrokerConnection is now Connection in docsAsk Solem2012-06-2411-169/+93
|
* Merge branch 'master' into 2.0-develAsk Solem2011-10-252-2/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS examples/simple_task_queue/worker.py kombu/connection.py kombu/serialization.py kombu/transport/SQS.py kombu/utils/eventio.py
| * Fixes to get the simple_task_queue example running. Closes #72Stefan Eletzhofer2011-10-252-7/+10
| |
| * PEP8ify + pyflakesv1.4.0Ask Solem2011-09-224-7/+3
| |
* | Improve example codeAsk Solem2011-09-121-1/+4
| |
* | Task queue example workingAsk Solem2011-09-124-16/+19
|/
* Adds examples to userguideAsk Solem2011-09-125-0/+69
|
* Improve examplesAsk Solem2011-09-078-81/+148
|
* Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok()v1.1.3Ask Solem2011-04-212-2/+1
|
* Examples should close connection and channelAsk Solem2011-04-052-0/+8
|
* 2to3 says we should use a for loop hereAsk Solem2010-12-021-1/+1
|
* Added eventlet examles: examples/simple_eventlet_receive.py ↵Ask Solem2010-12-012-0/+89
| | | | simple_eventlet.send.py
* Added SimpleQueue examples: examples/simple_receive.py, simple_send.pyAsk Solem2010-12-014-0/+51
|