pyepics


Namepyepics JSON
Version 3.5.2 PyPI version JSON
download
home_page
SummaryEpics Channel Access for Python
upload_time2023-09-10 21:06:56
maintainer
docs_urlNone
authorMatthew Newville
requires_python>=3.7
licenseEpics Open License
keywords epics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Python Interface to the Epics Channel Access protocol of the
Epics control system.   PyEpics provides 3 layers of access to
Channel Access (CA):

1. a light wrapping of the CA C library calls, using ctypes. This
provides a procedural CA library in which the user is expected
to manage Channel IDs. It is mostly provided as a foundation
upon which higher-level access is built.
2. PV() (Process Variable) objects, which represent the basic object
in CA, allowing one to keep a persistent connection to a remote
Process Variable.
3. A simple set of functions caget(), caput() and so on to mimic
the CA command-line tools and give the simplest access to CA.

In addition, the library includes convenience classes to define
Devices -- collections of PVs that might represent an Epics Record
or physical device (say, a camera, amplifier, or power supply), and
to help write GUIs for CA.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyepics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "epics",
    "author": "Matthew Newville",
    "author_email": "newville@cars.uchicago.edu",
    "download_url": "https://files.pythonhosted.org/packages/e7/f9/48a2ea72519495a25839052824625aec6eec0c7610e8b0406d2fe535e3ae/pyepics-3.5.2.tar.gz",
    "platform": "any",
    "description": "\nPython Interface to the Epics Channel Access protocol of the\nEpics control system.   PyEpics provides 3 layers of access to\nChannel Access (CA):\n\n1. a light wrapping of the CA C library calls, using ctypes. This\nprovides a procedural CA library in which the user is expected\nto manage Channel IDs. It is mostly provided as a foundation\nupon which higher-level access is built.\n2. PV() (Process Variable) objects, which represent the basic object\nin CA, allowing one to keep a persistent connection to a remote\nProcess Variable.\n3. A simple set of functions caget(), caput() and so on to mimic\nthe CA command-line tools and give the simplest access to CA.\n\nIn addition, the library includes convenience classes to define\nDevices -- collections of PVs that might represent an Epics Record\nor physical device (say, a camera, amplifier, or power supply), and\nto help write GUIs for CA.\n",
    "bugtrack_url": null,
    "license": "Epics Open License",
    "summary": "Epics Channel Access for Python",
    "version": "3.5.2",
    "project_urls": {
        "Documentation": "http://pyepics.github.io/pyepics/",
        "Source": "https://github.com/pyepics/pyepics/",
        "Tracker": "https://github.com/pyepics/pyepics/issues"
    },
    "split_keywords": [
        "epics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb761a2b3f828e665b7ffef2dd669dee38d126037c6497bc645118a9c3adaf5b",
                "md5": "f896fdcfae2dcb7240ae3c3112487454",
                "sha256": "f1425d31935ad176f6c6db0726f6d7dc3e9632c07a62a803a21a710978ba9f45"
            },
            "downloads": -1,
            "filename": "pyepics-3.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f896fdcfae2dcb7240ae3c3112487454",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4997240,
            "upload_time": "2023-09-10T21:06:53",
            "upload_time_iso_8601": "2023-09-10T21:06:53.524995Z",
            "url": "https://files.pythonhosted.org/packages/eb/76/1a2b3f828e665b7ffef2dd669dee38d126037c6497bc645118a9c3adaf5b/pyepics-3.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7f948a2ea72519495a25839052824625aec6eec0c7610e8b0406d2fe535e3ae",
                "md5": "a568ab83a07c3fa21a94f6737328cfa3",
                "sha256": "9680af5970c3f4714dd97d33fe13a833d79ae370f69f774889df51c0e4790187"
            },
            "downloads": -1,
            "filename": "pyepics-3.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a568ab83a07c3fa21a94f6737328cfa3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5817054,
            "upload_time": "2023-09-10T21:06:56",
            "upload_time_iso_8601": "2023-09-10T21:06:56.647962Z",
            "url": "https://files.pythonhosted.org/packages/e7/f9/48a2ea72519495a25839052824625aec6eec0c7610e8b0406d2fe535e3ae/pyepics-3.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-10 21:06:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyepics",
    "github_project": "pyepics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyepics"
}
        
Elapsed time: 0.10945s