sw-mc-lib


Namesw-mc-lib JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryLibrary for interaction with Stormworks Microcontrollers
upload_time2023-05-02 21:43:22
maintainer
docs_urlNone
authorFabian Wunsch
requires_python>=3.10
licenseMIT License
keywords stormworks lib microcontroller
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # sw_mc_lib
Stormworks Microcontroller library

This is a library aimed at simplifying parsing, manipulating and formatting
Stormworks Microcontrollers (Microprocessors). It includes a custom XML parser,
that allows for the games quirks, and is tailored to the needs.
It may be used without the Microcontroller parser, if you want to parse i.e.  Vehicles.

## Goals

 - Make Microprocessor parsing great again
 - Accurate emulation of the games behaviour
 - In case of a conflict, use the design from the GUI rather than the XML
   - For composite read/write, this means that properties like `start_channel` are one based like in the gui rather than zero based.
   - Several names have been changed towards the GUI language.
 - Try to parse reasonably ill-formed Microcontrollers and use defaults where necessary
 - Don't use RegEx (it has other uses, but not this one)

In case you see any violation of those rules, feel free to open an issue.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sw-mc-lib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "stormworks,lib,microcontroller",
    "author": "Fabian Wunsch",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/db/97/2d678e102aab2435aff3b6ab3e89615c0afefdbcdf80af0adba544219926/sw_mc_lib-0.3.0.tar.gz",
    "platform": null,
    "description": "# sw_mc_lib\nStormworks Microcontroller library\n\nThis is a library aimed at simplifying parsing, manipulating and formatting\nStormworks Microcontrollers (Microprocessors). It includes a custom XML parser,\nthat allows for the games quirks, and is tailored to the needs.\nIt may be used without the Microcontroller parser, if you want to parse i.e.  Vehicles.\n\n## Goals\n\n - Make Microprocessor parsing great again\n - Accurate emulation of the games behaviour\n - In case of a conflict, use the design from the GUI rather than the XML\n   - For composite read/write, this means that properties like `start_channel` are one based like in the gui rather than zero based.\n   - Several names have been changed towards the GUI language.\n - Try to parse reasonably ill-formed Microcontrollers and use defaults where necessary\n - Don't use RegEx (it has other uses, but not this one)\n\nIn case you see any violation of those rules, feel free to open an issue.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Library for interaction with Stormworks Microcontrollers",
    "version": "0.3.0",
    "project_urls": {
        "homepage": "https://github.com/stormworks-utils/sw_mc_lib",
        "repository": "https://github.com/stormworks-utils/sw_mc_lib"
    },
    "split_keywords": [
        "stormworks",
        "lib",
        "microcontroller"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "490973aa93b165fb9aded2dc63b77a27bb8449b882a3ca47c4291b576bb395fe",
                "md5": "a8032cb6aa9ffb479fc1892ab1ec5cdf",
                "sha256": "d89c16c9f626d2b8227e6bfc8bb3965fdb8f8e3905c9ab65996c6f80be8e091c"
            },
            "downloads": -1,
            "filename": "sw_mc_lib-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8032cb6aa9ffb479fc1892ab1ec5cdf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 65647,
            "upload_time": "2023-05-02T21:43:20",
            "upload_time_iso_8601": "2023-05-02T21:43:20.682669Z",
            "url": "https://files.pythonhosted.org/packages/49/09/73aa93b165fb9aded2dc63b77a27bb8449b882a3ca47c4291b576bb395fe/sw_mc_lib-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db972d678e102aab2435aff3b6ab3e89615c0afefdbcdf80af0adba544219926",
                "md5": "c06341c5dfe390669f8cfa4ec46fbcb2",
                "sha256": "decded478ff687bb5afadbcdd5f0c31b1c9c2c5c63ae257afbb6eba990339e06"
            },
            "downloads": -1,
            "filename": "sw_mc_lib-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c06341c5dfe390669f8cfa4ec46fbcb2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 27607,
            "upload_time": "2023-05-02T21:43:22",
            "upload_time_iso_8601": "2023-05-02T21:43:22.211584Z",
            "url": "https://files.pythonhosted.org/packages/db/97/2d678e102aab2435aff3b6ab3e89615c0afefdbcdf80af0adba544219926/sw_mc_lib-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-02 21:43:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stormworks-utils",
    "github_project": "sw_mc_lib",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "sw-mc-lib"
}
        
Elapsed time: 0.06287s