aioca


Nameaioca JSON
Version 1.7 PyPI version JSON
download
home_pagehttps://github.com/dls-controls/aioca
SummaryAsynchronous Channel Access client for asyncio and Python using libca via ctypes
upload_time2023-05-05 09:50:12
maintainer
docs_urlNone
authorTom Cobb
requires_python
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            aioca
=====

|code_ci| |docs_ci| |coverage| |pypi_version| |license|

aioca is an asynchronous EPICS Channel Access client for asyncio and Python
using libca via ctypes.

============== ==============================================================
PyPI           ``pip install aioca``
Source code    https://github.com/dls-controls/aioca
Documentation  https://dls-controls.github.io/aioca
Changelog      https://github.com/dls-controls/aioca/blob/master/CHANGELOG.rst
============== ==============================================================

.. |code_ci| image:: https://github.com/dls-controls/aioca/workflows/Code%20CI/badge.svg?branch=master
    :target: https://github.com/dls-controls/aioca/actions?query=workflow%3A%22Code+CI%22
    :alt: Code CI

.. |docs_ci| image:: https://github.com/dls-controls/aioca/workflows/Docs%20CI/badge.svg?branch=master
    :target: https://github.com/dls-controls/aioca/actions?query=workflow%3A%22Docs+CI%22
    :alt: Docs CI

.. |coverage| image:: https://codecov.io/gh/dls-controls/aioca/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/dls-controls/aioca
    :alt: Test Coverage

.. |pypi_version| image:: https://img.shields.io/pypi/v/aioca.svg
    :target: https://pypi.org/project/aioca
    :alt: Latest PyPI version

.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
    :target: https://opensource.org/licenses/Apache-2.0
    :alt: Apache License

..
    These definitions are used when viewing README.rst and will be replaced
    when included in index.rst

It exposes a high level interface similar to the commandline tools::

    caget(pvs, ...)
        Returns a single snapshot of the current value of each PV.

    caput(pvs, values, ...)
        Writes values to one or more PVs.

    camonitor(pvs, callback, ...)
        Receive notification each time any of the listed PVs changes.

    connect(pvs, ...)
        Optionally can be used to establish PV connection before using the PV.

See https://dls-controls.github.io/aioca for more detailed documentation.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dls-controls/aioca",
    "name": "aioca",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tom Cobb",
    "author_email": "tom.cobb@diamond.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/9a/66/7794ed9825d1076b38253095ac7d44e6055865992547daefa4e7b58c8f7c/aioca-1.7.tar.gz",
    "platform": null,
    "description": "aioca\n=====\n\n|code_ci| |docs_ci| |coverage| |pypi_version| |license|\n\naioca is an asynchronous EPICS Channel Access client for asyncio and Python\nusing libca via ctypes.\n\n============== ==============================================================\nPyPI           ``pip install aioca``\nSource code    https://github.com/dls-controls/aioca\nDocumentation  https://dls-controls.github.io/aioca\nChangelog      https://github.com/dls-controls/aioca/blob/master/CHANGELOG.rst\n============== ==============================================================\n\n.. |code_ci| image:: https://github.com/dls-controls/aioca/workflows/Code%20CI/badge.svg?branch=master\n    :target: https://github.com/dls-controls/aioca/actions?query=workflow%3A%22Code+CI%22\n    :alt: Code CI\n\n.. |docs_ci| image:: https://github.com/dls-controls/aioca/workflows/Docs%20CI/badge.svg?branch=master\n    :target: https://github.com/dls-controls/aioca/actions?query=workflow%3A%22Docs+CI%22\n    :alt: Docs CI\n\n.. |coverage| image:: https://codecov.io/gh/dls-controls/aioca/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/dls-controls/aioca\n    :alt: Test Coverage\n\n.. |pypi_version| image:: https://img.shields.io/pypi/v/aioca.svg\n    :target: https://pypi.org/project/aioca\n    :alt: Latest PyPI version\n\n.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg\n    :target: https://opensource.org/licenses/Apache-2.0\n    :alt: Apache License\n\n..\n    These definitions are used when viewing README.rst and will be replaced\n    when included in index.rst\n\nIt exposes a high level interface similar to the commandline tools::\n\n    caget(pvs, ...)\n        Returns a single snapshot of the current value of each PV.\n\n    caput(pvs, values, ...)\n        Writes values to one or more PVs.\n\n    camonitor(pvs, callback, ...)\n        Receive notification each time any of the listed PVs changes.\n\n    connect(pvs, ...)\n        Optionally can be used to establish PV connection before using the PV.\n\nSee https://dls-controls.github.io/aioca for more detailed documentation.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Asynchronous Channel Access client for asyncio and Python using libca via ctypes",
    "version": "1.7",
    "project_urls": {
        "Homepage": "https://github.com/dls-controls/aioca"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe3b1bb9dbffd22b7a00f5d4a5672c9ee71a266e65538574b72e33758eb1af38",
                "md5": "ffd3a20b96fdc3c932d486d48f041b70",
                "sha256": "20668f356b5d8dc65e7f5026b0085499c5de0812d84c17e0cbbe80c46e915532"
            },
            "downloads": -1,
            "filename": "aioca-1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffd3a20b96fdc3c932d486d48f041b70",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 25286,
            "upload_time": "2023-05-05T09:49:51",
            "upload_time_iso_8601": "2023-05-05T09:49:51.737819Z",
            "url": "https://files.pythonhosted.org/packages/fe/3b/1bb9dbffd22b7a00f5d4a5672c9ee71a266e65538574b72e33758eb1af38/aioca-1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a667794ed9825d1076b38253095ac7d44e6055865992547daefa4e7b58c8f7c",
                "md5": "03a94d510606b6e419104aa1b3e1ae37",
                "sha256": "9b07598d59295d9ee701e0c83f151ca8e8da5cd2642390772ee5b988f54db12e"
            },
            "downloads": -1,
            "filename": "aioca-1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "03a94d510606b6e419104aa1b3e1ae37",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19348,
            "upload_time": "2023-05-05T09:50:12",
            "upload_time_iso_8601": "2023-05-05T09:50:12.508278Z",
            "url": "https://files.pythonhosted.org/packages/9a/66/7794ed9825d1076b38253095ac7d44e6055865992547daefa4e7b58c8f7c/aioca-1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-05 09:50:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dls-controls",
    "github_project": "aioca",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aioca"
}
        
Elapsed time: 0.06479s