Metadata-Version: 2.1
Name: python-sqs-consumer
Version: 0.0.5
Summary: Consume AWS SQS messages from Python
Home-page: https://github.com/admetricks/python-sqs-consumer
License: BSD
Author: Juan Pizarro
Author-email: jpizarrom@gmail.com
Requires-Python: >=3.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: boto3 (>=1.2.2)
Description-Content-Type: text/x-rst

========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |travis| |appveyor| |requires|
        | |coveralls| |codecov|
        | |landscape| |scrutinizer| |codacy| |codeclimate|
    * - package
      - |version| |downloads| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/python-sqs-consumer/badge/?style=flat
    :target: https://readthedocs.org/projects/python-sqs-consumer
    :alt: Documentation Status

.. |travis| image:: https://travis-ci.org/admetricks/python-sqs-consumer.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/admetricks/python-sqs-consumer

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/admetricks/python-sqs-consumer?branch=master&svg=true
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/admetricks/python-sqs-consumer

.. |requires| image:: https://requires.io/github/admetricks/python-sqs-consumer/requirements.svg?branch=master
    :alt: Requirements Status
    :target: https://requires.io/github/admetricks/python-sqs-consumer/requirements/?branch=master

.. |coveralls| image:: https://coveralls.io/repos/admetricks/python-sqs-consumer/badge.svg?branch=master&service=github
    :alt: Coverage Status
    :target: https://coveralls.io/r/admetricks/python-sqs-consumer

.. |codecov| image:: https://codecov.io/github/admetricks/python-sqs-consumer/coverage.svg?branch=master
    :alt: Coverage Status
    :target: https://codecov.io/github/admetricks/python-sqs-consumer

.. |landscape| image:: https://landscape.io/github/admetricks/python-sqs-consumer/master/landscape.svg?style=flat
    :target: https://landscape.io/github/admetricks/python-sqs-consumer/master
    :alt: Code Quality Status

.. |codacy| image:: https://img.shields.io/codacy/4c60e799fb664f7e88dd5a06f2bb389c.svg?style=flat
    :target: https://www.codacy.com/app/admetricks/python-sqs-consumer
    :alt: Codacy Code Quality Status

.. |codeclimate| image:: https://codeclimate.com/github/admetricks/python-sqs-consumer/badges/gpa.svg
   :target: https://codeclimate.com/github/admetricks/python-sqs-consumer
   :alt: CodeClimate Quality Status

.. |version| image:: https://img.shields.io/pypi/v/python_sqs_consumer.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/python_sqs_consumer

.. |downloads| image:: https://img.shields.io/pypi/dm/python_sqs_consumer.svg?style=flat
    :alt: PyPI Package monthly downloads
    :target: https://pypi.python.org/pypi/python_sqs_consumer

.. |wheel| image:: https://img.shields.io/pypi/wheel/python_sqs_consumer.svg?style=flat
    :alt: PyPI Wheel
    :target: https://pypi.python.org/pypi/python_sqs_consumer

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/python_sqs_consumer.svg?style=flat
    :alt: Supported versions
    :target: https://pypi.python.org/pypi/python_sqs_consumer

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/python_sqs_consumer.svg?style=flat
    :alt: Supported implementations
    :target: https://pypi.python.org/pypi/python_sqs_consumer

.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/admetricks/python-sqs-consumer/master.svg?style=flat
    :alt: Scrutinizer Status
    :target: https://scrutinizer-ci.com/g/admetricks/python-sqs-consumer/


.. end-badges

An example package. Replace this with a proper project description. Generated with https://github.com/ionelmc/cookiecutter-pylibrary

* Free software: BSD license

Installation
============

::

    pip install python_sqs_consumer

Documentation
=============

https://python-sqs-consumer.readthedocs.org/

Development
===========

To run the all tests run::

    tox

