python-aiosignal
Port variant v11
Summary List of registered asynchronous callbacks (3.11)
Package version 1.3.1
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 09 OCT 2023, 04:40:21 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 The library requires Python 3.6 or newer. Documentation ============= https://aiosignal.readthedocs.io/ Communication channels ====================== *gitter chat* https://gitter.im/aio-libs/Lobby Requirements ============ - Python >= 3.6 - frozenlist >= 1.0.0 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)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-frozenlist:single:v11
Download groups
main mirror://PYPIWHL/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97
Distribution File Information
f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17 7617 aiosignal-1.3.1-py3-none-any.whl
Ports that require python-aiosignal:v11
python-aiohttp:v11 Async http client/server framework (3.11)