This page lists automatically generated output of the latest unreleased version of aiocoap. See the canonical git repository for sources and general information about the project.
Released versions of aiocoap are published at the the Python package index (PyPI).
This URL (but without the trailing slash) serves as a Python index API entry point (simple HTML index) for the latest unreleased version.
You can install aiocoap from here using:
$ pip install --extra-index-url https://aiocoap.codeberg.page/aiocoap 'aiocoap[all]'
or in Pyodide (for which this index also contains some additional binary dependencies in the right versions):
>>> await micropip.install("aiocoap[all]", index_urls=["https://aiocoap.codeberg.page/aiocoap", "PYPI"])