devioc


Namedevioc JSON
Version 2024.1.4 PyPI version JSON
download
home_pagehttps://github.com/michel4j/devioc
SummarySimple Python based EPICS Device IOC Support
upload_time2024-04-26 13:43:05
maintainerNone
docs_urlNone
authorMichel Fodje
requires_pythonNone
licenseMIT
keywords epics device ioc development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DevIOC
Simple Python Device IOC Support for EPICS

DevIOC is a package which enables python based EPICS IOC Soft Device support all within python. It
allows you to define the IOC database model in a manner similar to Django Database models, and to use
the model to develop dynamic, IOC servers.

To use the full capabilities, it is is highly recommended to use a GObject compatible main loop, such as the
one provided by `PyGObject` or even better, the GObject compatible `Twisted` reactor.

Detailed documentation is available at https://michel4j.github.io/devioc/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/michel4j/devioc",
    "name": "devioc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "epics device ioc development",
    "author": "Michel Fodje",
    "author_email": "michel4j@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/12/09d598418621a70ab1c14fa1ed51fcebb716e3880c4904319053a8bcee69/devioc-2024.1.4.tar.gz",
    "platform": null,
    "description": "# DevIOC\nSimple Python Device IOC Support for EPICS\n\nDevIOC is a package which enables python based EPICS IOC Soft Device support all within python. It\nallows you to define the IOC database model in a manner similar to Django Database models, and to use\nthe model to develop dynamic, IOC servers.\n\nTo use the full capabilities, it is is highly recommended to use a GObject compatible main loop, such as the\none provided by `PyGObject` or even better, the GObject compatible `Twisted` reactor.\n\nDetailed documentation is available at https://michel4j.github.io/devioc/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple Python based EPICS Device IOC Support",
    "version": "2024.1.4",
    "project_urls": {
        "Homepage": "https://github.com/michel4j/devioc"
    },
    "split_keywords": [
        "epics",
        "device",
        "ioc",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aea1af44d5d95b3a7a592f768094b311852e7c73bd03f916274bc2b521222c7c",
                "md5": "87130d37e879b4765f206df0c98ce68b",
                "sha256": "b0780dcda29db450f68b407b797b3823284769ed5a2053fa0801cd0959d04032"
            },
            "downloads": -1,
            "filename": "devioc-2024.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87130d37e879b4765f206df0c98ce68b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14368,
            "upload_time": "2024-04-26T13:43:02",
            "upload_time_iso_8601": "2024-04-26T13:43:02.981463Z",
            "url": "https://files.pythonhosted.org/packages/ae/a1/af44d5d95b3a7a592f768094b311852e7c73bd03f916274bc2b521222c7c/devioc-2024.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b21209d598418621a70ab1c14fa1ed51fcebb716e3880c4904319053a8bcee69",
                "md5": "0058979b90bffe0dee7c08b292c5a64f",
                "sha256": "537cdfbc26eb34a7a7e232754a0c03ab1e716c823b41ec7eef36ccf769ab2bc5"
            },
            "downloads": -1,
            "filename": "devioc-2024.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0058979b90bffe0dee7c08b292c5a64f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13604,
            "upload_time": "2024-04-26T13:43:05",
            "upload_time_iso_8601": "2024-04-26T13:43:05.119156Z",
            "url": "https://files.pythonhosted.org/packages/b2/12/09d598418621a70ab1c14fa1ed51fcebb716e3880c4904319053a8bcee69/devioc-2024.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 13:43:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "michel4j",
    "github_project": "devioc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "devioc"
}
        
Elapsed time: 0.25511s