simapy


Namesimapy JSON
Version 4.8.0 PyPI version JSON
download
home_pagehttps://github.com/SINTEF/simapy
SummaryPython utilities for SIMA
upload_time2024-08-30 07:46:57
maintainerNone
docs_urlNone
authorSINTEF Ocean
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            SIMAPy - Python utilities for SIMA
=================================================================

This Python library can be used to interact with [SIMA](https://sima.sintef.no)

Parts of the library is generated from [data models](https://github.com/SINTEF/sima-dmt-models) using a [Python code generator](https://github.com/SINTEF/dmt-gen-py)

Please examine the tests for ways to interact

Also check out the examples in [simapy-examples](https://github.com/SINTEF/simapy-examples)

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install simapy.

```bash
pip install simapy
```

## Dependencies

* [DMTPY](https://github.com/SINTEF/dmtpy)

## Authors

* **Lasse Bjermeland** - [lassebje](https://github.com/lassebje)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SINTEF/simapy",
    "name": "simapy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "SINTEF Ocean",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/de/3e/69dbceb8fe4465ba121bba319d5ab5f526b1864aadcab75cc7c7b0e80a6c/simapy-4.8.0.tar.gz",
    "platform": null,
    "description": "SIMAPy - Python utilities for SIMA\n=================================================================\n\nThis Python library can be used to interact with [SIMA](https://sima.sintef.no)\n\nParts of the library is generated from [data models](https://github.com/SINTEF/sima-dmt-models) using a [Python code generator](https://github.com/SINTEF/dmt-gen-py)\n\nPlease examine the tests for ways to interact\n\nAlso check out the examples in [simapy-examples](https://github.com/SINTEF/simapy-examples)\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install simapy.\n\n```bash\npip install simapy\n```\n\n## Dependencies\n\n* [DMTPY](https://github.com/SINTEF/dmtpy)\n\n## Authors\n\n* **Lasse Bjermeland** - [lassebje](https://github.com/lassebje)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python utilities for SIMA",
    "version": "4.8.0",
    "project_urls": {
        "Homepage": "https://github.com/SINTEF/simapy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10674ebe20dcbbd49365d07b693ce935f8eaad342322e1d6a19ef0672f4c2c9c",
                "md5": "4df2b09044498e3129f2c32821709f9b",
                "sha256": "5e4c327b136a7b7ac41a72c5d00f3f86baf57d31919515e8aa6ad11ccf82db7d"
            },
            "downloads": -1,
            "filename": "simapy-4.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4df2b09044498e3129f2c32821709f9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2048684,
            "upload_time": "2024-08-30T07:46:56",
            "upload_time_iso_8601": "2024-08-30T07:46:56.473743Z",
            "url": "https://files.pythonhosted.org/packages/10/67/4ebe20dcbbd49365d07b693ce935f8eaad342322e1d6a19ef0672f4c2c9c/simapy-4.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de3e69dbceb8fe4465ba121bba319d5ab5f526b1864aadcab75cc7c7b0e80a6c",
                "md5": "9d892efce5e176c40e5814c15072e86f",
                "sha256": "b4deec34f8eacf9c76c5412a2fd5ec6f7a4e15e603cc6a3ab3d5c83472bc862e"
            },
            "downloads": -1,
            "filename": "simapy-4.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9d892efce5e176c40e5814c15072e86f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 676469,
            "upload_time": "2024-08-30T07:46:57",
            "upload_time_iso_8601": "2024-08-30T07:46:57.878080Z",
            "url": "https://files.pythonhosted.org/packages/de/3e/69dbceb8fe4465ba121bba319d5ab5f526b1864aadcab75cc7c7b0e80a6c/simapy-4.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 07:46:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SINTEF",
    "github_project": "simapy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "simapy"
}
        
Elapsed time: 0.34103s