Name | aiokatcp JSON |
Version |
2.0.1
JSON |
| download |
home_page | None |
Summary | Asynchronous I/O implementation of the katcp protocol |
upload_time | 2024-10-24 07:51:05 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | BSD-3-Clause |
keywords |
asyncio
katcp
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
aiokatcp
========
.. image:: https://github.com/ska-sa/aiokatcp/actions/workflows/test.yml/badge.svg
:target: https://github.com/ska-sa/aiokatcp/actions/workflows/test.yml
.. image:: https://coveralls.io/repos/github/ska-sa/aiokatcp/badge.svg
:target: https://coveralls.io/github/ska-sa/aiokatcp
.. image:: https://readthedocs.org/projects/aiokatcp/badge/?version=latest
:target: http://aiokatcp.readthedocs.io/en/latest/
aiokatcp is an implementation of the `katcp`_ protocol based around the Python
asyncio system module. It requires Python 3.8 or later. It is loosely inspired
by the `Python 2 bindings`_, but has a much narrower scope.
.. _katcp: https://katcp-python.readthedocs.io/en/latest/_downloads/361189acb383a294be20d6c10c257cb4/NRF-KAT7-6.0-IFCE-002-Rev5-1.pdf
.. _Python 2 bindings: https://github.com/ska-sa/katcp-python
The current implementation provides both client and server APIs. It only
supports katcp version 5, and does not support a number of features that are
marked deprecated in version 5.
Full documentation can be found on `readthedocs`_.
.. _readthedocs: http://aiokatcp.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": null,
"name": "aiokatcp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "asyncio, katcp",
"author": null,
"author_email": "Bruce Merry <bmerry@sarao.ac.za>",
"download_url": "https://files.pythonhosted.org/packages/f7/56/84f01fede3fceadb41072fd0773a9a3571ef48c0104596b834ce6a4f2044/aiokatcp-2.0.1.tar.gz",
"platform": null,
"description": "aiokatcp\n========\n\n.. image:: https://github.com/ska-sa/aiokatcp/actions/workflows/test.yml/badge.svg\n :target: https://github.com/ska-sa/aiokatcp/actions/workflows/test.yml\n.. image:: https://coveralls.io/repos/github/ska-sa/aiokatcp/badge.svg\n :target: https://coveralls.io/github/ska-sa/aiokatcp\n.. image:: https://readthedocs.org/projects/aiokatcp/badge/?version=latest\n :target: http://aiokatcp.readthedocs.io/en/latest/\n\naiokatcp is an implementation of the `katcp`_ protocol based around the Python\nasyncio system module. It requires Python 3.8 or later. It is loosely inspired\nby the `Python 2 bindings`_, but has a much narrower scope.\n\n.. _katcp: https://katcp-python.readthedocs.io/en/latest/_downloads/361189acb383a294be20d6c10c257cb4/NRF-KAT7-6.0-IFCE-002-Rev5-1.pdf\n\n.. _Python 2 bindings: https://github.com/ska-sa/katcp-python\n\nThe current implementation provides both client and server APIs. It only\nsupports katcp version 5, and does not support a number of features that are\nmarked deprecated in version 5.\n\nFull documentation can be found on `readthedocs`_.\n\n.. _readthedocs: http://aiokatcp.readthedocs.io/en/latest/\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Asynchronous I/O implementation of the katcp protocol",
"version": "2.0.1",
"project_urls": {
"Changelog": "https://aiokatcp.readthedocs.io/en/latest/changelog.html",
"Documentation": "https://aiokatcp.readthedocs.io/",
"Homepage": "https://github.com/ska-sa/aiokatcp",
"Repository": "https://github.com/ska-sa/aiokatcp"
},
"split_keywords": [
"asyncio",
" katcp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "73604c89fa63b380da73caa159078020393ce51fcdbeb940e137a43bab9963d3",
"md5": "8590acca2e3cbec48bd1538afc8250de",
"sha256": "abfc9380ce6edb34221043284e8760b8b2d180fe50eddf68540af4a3960cd526"
},
"downloads": -1,
"filename": "aiokatcp-2.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8590acca2e3cbec48bd1538afc8250de",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 55750,
"upload_time": "2024-10-24T07:51:02",
"upload_time_iso_8601": "2024-10-24T07:51:02.234712Z",
"url": "https://files.pythonhosted.org/packages/73/60/4c89fa63b380da73caa159078020393ce51fcdbeb940e137a43bab9963d3/aiokatcp-2.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f75684f01fede3fceadb41072fd0773a9a3571ef48c0104596b834ce6a4f2044",
"md5": "9a662834e861c275521859de9d647df2",
"sha256": "847b17677ecc1854ec6396df2ebca99f81169bc1a1e534275762a32b6b23385c"
},
"downloads": -1,
"filename": "aiokatcp-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9a662834e861c275521859de9d647df2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 94732,
"upload_time": "2024-10-24T07:51:05",
"upload_time_iso_8601": "2024-10-24T07:51:05.140353Z",
"url": "https://files.pythonhosted.org/packages/f7/56/84f01fede3fceadb41072fd0773a9a3571ef48c0104596b834ce6a4f2044/aiokatcp-2.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-24 07:51:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ska-sa",
"github_project": "aiokatcp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "aiokatcp"
}