MachSysS


NameMachSysS JSON
Version 0.6.10 PyPI version JSON
download
home_pagehttps://github.com/SINTEF/FEEMS
SummaryMachinery System Structure for interface
upload_time2024-12-17 08:35:10
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/3f/7d/88f49a520ae9e96b7f9afc88b2a7ad24efc3530ab901a3e0a838655a1095/machsyss-0.6.10.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.6.10",
    "project_urls": {
        "Homepage": "https://github.com/SINTEF/FEEMS"
    },
    "split_keywords": [
        "feems",
        "protobuf",
        "system",
        "structure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a84aec1087ea04bf9d3eec3da5090fb7870d526352e85b1d2b1e6f50962bbd3c",
                "md5": "065e56de12535a010ef89d8a99eac142",
                "sha256": "5ce08286cc4a13849f4f84ef5aa67ff7f63eed4016e056b13c4d63cb79ada043"
            },
            "downloads": -1,
            "filename": "MachSysS-0.6.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "065e56de12535a010ef89d8a99eac142",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 44853,
            "upload_time": "2024-12-17T08:35:08",
            "upload_time_iso_8601": "2024-12-17T08:35:08.140340Z",
            "url": "https://files.pythonhosted.org/packages/a8/4a/ec1087ea04bf9d3eec3da5090fb7870d526352e85b1d2b1e6f50962bbd3c/MachSysS-0.6.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f7d88f49a520ae9e96b7f9afc88b2a7ad24efc3530ab901a3e0a838655a1095",
                "md5": "6d4061fb5fbb81efd717e2c2befa3cdf",
                "sha256": "9920dd67a713b20f34119c1469c07ad375df5fd52d27a2ef4d175e1b6643be4d"
            },
            "downloads": -1,
            "filename": "machsyss-0.6.10.tar.gz",
            "has_sig": false,
            "md5_digest": "6d4061fb5fbb81efd717e2c2befa3cdf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 40809,
            "upload_time": "2024-12-17T08:35:10",
            "upload_time_iso_8601": "2024-12-17T08:35:10.706458Z",
            "url": "https://files.pythonhosted.org/packages/3f/7d/88f49a520ae9e96b7f9afc88b2a7ad24efc3530ab901a3e0a838655a1095/machsyss-0.6.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 08:35:10",
    "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: 0.73892s