MachSysS


NameMachSysS JSON
Version 0.7.2 PyPI version JSON
download
home_pagehttps://github.com/SINTEF/FEEMS
SummaryMachinery System Structure for interface
upload_time2025-02-18 13:09:49
maintainerNone
docs_urlNone
authorKevin Koosup Yum
requires_python>=3.10
licenseApache Software License 2.0
keywords feems protobuf system structure
VCS
bugtrack_url
requirements pandas numpy scipy protobuf pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Creating python classes for protobuf
```
protoc -I=proto --python_out=system_structure/proto proto/system_structure.proto
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SINTEF/FEEMS",
    "name": "MachSysS",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "FEEMS protobuf system structure",
    "author": "Kevin Koosup Yum",
    "author_email": "kevinkoosup.yum@sintef.no",
    "download_url": "https://files.pythonhosted.org/packages/6e/cd/2a331ebeae22daf80851b80ec38c0639d702f0dfd5677b7ed33cb4753b9b/machsyss-0.7.2.tar.gz",
    "platform": null,
    "description": "# Creating python classes for protobuf\n```\nprotoc -I=proto --python_out=system_structure/proto proto/system_structure.proto\n```\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Machinery System Structure for interface",
    "version": "0.7.2",
    "project_urls": {
        "Homepage": "https://github.com/SINTEF/FEEMS"
    },
    "split_keywords": [
        "feems",
        "protobuf",
        "system",
        "structure"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d5255bbce592e5cb59cbfa3b53b82a9db7987dccce7a71bb334fffc60341c638",
                "md5": "6bab716b2b7ef78c030eab3fe0c111e8",
                "sha256": "e8447351183a6881d427b99a8d3ab8f998bcb5ac63cab0978ccf0848e667cb7d"
            },
            "downloads": -1,
            "filename": "MachSysS-0.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bab716b2b7ef78c030eab3fe0c111e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 45359,
            "upload_time": "2025-02-18T13:09:47",
            "upload_time_iso_8601": "2025-02-18T13:09:47.504501Z",
            "url": "https://files.pythonhosted.org/packages/d5/25/5bbce592e5cb59cbfa3b53b82a9db7987dccce7a71bb334fffc60341c638/MachSysS-0.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ecd2a331ebeae22daf80851b80ec38c0639d702f0dfd5677b7ed33cb4753b9b",
                "md5": "e2f3648c0224a830cc80754783308d34",
                "sha256": "49d68888fc6e0e1ae46c1b0f4cec7041b1f14368484fef0855f2c4513c147510"
            },
            "downloads": -1,
            "filename": "machsyss-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e2f3648c0224a830cc80754783308d34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 41363,
            "upload_time": "2025-02-18T13:09:49",
            "upload_time_iso_8601": "2025-02-18T13:09:49.599336Z",
            "url": "https://files.pythonhosted.org/packages/6e/cd/2a331ebeae22daf80851b80ec38c0639d702f0dfd5677b7ed33cb4753b9b/machsyss-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-18 13:09:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SINTEF",
    "github_project": "FEEMS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "protobuf",
            "specs": [
                [
                    "~=",
                    "4.21.12"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "machsyss"
}
        
Elapsed time: 1.15921s