BasicFSM


NameBasicFSM JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/Frankigeno/BasicFSM
SummaryA lightweight library to manage a Finite State Machine
upload_time2023-12-17 22:08:51
maintainer
docs_urlNone
authorLevorin
requires_python
licenseMIT
keywords fsm async
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Frankigeno/BasicFSM",
    "name": "BasicFSM",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "FSM,Async",
    "author": "Levorin",
    "author_email": "frankigeno@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/5d/78cc96a4958a7bccad6054f63164eb1d1272f7b44b5cc8b3764453f0f1ef/BasicFSM-0.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight library to manage a Finite State Machine",
    "version": "0.1",
    "project_urls": {
        "Download": "https://github.com/Frankigeno/BasicFSM/archive/refs/tags/v0.1.0.tar.gz",
        "Homepage": "https://github.com/Frankigeno/BasicFSM"
    },
    "split_keywords": [
        "fsm",
        "async"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c5d78cc96a4958a7bccad6054f63164eb1d1272f7b44b5cc8b3764453f0f1ef",
                "md5": "8770cd53b95db0d1582f54e067a77dcf",
                "sha256": "04eb86de5e9b87aafe9ebe54247025681621649d4ea830347a11502664974a16"
            },
            "downloads": -1,
            "filename": "BasicFSM-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8770cd53b95db0d1582f54e067a77dcf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2579,
            "upload_time": "2023-12-17T22:08:51",
            "upload_time_iso_8601": "2023-12-17T22:08:51.501392Z",
            "url": "https://files.pythonhosted.org/packages/5c/5d/78cc96a4958a7bccad6054f63164eb1d1272f7b44b5cc8b3764453f0f1ef/BasicFSM-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 22:08:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Frankigeno",
    "github_project": "BasicFSM",
    "github_not_found": true,
    "lcname": "basicfsm"
}
        
Elapsed time: 0.15955s