• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pamqp/H05-Feb-2015-4,3702,829

pamqp.egg-info/H03-May-2022-8972

LICENSEH A D05-Feb-20151.5 KiB2622

MANIFEST.inH A D05-Feb-201535 32

PKG-INFOH A D05-Feb-20153.7 KiB8972

README.rstH A D05-Feb-20151,010 3927

setup.cfgH A D05-Feb-201582 96

setup.pyH A D05-Feb-20151.5 KiB4035

README.rst

1pamqp
2=====
3
4pamqp is a pure-python AMQP 0-9-1 frame encoder and decoder. The aim is to create a
5client agnostic python encoder and decoder for general purpose use.
6
7|PyPI version| |Downloads| |Build Status| |Coverage| |License|
8
9Documentation
10-------------
11http://pamqp.readthedocs.org
12
13License
14-------
15BSD
16
17Python Versions Supported
18-------------------------
192.6+, 3.2+
20
21Requirements
22------------
23codegen (not required for use) requires lxml.
24
25.. |PyPI version| image:: https://badge.fury.io/py/pamqp.svg?
26   :target: http://badge.fury.io/py/pamqp
27
28.. |Downloads| image:: https://pypip.in/d/pamqp/badge.svg?
29   :target: https://pypi.python.org/pypi/pamqp
30
31.. |Build Status| image:: https://travis-ci.org/gmr/pamqp.png?branch=master
32   :target: https://travis-ci.org/gmr/pamqp
33
34.. |Coverage| image:: https://coveralls.io/repos/gmr/pamqp/badge.png
35   :target: https://coveralls.io/r/gmr/pamqp
36
37.. |License| image:: https://pypip.in/license/pamqp/badge.svg?
38   :target: https://pypi.python.org/pypi/pamqp
39