Metadata-Version: 2.0
Name: celery-connectors
Version: 1.0.24
Summary: Celery Connectors
Home-page: https://github.com/jay-johnson/celery-connectors
Author: Jay Johnson
Author-email: jay.p.h.johnson@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ansible (>=1.9)
Requires-Dist: pep8 (>=1.7.1)
Requires-Dist: flake8 (>=3.4.1)
Requires-Dist: boto3
Requires-Dist: pycurl
Requires-Dist: redis
Requires-Dist: celery (>=4.1.0)
Requires-Dist: kombu (>=4.1.0)
Requires-Dist: logstash-formatter
Requires-Dist: python-logstash
Requires-Dist: docker-compose
Requires-Dist: coverage
Requires-Dist: future
Requires-Dist: pylint
Requires-Dist: unittest2
Requires-Dist: mock

Messaging examples for Celery and Kombu. Multiple publisher-subscriber examples for processing json or pickled messages from Redis, RabbitMQ or AWS SQS. Includes Kombu message processors using native Producer and Consumer classes as well as ConsumerProducerMixin workers for relay publish-hook support to automate pub-sub or auto-caching. Also includes a docker compose file for RabbitMQ, Redis and Flower containers too. Functional AWS SQS publish and subscribe tooling. Also a dockerized JupyterHub with Postgres example with local user login over ssl.


