{
  "result": {
    "1.4.0": {
      "name": "aiosignal",
      "version": "1.4.0",
      "metadata_version": "2.4",
      "summary": "aiosignal: a list of registered asynchronous callbacks",
      "home_page": "https://github.com/aio-libs/aiosignal",
      "author": "",
      "author_email": "",
      "maintainer": "aiohttp team <team@aiohttp.org>",
      "maintainer_email": "team@aiohttp.org",
      "license": "Apache 2.0",
      "description": "=========\naiosignal\n=========\n\n.. image:: https://github.com/aio-libs/aiosignal/workflows/CI/badge.svg\n   :target: https://github.com/aio-libs/aiosignal/actions?query=workflow%3ACI\n   :alt: GitHub status for master branch\n\n.. image:: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg?flag=pytest\n   :target: https://codecov.io/gh/aio-libs/aiosignal?flags[0]=pytest\n   :alt: codecov.io status for master branch\n\n.. image:: https://badge.fury.io/py/aiosignal.svg\n   :target: https://pypi.org/project/aiosignal\n   :alt: Latest PyPI package version\n\n.. image:: https://readthedocs.org/projects/aiosignal/badge/?version=latest\n   :target: https://aiosignal.readthedocs.io/\n   :alt: Latest Read The Docs\n\n.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Faio-libs.discourse.group%2F\n   :target: https://aio-libs.discourse.group/\n   :alt: Discourse group for io-libs\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n   :target: https://gitter.im/aio-libs/Lobby\n   :alt: Chat on Gitter\n\nIntroduction\n============\n\nA project to manage callbacks in `asyncio` projects.\n\n``Signal`` is a list of registered asynchronous callbacks.\n\nThe signal's life-cycle has two stages: after creation its content\ncould be filled by using standard list operations: ``sig.append()``\netc.\n\nAfter you call ``sig.freeze()`` the signal is *frozen*: adding, removing\nand dropping callbacks is forbidden.\n\nThe only available operation is calling the previously registered\ncallbacks by using ``await sig.send(data)``.\n\nFor concrete usage examples see the `Signals\n<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>\nsection of the `Web Server Advanced\n<https://docs.aiohttp.org/en/stable/web_advanced.html>` chapter of the `aiohttp\ndocumentation`_.\n\n\nInstallation\n------------\n\n::\n\n   $ pip install aiosignal\n\n\nDocumentation\n=============\n\nhttps://aiosignal.readthedocs.io/\n\nLicense\n=======\n\n``aiosignal`` is offered under the Apache 2 license.\n\nSource code\n===========\n\nThe project is hosted on GitHub_\n\nPlease file an issue in the `bug tracker\n<https://github.com/aio-libs/aiosignal/issues>`_ if you have found a bug\nor have some suggestions to improve the library.\n\n.. _GitHub: https://github.com/aio-libs/aiosignal\n.. _aiohttp documentation: https://docs.aiohttp.org/\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "License :: OSI Approved :: Apache Software License",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3 :: Only",
        "Development Status :: 5 - Production/Stable",
        "Operating System :: POSIX",
        "Operating System :: MacOS :: MacOS X",
        "Operating System :: Microsoft :: Windows",
        "Framework :: AsyncIO",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Chat: Gitter, https://gitter.im/aio-libs/Lobby",
        "CI: GitHub Actions, https://github.com/aio-libs/aiosignal/actions",
        "Coverage: codecov, https://codecov.io/github/aio-libs/aiosignal",
        "Docs: RTD, https://docs.aiosignal.org",
        "GitHub: issues, https://github.com/aio-libs/aiosignal/issues",
        "GitHub: repo, https://github.com/aio-libs/aiosignal"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "frozenlist>=1.1.0",
        "typing-extensions>=4.2; python_version < \"3.13\""
      ],
      "requires_external": [],
      "requires_python": ">=3.9",
      "description_content_type": "text/x-rst",
      "provides_extras": [],
      "dynamic": [
        "license-file"
      ],
      "license_expression": "",
      "license_file": [
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=1c5667036ca17ccf9e96b27d2a7ba24fabafee78b1897844fdd7e2c87fa762be",
          "hashes": {
            "sha256": "1c5667036ca17ccf9e96b27d2a7ba24fabafee78b1897844fdd7e2c87fa762be"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/1c5/667036ca17ccf/aiosignal-1.4.0-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                7,
                27,
                12,
                22,
                44
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "1.3.1": {
      "name": "aiosignal",
      "version": "1.3.1",
      "metadata_version": "2.1",
      "summary": "aiosignal: a list of registered asynchronous callbacks",
      "home_page": "https://github.com/aio-libs/aiosignal",
      "author": "",
      "author_email": "",
      "maintainer": "aiohttp team <team@aiohttp.org>",
      "maintainer_email": "team@aiohttp.org",
      "license": "Apache 2.0",
      "description": "=========\naiosignal\n=========\n\n.. image:: https://github.com/aio-libs/aiosignal/workflows/CI/badge.svg\n   :target: https://github.com/aio-libs/aiosignal/actions?query=workflow%3ACI\n   :alt: GitHub status for master branch\n\n.. image:: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/aio-libs/aiosignal\n   :alt: codecov.io status for master branch\n\n.. image:: https://badge.fury.io/py/aiosignal.svg\n   :target: https://pypi.org/project/aiosignal\n   :alt: Latest PyPI package version\n\n.. image:: https://readthedocs.org/projects/aiosignal/badge/?version=latest\n   :target: https://aiosignal.readthedocs.io/\n   :alt: Latest Read The Docs\n\n.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Faio-libs.discourse.group%2F\n   :target: https://aio-libs.discourse.group/\n   :alt: Discourse group for io-libs\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n   :target: https://gitter.im/aio-libs/Lobby\n   :alt: Chat on Gitter\n\nIntroduction\n============\n\nA project to manage callbacks in `asyncio` projects.\n\n``Signal`` is a list of registered asynchronous callbacks.\n\nThe signal's life-cycle has two stages: after creation its content\ncould be filled by using standard list operations: ``sig.append()``\netc.\n\nAfter you call ``sig.freeze()`` the signal is *frozen*: adding, removing\nand dropping callbacks is forbidden.\n\nThe only available operation is calling the previously registered\ncallbacks by using ``await sig.send(data)``.\n\nFor concrete usage examples see the `Signals\n<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>\nsection of the `Web Server Advanced\n<https://docs.aiohttp.org/en/stable/web_advanced.html>` chapter of the `aiohttp\ndocumentation`_.\n\n\nInstallation\n------------\n\n::\n\n   $ pip install aiosignal\n\nThe library requires Python 3.6 or newer.\n\n\nDocumentation\n=============\n\nhttps://aiosignal.readthedocs.io/\n\nCommunication channels\n======================\n\n*gitter chat* https://gitter.im/aio-libs/Lobby\n\nRequirements\n============\n\n- Python >= 3.6\n- frozenlist >= 1.0.0\n\nLicense\n=======\n\n``aiosignal`` is offered under the Apache 2 license.\n\nSource code\n===========\n\nThe project is hosted on GitHub_\n\nPlease file an issue in the `bug tracker\n<https://github.com/aio-libs/aiosignal/issues>`_ if you have found a bug\nor have some suggestions to improve the library.\n\n.. _GitHub: https://github.com/aio-libs/aiosignal\n.. _aiohttp documentation: https://docs.aiohttp.org/\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "License :: OSI Approved :: Apache Software License",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Development Status :: 5 - Production/Stable",
        "Operating System :: POSIX",
        "Operating System :: MacOS :: MacOS X",
        "Operating System :: Microsoft :: Windows",
        "Framework :: AsyncIO",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Chat: Gitter, https://gitter.im/aio-libs/Lobby",
        "CI: GitHub Actions, https://github.com/aio-libs/aiosignal/actions",
        "Coverage: codecov, https://codecov.io/github/aio-libs/aiosignal",
        "Docs: RTD, https://docs.aiosignal.org",
        "GitHub: issues, https://github.com/aio-libs/aiosignal/issues",
        "GitHub: repo, https://github.com/aio-libs/aiosignal"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "frozenlist>=1.1.0"
      ],
      "requires_external": [],
      "requires_python": ">=3.7",
      "description_content_type": "text/x-rst",
      "provides_extras": [],
      "dynamic": [],
      "license_expression": "",
      "license_file": [],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=3c34db0787c465f0957547a097ea0211ca2e73bbd92e0fc52b4d75eb81a723b6",
          "hashes": {
            "sha256": "3c34db0787c465f0957547a097ea0211ca2e73bbd92e0fc52b4d75eb81a723b6"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/3c3/4db0787c465f0/aiosignal-1.3.1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                7,
                27,
                12,
                22,
                44
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "1.4.0+ppc64le1": {
      "name": "aiosignal",
      "version": "1.4.0+ppc64le1",
      "metadata_version": "2.4",
      "summary": "aiosignal: a list of registered asynchronous callbacks",
      "home_page": "https://github.com/aio-libs/aiosignal",
      "author": "",
      "author_email": "",
      "maintainer": "aiohttp team <team@aiohttp.org>",
      "maintainer_email": "team@aiohttp.org",
      "license": "Apache 2.0",
      "description": "=========\naiosignal\n=========\n\n.. image:: https://github.com/aio-libs/aiosignal/workflows/CI/badge.svg\n   :target: https://github.com/aio-libs/aiosignal/actions?query=workflow%3ACI\n   :alt: GitHub status for master branch\n\n.. image:: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg?flag=pytest\n   :target: https://codecov.io/gh/aio-libs/aiosignal?flags[0]=pytest\n   :alt: codecov.io status for master branch\n\n.. image:: https://badge.fury.io/py/aiosignal.svg\n   :target: https://pypi.org/project/aiosignal\n   :alt: Latest PyPI package version\n\n.. image:: https://readthedocs.org/projects/aiosignal/badge/?version=latest\n   :target: https://aiosignal.readthedocs.io/\n   :alt: Latest Read The Docs\n\n.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Faio-libs.discourse.group%2F\n   :target: https://aio-libs.discourse.group/\n   :alt: Discourse group for io-libs\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n   :target: https://gitter.im/aio-libs/Lobby\n   :alt: Chat on Gitter\n\nIntroduction\n============\n\nA project to manage callbacks in `asyncio` projects.\n\n``Signal`` is a list of registered asynchronous callbacks.\n\nThe signal's life-cycle has two stages: after creation its content\ncould be filled by using standard list operations: ``sig.append()``\netc.\n\nAfter you call ``sig.freeze()`` the signal is *frozen*: adding, removing\nand dropping callbacks is forbidden.\n\nThe only available operation is calling the previously registered\ncallbacks by using ``await sig.send(data)``.\n\nFor concrete usage examples see the `Signals\n<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>\nsection of the `Web Server Advanced\n<https://docs.aiohttp.org/en/stable/web_advanced.html>` chapter of the `aiohttp\ndocumentation`_.\n\n\nInstallation\n------------\n\n::\n\n   $ pip install aiosignal\n\n\nDocumentation\n=============\n\nhttps://aiosignal.readthedocs.io/\n\nLicense\n=======\n\n``aiosignal`` is offered under the Apache 2 license.\n\nSource code\n===========\n\nThe project is hosted on GitHub_\n\nPlease file an issue in the `bug tracker\n<https://github.com/aio-libs/aiosignal/issues>`_ if you have found a bug\nor have some suggestions to improve the library.\n\n.. _GitHub: https://github.com/aio-libs/aiosignal\n.. _aiohttp documentation: https://docs.aiohttp.org/\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "License :: OSI Approved :: Apache Software License",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3 :: Only",
        "Development Status :: 5 - Production/Stable",
        "Operating System :: POSIX",
        "Operating System :: MacOS :: MacOS X",
        "Operating System :: Microsoft :: Windows",
        "Framework :: AsyncIO",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Chat: Gitter, https://gitter.im/aio-libs/Lobby",
        "CI: GitHub Actions, https://github.com/aio-libs/aiosignal/actions",
        "Coverage: codecov, https://codecov.io/github/aio-libs/aiosignal",
        "Docs: RTD, https://docs.aiosignal.org",
        "GitHub: issues, https://github.com/aio-libs/aiosignal/issues",
        "GitHub: repo, https://github.com/aio-libs/aiosignal"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "frozenlist>=1.1.0",
        "typing-extensions>=4.2; python_version < \"3.13\""
      ],
      "requires_external": [],
      "requires_python": ">=3.9",
      "description_content_type": "text/x-rst",
      "provides_extras": [],
      "dynamic": [
        "license-file"
      ],
      "license_expression": "",
      "license_file": [
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=d5c54f1385a2ffa84493edbc1141867b804617a459eb394b8cf3ad59f25b8388",
          "hashes": {
            "sha256": "d5c54f1385a2ffa84493edbc1141867b804617a459eb394b8cf3ad59f25b8388"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/d5c/54f1385a2ffa8/aiosignal-1.4.0+ppc64le1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                5,
                11,
                11,
                35,
                32
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "1.2.0+ppc64le1": {
      "name": "aiosignal",
      "version": "1.2.0+ppc64le1",
      "metadata_version": "2.1",
      "summary": "aiosignal: a list of registered asynchronous callbacks",
      "home_page": "https://github.com/aio-libs/aiosignal",
      "author": "Nikolay Kim",
      "author_email": "fafhrd91@gmail.com",
      "maintainer": "Martijn Pieters <mj@zopatista.com>",
      "maintainer_email": "aio-libs@googlegroups.com",
      "license": "Apache 2",
      "description": "=========\naiosignal\n=========\n\n.. image:: https://github.com/aio-libs/aiosignal/workflows/CI/badge.svg\n   :target: https://github.com/aio-libs/aiosignal/actions?query=workflow%3ACI\n   :alt: GitHub status for master branch\n\n.. image:: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/aio-libs/aiosignal\n   :alt: codecov.io status for master branch\n\n.. image:: https://badge.fury.io/py/aiosignal.svg\n   :target: https://pypi.org/project/aiosignal\n   :alt: Latest PyPI package version\n\n.. image:: https://readthedocs.org/projects/aiosignal/badge/?version=latest\n   :target: https://aiosignal.readthedocs.io/\n   :alt: Latest Read The Docs\n\n.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Faio-libs.discourse.group%2F\n   :target: https://aio-libs.discourse.group/\n   :alt: Discourse group for io-libs\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n   :target: https://gitter.im/aio-libs/Lobby\n   :alt: Chat on Gitter\n\nIntroduction\n============\n\nA project to manage callbacks in `asyncio` projects.\n\n``Signal`` is a list of registered asynchronous callbacks.\n\nThe signal's life-cycle has two stages: after creation its content\ncould be filled by using standard list operations: ``sig.append()``\netc.\n\nAfter you call ``sig.freeze()`` the signal is *frozen*: adding, removing\nand dropping callbacks is forbidden.\n\nThe only available operation is calling the previously registered\ncallbacks by using ``await sig.send(data)``.\n\nFor concrete usage examples see the `Signals\n<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>\nsection of the `Web Server Advanced\n<https://docs.aiohttp.org/en/stable/web_advanced.html>` chapter of the `aiohttp\ndocumentation`_.\n\n\nInstallation\n------------\n\n::\n\n   $ pip install aiosignal\n\nThe library requires Python 3.6 or newer.\n\n\nDocumentation\n=============\n\nhttps://aiosignal.readthedocs.io/\n\nCommunication channels\n======================\n\n*aio-libs* google group: https://groups.google.com/forum/#!forum/aio-libs\n\nFeel free to post your questions and ideas here.\n\n*gitter chat* https://gitter.im/aio-libs/Lobby\n\nRequirements\n============\n\n- Python >= 3.6\n- frozenlist >= 1.0.0\n\nLicense\n=======\n\n``aiosignal`` is offered under the Apache 2 license.\n\nSource code\n===========\n\nThe project is hosted on GitHub_\n\nPlease file an issue in the `bug tracker\n<https://github.com/aio-libs/aiosignal/issues>`_ if you have found a bug\nor have some suggestions to improve the library.\n\n.. _GitHub: https://github.com/aio-libs/aiosignal\n.. _aiohttp documentation: https://docs.aiohttp.org/\n\n=========\nChangelog\n=========\n\n..\n    You should *NOT* be adding new change log entries to this file, this\n    file is managed by towncrier. You *may* edit previous change logs to\n    fix problems like typo corrections or such.\n    To add a new change log entry, please see\n    https://pip.pypa.io/en/latest/development/contributing/#news-entries\n    we named the news folder \"changes\".\n\n    WARNING: Don't drop the next directive!\n\n.. towncrier release notes start\n\n\n1.2.0 (2021-10-16)\n==================\n\nFeatures\n--------\n\n- Added support for Python 3.10.\n  `#328 <https://github.com/aio-libs/aiosignal/issues/328>`_\n\n\nBugfixes\n--------\n\n- Mark aiosignal as Python3-only package\n  `#165 <https://github.com/aio-libs/aiosignal/issues/165>`_\n\n\n----\n\n\n1.1.2 (2020-11-27)\n==================\n\nFeatures\n--------\n\n- Fix MANIFEST.in to include ``aiosignal/py.typed`` marker\n\n\n1.1.1 (2020-11-27)\n==================\n\nFeatures\n--------\n\n- Support type hints\n\n1.1.0 (2020-10-13)\n==================\n\nFeatures\n--------\n\n- Added support of Python 3.8 and 3.9\n\n\n1.0.0 (2019-11-11)\n==================\n\nDeprecations and Removals\n-------------------------\n\n- Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward.\n  `#23 <https://github.com/aio-libs/aiosignal/issues/23>`_\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "License :: OSI Approved :: Apache Software License",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3.6",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Development Status :: 5 - Production/Stable",
        "Operating System :: POSIX",
        "Operating System :: MacOS :: MacOS X",
        "Operating System :: Microsoft :: Windows",
        "Framework :: AsyncIO",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Chat: Gitter, https://gitter.im/aio-libs/Lobby",
        "CI: GitHub Actions, https://github.com/aio-libs/aiosignal/actions",
        "Coverage: codecov, https://codecov.io/github/aio-libs/aiosignal",
        "Docs: RTD, https://docs.aiosignal.org",
        "GitHub: issues, https://github.com/aio-libs/aiosignal/issues",
        "GitHub: repo, https://github.com/aio-libs/aiosignal"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "frozenlist>=1.1.0"
      ],
      "requires_external": [],
      "requires_python": ">=3.6",
      "description_content_type": "text/x-rst",
      "provides_extras": "",
      "dynamic": "",
      "license_expression": "",
      "license_file": "",
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=f8a00bb86bc14411201dea163a5f21a137e3588ce9a5b667f21f573f18b56a2c",
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/f8a/00bb86bc14411/aiosignal-1.2.0+ppc64le1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                3,
                16,
                9,
                6,
                7
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "1.2.0": {
      "name": "aiosignal",
      "version": "1.2.0",
      "metadata_version": "2.1",
      "summary": "aiosignal: a list of registered asynchronous callbacks",
      "home_page": "https://github.com/aio-libs/aiosignal",
      "author": "Nikolay Kim",
      "author_email": "fafhrd91@gmail.com",
      "maintainer": "Martijn Pieters <mj@zopatista.com>",
      "maintainer_email": "aio-libs@googlegroups.com",
      "license": "Apache 2",
      "description": "=========\naiosignal\n=========\n\n.. image:: https://github.com/aio-libs/aiosignal/workflows/CI/badge.svg\n   :target: https://github.com/aio-libs/aiosignal/actions?query=workflow%3ACI\n   :alt: GitHub status for master branch\n\n.. image:: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/aio-libs/aiosignal\n   :alt: codecov.io status for master branch\n\n.. image:: https://badge.fury.io/py/aiosignal.svg\n   :target: https://pypi.org/project/aiosignal\n   :alt: Latest PyPI package version\n\n.. image:: https://readthedocs.org/projects/aiosignal/badge/?version=latest\n   :target: https://aiosignal.readthedocs.io/\n   :alt: Latest Read The Docs\n\n.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Faio-libs.discourse.group%2F\n   :target: https://aio-libs.discourse.group/\n   :alt: Discourse group for io-libs\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n   :target: https://gitter.im/aio-libs/Lobby\n   :alt: Chat on Gitter\n\nIntroduction\n============\n\nA project to manage callbacks in `asyncio` projects.\n\n``Signal`` is a list of registered asynchronous callbacks.\n\nThe signal's life-cycle has two stages: after creation its content\ncould be filled by using standard list operations: ``sig.append()``\netc.\n\nAfter you call ``sig.freeze()`` the signal is *frozen*: adding, removing\nand dropping callbacks is forbidden.\n\nThe only available operation is calling the previously registered\ncallbacks by using ``await sig.send(data)``.\n\nFor concrete usage examples see the `Signals\n<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>\nsection of the `Web Server Advanced\n<https://docs.aiohttp.org/en/stable/web_advanced.html>` chapter of the `aiohttp\ndocumentation`_.\n\n\nInstallation\n------------\n\n::\n\n   $ pip install aiosignal\n\nThe library requires Python 3.6 or newer.\n\n\nDocumentation\n=============\n\nhttps://aiosignal.readthedocs.io/\n\nCommunication channels\n======================\n\n*aio-libs* google group: https://groups.google.com/forum/#!forum/aio-libs\n\nFeel free to post your questions and ideas here.\n\n*gitter chat* https://gitter.im/aio-libs/Lobby\n\nRequirements\n============\n\n- Python >= 3.6\n- frozenlist >= 1.0.0\n\nLicense\n=======\n\n``aiosignal`` is offered under the Apache 2 license.\n\nSource code\n===========\n\nThe project is hosted on GitHub_\n\nPlease file an issue in the `bug tracker\n<https://github.com/aio-libs/aiosignal/issues>`_ if you have found a bug\nor have some suggestions to improve the library.\n\n.. _GitHub: https://github.com/aio-libs/aiosignal\n.. _aiohttp documentation: https://docs.aiohttp.org/\n\n=========\nChangelog\n=========\n\n..\n    You should *NOT* be adding new change log entries to this file, this\n    file is managed by towncrier. You *may* edit previous change logs to\n    fix problems like typo corrections or such.\n    To add a new change log entry, please see\n    https://pip.pypa.io/en/latest/development/contributing/#news-entries\n    we named the news folder \"changes\".\n\n    WARNING: Don't drop the next directive!\n\n.. towncrier release notes start\n\n\n1.2.0 (2021-10-16)\n==================\n\nFeatures\n--------\n\n- Added support for Python 3.10.\n  `#328 <https://github.com/aio-libs/aiosignal/issues/328>`_\n\n\nBugfixes\n--------\n\n- Mark aiosignal as Python3-only package\n  `#165 <https://github.com/aio-libs/aiosignal/issues/165>`_\n\n\n----\n\n\n1.1.2 (2020-11-27)\n==================\n\nFeatures\n--------\n\n- Fix MANIFEST.in to include ``aiosignal/py.typed`` marker\n\n\n1.1.1 (2020-11-27)\n==================\n\nFeatures\n--------\n\n- Support type hints\n\n1.1.0 (2020-10-13)\n==================\n\nFeatures\n--------\n\n- Added support of Python 3.8 and 3.9\n\n\n1.0.0 (2019-11-11)\n==================\n\nDeprecations and Removals\n-------------------------\n\n- Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward.\n  `#23 <https://github.com/aio-libs/aiosignal/issues/23>`_\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "License :: OSI Approved :: Apache Software License",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3.6",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Development Status :: 5 - Production/Stable",
        "Operating System :: POSIX",
        "Operating System :: MacOS :: MacOS X",
        "Operating System :: Microsoft :: Windows",
        "Framework :: AsyncIO",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Chat: Gitter, https://gitter.im/aio-libs/Lobby",
        "CI: GitHub Actions, https://github.com/aio-libs/aiosignal/actions",
        "Coverage: codecov, https://codecov.io/github/aio-libs/aiosignal",
        "Docs: RTD, https://docs.aiosignal.org",
        "GitHub: issues, https://github.com/aio-libs/aiosignal/issues",
        "GitHub: repo, https://github.com/aio-libs/aiosignal"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "frozenlist>=1.1.0"
      ],
      "requires_external": [],
      "requires_python": ">=3.6",
      "description_content_type": "text/x-rst",
      "provides_extras": [],
      "dynamic": [],
      "license_expression": "",
      "license_file": [],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=d879b7a5616dcff397a3f10815bd4b5e2a526570d2b805ee9d9328192f04453c",
          "hashes": {
            "sha256": "d879b7a5616dcff397a3f10815bd4b5e2a526570d2b805ee9d9328192f04453c"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/d87/9b7a5616dcff3/aiosignal-1.2.0-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                7,
                27,
                12,
                22,
                44
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "1.3.1+ppc64le1": {
      "name": "aiosignal",
      "version": "1.3.1+ppc64le1",
      "metadata_version": "2.1",
      "summary": "aiosignal: a list of registered asynchronous callbacks",
      "home_page": "https://github.com/aio-libs/aiosignal",
      "author": "",
      "author_email": "",
      "maintainer": "aiohttp team <team@aiohttp.org>",
      "maintainer_email": "team@aiohttp.org",
      "license": "Apache 2.0",
      "description": "=========\naiosignal\n=========\n\n.. image:: https://github.com/aio-libs/aiosignal/workflows/CI/badge.svg\n   :target: https://github.com/aio-libs/aiosignal/actions?query=workflow%3ACI\n   :alt: GitHub status for master branch\n\n.. image:: https://codecov.io/gh/aio-libs/aiosignal/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/aio-libs/aiosignal\n   :alt: codecov.io status for master branch\n\n.. image:: https://badge.fury.io/py/aiosignal.svg\n   :target: https://pypi.org/project/aiosignal\n   :alt: Latest PyPI package version\n\n.. image:: https://readthedocs.org/projects/aiosignal/badge/?version=latest\n   :target: https://aiosignal.readthedocs.io/\n   :alt: Latest Read The Docs\n\n.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Faio-libs.discourse.group%2F\n   :target: https://aio-libs.discourse.group/\n   :alt: Discourse group for io-libs\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n   :target: https://gitter.im/aio-libs/Lobby\n   :alt: Chat on Gitter\n\nIntroduction\n============\n\nA project to manage callbacks in `asyncio` projects.\n\n``Signal`` is a list of registered asynchronous callbacks.\n\nThe signal's life-cycle has two stages: after creation its content\ncould be filled by using standard list operations: ``sig.append()``\netc.\n\nAfter you call ``sig.freeze()`` the signal is *frozen*: adding, removing\nand dropping callbacks is forbidden.\n\nThe only available operation is calling the previously registered\ncallbacks by using ``await sig.send(data)``.\n\nFor concrete usage examples see the `Signals\n<https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-signals>\nsection of the `Web Server Advanced\n<https://docs.aiohttp.org/en/stable/web_advanced.html>` chapter of the `aiohttp\ndocumentation`_.\n\n\nInstallation\n------------\n\n::\n\n   $ pip install aiosignal\n\nThe library requires Python 3.6 or newer.\n\n\nDocumentation\n=============\n\nhttps://aiosignal.readthedocs.io/\n\nCommunication channels\n======================\n\n*gitter chat* https://gitter.im/aio-libs/Lobby\n\nRequirements\n============\n\n- Python >= 3.6\n- frozenlist >= 1.0.0\n\nLicense\n=======\n\n``aiosignal`` is offered under the Apache 2 license.\n\nSource code\n===========\n\nThe project is hosted on GitHub_\n\nPlease file an issue in the `bug tracker\n<https://github.com/aio-libs/aiosignal/issues>`_ if you have found a bug\nor have some suggestions to improve the library.\n\n.. _GitHub: https://github.com/aio-libs/aiosignal\n.. _aiohttp documentation: https://docs.aiohttp.org/\n",
      "keywords": "",
      "platform": [],
      "classifiers": [
        "License :: OSI Approved :: Apache Software License",
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3 :: Only",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Development Status :: 5 - Production/Stable",
        "Operating System :: POSIX",
        "Operating System :: MacOS :: MacOS X",
        "Operating System :: Microsoft :: Windows",
        "Framework :: AsyncIO",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Chat: Gitter, https://gitter.im/aio-libs/Lobby",
        "CI: GitHub Actions, https://github.com/aio-libs/aiosignal/actions",
        "Coverage: codecov, https://codecov.io/github/aio-libs/aiosignal",
        "Docs: RTD, https://docs.aiosignal.org",
        "GitHub: issues, https://github.com/aio-libs/aiosignal/issues",
        "GitHub: repo, https://github.com/aio-libs/aiosignal"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "frozenlist>=1.1.0"
      ],
      "requires_external": [],
      "requires_python": ">=3.7",
      "description_content_type": "text/x-rst",
      "provides_extras": "",
      "dynamic": "",
      "license_expression": "",
      "license_file": "",
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=f3885759dfd23e3e6ddeb443266ba51716589115be145646bbe4d60182a2371f",
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/f38/85759dfd23e3e/aiosignal-1.3.1+ppc64le1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                3,
                16,
                9,
                6,
                7
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    }
  },
  "type": "projectconfig"
}
