zero-mech


Namezero-mech JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA zero-dimensional mechanics solver
upload_time2025-02-17 18:24:52
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords mechanics 0d
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ZeroMech - A 0D mechanics simulator

In this repo we implement simple 0D mechanics simulator.

## Install
You can install the package with python
```
python3 -m pip install zero-mech
```

## Quick start
Check of the [documentation](https://computationalphysiology.github.io/zero-mech/) for examples on how to use the simulator.


## License
MIT

## Author
- Henrik Finsberg

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zero-mech",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "mechanics, 0D",
    "author": null,
    "author_email": "Henrik Finsberg <henriknf@simula.no>",
    "download_url": "https://files.pythonhosted.org/packages/d8/cc/fc351d8bda36256f3d9691318d1704834ae3393eb07ca2a58d5aaf39848b/zero_mech-0.1.0.tar.gz",
    "platform": null,
    "description": "# ZeroMech - A 0D mechanics simulator\n\nIn this repo we implement simple 0D mechanics simulator.\n\n## Install\nYou can install the package with python\n```\npython3 -m pip install zero-mech\n```\n\n## Quick start\nCheck of the [documentation](https://computationalphysiology.github.io/zero-mech/) for examples on how to use the simulator.\n\n\n## License\nMIT\n\n## Author\n- Henrik Finsberg\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A zero-dimensional mechanics solver",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/ComputationalPhysiology/zero-mech"
    },
    "split_keywords": [
        "mechanics",
        " 0d"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "894ee820b7a89aa998f2f3de2fee3d611c58ec4aa0a797808e8ba5fc5fa25fea",
                "md5": "9517cc289ad9114ff12131dc331590b8",
                "sha256": "60533fb5816f92d99a0a69b9fa670c2299a450d7f9d725f80507457e0c9c1ad2"
            },
            "downloads": -1,
            "filename": "zero_mech-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9517cc289ad9114ff12131dc331590b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7896,
            "upload_time": "2025-02-17T18:24:49",
            "upload_time_iso_8601": "2025-02-17T18:24:49.871615Z",
            "url": "https://files.pythonhosted.org/packages/89/4e/e820b7a89aa998f2f3de2fee3d611c58ec4aa0a797808e8ba5fc5fa25fea/zero_mech-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8ccfc351d8bda36256f3d9691318d1704834ae3393eb07ca2a58d5aaf39848b",
                "md5": "496df3ad4e8e0e465e5ccb1c53952958",
                "sha256": "3da22bd4ca7ff6bff4065d47d457105d0e4a9a8755560d1d856112180e2cfbd2"
            },
            "downloads": -1,
            "filename": "zero_mech-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "496df3ad4e8e0e465e5ccb1c53952958",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8282,
            "upload_time": "2025-02-17T18:24:52",
            "upload_time_iso_8601": "2025-02-17T18:24:52.119393Z",
            "url": "https://files.pythonhosted.org/packages/d8/cc/fc351d8bda36256f3d9691318d1704834ae3393eb07ca2a58d5aaf39848b/zero_mech-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-17 18:24:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ComputationalPhysiology",
    "github_project": "zero-mech",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "zero-mech"
}
        
Elapsed time: 4.01624s