python-aiosignal
Port variant v13
Summary List of registered asynchronous callbacks (3.13)
Package version 1.4.0
Homepage https://github.com/aio-libs/aiosignal
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 12 JUL 2025, 15:47:47 UTC
Port created 10 DEC 2022, 14:08:04 UTC
Subpackage Descriptions
single ========= aiosignal ========= :alt: GitHub status for master branch :alt: codecov.io status for master branch :alt: Latest PyPI package version :alt: Latest Read The Docs :alt: Discourse group for io-libs :alt: Chat on Gitter Introduction ============ A project to manage callbacks in `asyncio` projects. Signal is a list of registered asynchronous callbacks. The signal's life-cycle has two stages: after creation its content could be filled by using standard list operations: ``sig.append()`` etc. After you call ``sig.freeze()`` the signal is *frozen*: adding, removing and dropping callbacks is forbidden. The only available operation is calling the previously registered callbacks by using ``await sig.send(data)``. For concrete usage examples see the `Signals section of the [Web Server Advanced ] chapter of the `aiohttp documentation`_. Installation ------------ :: $ pip install aiosignal Documentation ============= https://aiosignal.readthedocs.io/ License ======= aiosignal is offered under the Apache 2 license. Source code =========== The project is hosted on GitHub_ Please file an issue in the [bug tracker ] if you have found a bug or have some suggestions to improve the library. .. _GitHub: https://github.com/aio-libs/aiosignal .. _aiohttp documentation: https://docs.aiohttp.org/
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12 PY313 ON Build using Python 3.13
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Runtime (only) python-frozenlist:single:v13
Download groups
main mirror://PYPIWHL/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba
Distribution File Information
053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e 7490 python-src/aiosignal-1.4.0-py3-none-any.whl
Ports that require python-aiosignal:v13
No other ports depend on this one.