edzed


Nameedzed JSON
Version 24.9.10 PyPI version JSON
download
home_pageNone
SummaryAn asyncio based library for building small automated systems
upload_time2024-09-10 15:55:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords automation finite-state machine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # edzed

An asyncio based library for building small automated systems, i.e. systems that
control outputs according to input values, system’s internal state, date and time.

What is in the package:

- classes for creating combinational and sequential blocks
- methods for building a circuit by connecting the blocks
- a simple event-driven zero-delay digital circuit simulator

What is not included:

The application code must connect the circuit's inputs
and outputs with the outside world.

## Documentation

Please read the [online documentation](https://edzed.readthedocs.io/en/latest/) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "edzed",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "automation, finite-state machine",
    "author": null,
    "author_email": "Vlado Potisk <edzed@poti.sk>",
    "download_url": null,
    "platform": null,
    "description": "# edzed\n\nAn asyncio based library for building small automated systems, i.e. systems that\ncontrol outputs according to input values, system\u2019s internal state, date and time.\n\nWhat is in the package:\n\n- classes for creating combinational and sequential blocks\n- methods for building a circuit by connecting the blocks\n- a simple event-driven zero-delay digital circuit simulator\n\nWhat is not included:\n\nThe application code must connect the circuit's inputs\nand outputs with the outside world.\n\n## Documentation\n\nPlease read the [online documentation](https://edzed.readthedocs.io/en/latest/) for more information.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An asyncio based library for building small automated systems",
    "version": "24.9.10",
    "project_urls": {
        "documentation": "https://edzed.readthedocs.io/en/latest/",
        "homepage": "https://github.com/xitop/edzed",
        "repository": "https://github.com/xitop/edzed"
    },
    "split_keywords": [
        "automation",
        " finite-state machine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78fbc8cc638a20db851f4315655bdfb50007694fb038f116efaba4573e0798e1",
                "md5": "405469b9cb4ebdbc91e6bf48c5a35bf0",
                "sha256": "aa078bf341dea58d39369379bf749f9011a92c388f756cd95cc339248fe46003"
            },
            "downloads": -1,
            "filename": "edzed-24.9.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "405469b9cb4ebdbc91e6bf48c5a35bf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 60214,
            "upload_time": "2024-09-10T15:55:39",
            "upload_time_iso_8601": "2024-09-10T15:55:39.923398Z",
            "url": "https://files.pythonhosted.org/packages/78/fb/c8cc638a20db851f4315655bdfb50007694fb038f116efaba4573e0798e1/edzed-24.9.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 15:55:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xitop",
    "github_project": "edzed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "edzed"
}
        
Elapsed time: 0.32608s