MachSysS


NameMachSysS JSON
Version 0.6.5 PyPI version JSON
download
home_pagehttps://github.com/SINTEF/FEEMS
SummaryMachinery System Structure for interface
upload_time2024-04-09 12:54:29
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/8a/6c/2206e8c85966f32177bd1435cae7fe0f58219a64f55b96ae63545495e96a/MachSysS-0.6.5.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.5",
    "project_urls": {
        "Homepage": "https://github.com/SINTEF/FEEMS"
    },
    "split_keywords": [
        "feems",
        "protobuf",
        "system",
        "structure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc974a42dba090e981138d96e52eec2126a97a3b5f805ecfacdd0201fc248025",
                "md5": "5a7a655d5811bd7d2f4a440e36e24181",
                "sha256": "3f325cba4adabc098d81ec03d809f0b92faf78c3ec0f05d2bb2bccb6b15d10e9"
            },
            "downloads": -1,
            "filename": "MachSysS-0.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a7a655d5811bd7d2f4a440e36e24181",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 44478,
            "upload_time": "2024-04-09T12:54:27",
            "upload_time_iso_8601": "2024-04-09T12:54:27.201941Z",
            "url": "https://files.pythonhosted.org/packages/bc/97/4a42dba090e981138d96e52eec2126a97a3b5f805ecfacdd0201fc248025/MachSysS-0.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a6c2206e8c85966f32177bd1435cae7fe0f58219a64f55b96ae63545495e96a",
                "md5": "0a4e01e4c684d0593c9641f99e14c79b",
                "sha256": "6d9d12259e62e179b9c9816b99391924369d03561ca06f5a0bfa83183ba8f2e3"
            },
            "downloads": -1,
            "filename": "MachSysS-0.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0a4e01e4c684d0593c9641f99e14c79b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 40139,
            "upload_time": "2024-04-09T12:54:29",
            "upload_time_iso_8601": "2024-04-09T12:54:29.025965Z",
            "url": "https://files.pythonhosted.org/packages/8a/6c/2206e8c85966f32177bd1435cae7fe0f58219a64f55b96ae63545495e96a/MachSysS-0.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 12:54:29",
    "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": []
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "machsyss"
}
        
Elapsed time: 0.22207s