Metadata-Version: 2.1
Name: pamqp
Version: 2.3.0
Summary: RabbitMQ Focused AMQP low-level library
Home-page: http://pamqp.readthedocs.org
Author: Gavin M. Roy
Author-email: gavinmroy@gmail.com
License: BSD
Description: pamqp
        =====
        
        pamqp is a pure-python AMQP 0-9-1 frame encoder and decoder. The aim is to create a
        client agnostic python encoder and decoder for general purpose use.
        
        |Version| |Status| |Coverage| |License|
        
        Documentation
        -------------
        http://pamqp.readthedocs.org
        
        License
        -------
        BSD
        
        Python Versions Supported
        -------------------------
        2.7, 3.4+
        
        Roadmap
        -------
        pamqp 3.0 will drop support for Python 2.7 and will be released after January 1st, 2020.
        
        Requirements
        ------------
        codegen (not required for use) requires lxml.
        
        .. |Version| image:: https://img.shields.io/pypi/v/pamqp.svg?
           :target: https://pypi.python.org/pypi/pamqp
        
        .. |Status| image:: https://img.shields.io/travis/gmr/pamqp.svg?
           :target: https://travis-ci.org/gmr/pamqp
        
        .. |Coverage| image:: https://img.shields.io/codecov/c/github/gmr/pamqp.svg?
           :target: https://codecov.io/github/gmr/pamqp?branch=master
        
        .. |License| image:: https://img.shields.io/pypi/l/pamqp.svg?
           :target: https://pamqp.readthedocs.org
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: codegen
