pamqp


Namepamqp JSON
Version 3.3.0 PyPI version JSON
download
home_pagehttps://github.com/gmr/pamqp
SummaryRabbitMQ Focused AMQP low-level library
upload_time2024-01-12 20:37:25
maintainer
docs_urlNone
authorGavin M. Roy
requires_python>=3.7
licenseBSD 3-Clause License
keywords amqp rabbitmq
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pamqp
=====
pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python 3.

pamqp is not a end-user client library for talking to RabbitMQ but rather is
used by client libraries for marshaling and unmarshaling AMQP frames.

|Version| |Status| |Coverage| |License| |Maintainability| |Downloads|

Documentation
-------------
https://pamqp.readthedocs.io

Python Versions Supported
-------------------------
3.7+

License
-------
Copyright (c) 2011-2024 Gavin M. Roy
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its contributors may
  be used to endorse or promote products derived from this software without
  specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

.. |Version| image:: https://img.shields.io/pypi/v/pamqp.svg?
   :target: https://pypi.python.org/pypi/pamqp

.. |Status| image:: https://github.com/gmr/pamqp/workflows/Testing/badge.svg?
   :target: https://github.com/gmr/pamqp/actions?workflow=Testing
   :alt: Build Status

.. |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

.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/9efbb0957abb036254a1/maintainability
   :target: https://codeclimate.com/github/gmr/pamqp

.. |Downloads| image:: https://img.shields.io/pypi/dm/pamqp
   :target: https://pypi.org/project/pamqp/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gmr/pamqp",
    "name": "pamqp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "amqp,rabbitmq",
    "author": "Gavin M. Roy",
    "author_email": "gavinmroy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/62/35bbd3d3021e008606cd0a9532db7850c65741bbf69ac8a3a0d8cfeb7934/pamqp-3.3.0.tar.gz",
    "platform": null,
    "description": "pamqp\n=====\npamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python 3.\n\npamqp is not a end-user client library for talking to RabbitMQ but rather is\nused by client libraries for marshaling and unmarshaling AMQP frames.\n\n|Version| |Status| |Coverage| |License| |Maintainability| |Downloads|\n\nDocumentation\n-------------\nhttps://pamqp.readthedocs.io\n\nPython Versions Supported\n-------------------------\n3.7+\n\nLicense\n-------\nCopyright (c) 2011-2024 Gavin M. Roy\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n* Neither the name of the copyright holder nor the names of its contributors may\n  be used to endorse or promote products derived from this software without\n  specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n.. |Version| image:: https://img.shields.io/pypi/v/pamqp.svg?\n   :target: https://pypi.python.org/pypi/pamqp\n\n.. |Status| image:: https://github.com/gmr/pamqp/workflows/Testing/badge.svg?\n   :target: https://github.com/gmr/pamqp/actions?workflow=Testing\n   :alt: Build Status\n\n.. |Coverage| image:: https://img.shields.io/codecov/c/github/gmr/pamqp.svg?\n   :target: https://codecov.io/github/gmr/pamqp?branch=master\n\n.. |License| image:: https://img.shields.io/pypi/l/pamqp.svg?\n   :target: https://pamqp.readthedocs.org\n\n.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/9efbb0957abb036254a1/maintainability\n   :target: https://codeclimate.com/github/gmr/pamqp\n\n.. |Downloads| image:: https://img.shields.io/pypi/dm/pamqp\n   :target: https://pypi.org/project/pamqp/\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "RabbitMQ Focused AMQP low-level library",
    "version": "3.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/gmr/pamqp/issues",
        "Documentation": "https://pamqp.readthedocs.io",
        "Homepage": "https://github.com/gmr/pamqp",
        "Source Code": "https://github.com/gmr/pamqp/"
    },
    "split_keywords": [
        "amqp",
        "rabbitmq"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac8dc1e93296e109a320e508e38118cf7d1fc2a4d1c2ec64de78565b3c445eb5",
                "md5": "4cef73770ad891e1f9f40b9fd95011eb",
                "sha256": "c901a684794157ae39b52cbf700db8c9aae7a470f13528b9d7b4e5f7202f8eb0"
            },
            "downloads": -1,
            "filename": "pamqp-3.3.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cef73770ad891e1f9f40b9fd95011eb",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 33848,
            "upload_time": "2024-01-12T20:37:21",
            "upload_time_iso_8601": "2024-01-12T20:37:21.359322Z",
            "url": "https://files.pythonhosted.org/packages/ac/8d/c1e93296e109a320e508e38118cf7d1fc2a4d1c2ec64de78565b3c445eb5/pamqp-3.3.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb6235bbd3d3021e008606cd0a9532db7850c65741bbf69ac8a3a0d8cfeb7934",
                "md5": "d892eed36a93b825e89b42cb93e5c549",
                "sha256": "40b8795bd4efcf2b0f8821c1de83d12ca16d5760f4507836267fd7a02b06763b"
            },
            "downloads": -1,
            "filename": "pamqp-3.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d892eed36a93b825e89b42cb93e5c549",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 30993,
            "upload_time": "2024-01-12T20:37:25",
            "upload_time_iso_8601": "2024-01-12T20:37:25.085450Z",
            "url": "https://files.pythonhosted.org/packages/fb/62/35bbd3d3021e008606cd0a9532db7850c65741bbf69ac8a3a0d8cfeb7934/pamqp-3.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-12 20:37:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gmr",
    "github_project": "pamqp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pamqp"
}
        
Elapsed time: 0.16170s