{ "info": { "author": "Andr\u00e9 Althaus", "author_email": "andre.althaus@tu-dortmund.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "Channel Access client library\n=============================\nThis library contains the low-level bindings to the *libca* library and an\nhigh-level thread-safe interface for ease of use.\n\nFor the server implementation see `channel_access.server`_.\n\n.. _channel_access.server: https://pypi.org/project/channel_access.server\n\nInstallation\n------------\nBefore installing the library, the environment variables ``EPICS_BASE``\nand ``EPICS_HOST_ARCH`` must be set.\n\nThen the library can be installed with pip::\n\n pip install channel_access.client\n\nExamples\n--------\nExamples are located in the ``examples`` directory.\n\nThe ``simple.py`` example monitors a single process value and outputs the\ncontents of the data dictionary::\n\n python examples/simple.py test-pv\n\nGet the source\n--------------\nThe source code is available in a `Github repository`_::\n\n git clone https://github.com/delta-accelerator/channel_access.client\n\n.. _Github repository: https://github.com/delta-accelerator/channel_access.client\n\nDocumentation\n-------------\nThe documentation for the last version is available `online`_.\n\nThe documentation can also be generated from the source code with *sphinx*.\nThe package must be installed prior to building the documentation::\n\n cd /path/to/repository\n pip install .\n python setup.py build_sphinx\n\nThen open ``build/sphinx/html/index.html``.\n\n.. _online: https://delta-accelerator.github.io/channel_access.client\n\nTests\n-----\nTests are run with *pytest*::\n\n cd /path/to/repository\n pytest -v\n\nTo run the tests for all supported version use *tox*::\n\n cd /path/to/repository\n tox", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "epics ca channel_access", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "channel-access.client", "package_url": "https://pypi.org/project/channel-access.client/", "platform": "", "project_url": "https://pypi.org/project/channel-access.client/", "project_urls": null, "release_url": "https://pypi.org/project/channel-access.client/0.1.0/", "requires_dist": null, "requires_python": ">= 3.5", "summary": "Channel Access client library", "version": "0.1.0" }, "last_serial": 5440084, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3ffdc6982dccbf61fddd284b4d6113fc", "sha256": "0e4988cc72a118c81490e205f889a14e53eaba2d9a4af0c8fce1f5262408f386" }, "downloads": -1, "filename": "channel_access.client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3ffdc6982dccbf61fddd284b4d6113fc", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.5", "size": 21886, "upload_time": "2019-06-24T10:44:15", "url": "https://files.pythonhosted.org/packages/0c/bf/566a66850bbfd9f0bb25e416824b8df1ec920b1205ed4695c51c21e8cede/channel_access.client-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ffdc6982dccbf61fddd284b4d6113fc", "sha256": "0e4988cc72a118c81490e205f889a14e53eaba2d9a4af0c8fce1f5262408f386" }, "downloads": -1, "filename": "channel_access.client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3ffdc6982dccbf61fddd284b4d6113fc", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.5", "size": 21886, "upload_time": "2019-06-24T10:44:15", "url": "https://files.pythonhosted.org/packages/0c/bf/566a66850bbfd9f0bb25e416824b8df1ec920b1205ed4695c51c21e8cede/channel_access.client-0.1.0.tar.gz" } ] }