ExecFlowSDK


NameExecFlowSDK JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryOpenModel Wrapper Software Development Kit (SDK).
upload_time2023-02-03 13:55:38
maintainer
docs_urlNone
author
requires_python~=3.9
license
keywords aiida ote oteapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ExecFlow SDK

ExecFlowSDK is designed to accelerate the development of AiiDA/ExecFlow plugins.

The ExecFlowSDK facilitates a fully semantic and seamless integration of third-party tools with ExecFlow, such as external data sources, simulation tools and other knowledge sources. Since ExecFlow is based on AiiDA and exploits the provenance capabilities that AiiDA, the ExecFlowSDK must facilitate storage of data provenance as part of the plugin development (e.g., configuration parameters of a transformation pipeline).

The current version of the SDK include the following main components:

* Integration of OTEAPI pipelines as AiiDA processes.
* Code generation for exporting AiiDA Data Nodes to DLite/SOFT data models to support semantic mappings.
* Workflow generator utility which, based on EMMO Workflows, can generate AiiDA workflows on-the-fly.

The ExecFlowSDK is an expert tool for developers and enrich AiiDA workflows, processes and data with semantics based on EMMO. The SDK is specialized and geared towards working with EMMC embraced technologies for semantic representation, interoperability, and interfaces.

The SDK extends the current AiiDA development process enabling OpenModel to fully utilize the build-in provenance system.

## Build documentation

Searchable HTML Documentation can be generated from the project.
Enable your favourite virtual environment and ensure dependencies are installed:

```shell
pip install -e .[docs]
```

Run sphinx-build from the project folder.
The target folder here is set to `public`.

```shell
sphinx-build docs public
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ExecFlowSDK",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.9",
    "maintainer_email": "",
    "keywords": "AiiDA,OTE,OTEAPI",
    "author": "",
    "author_email": "SINTEF <Team4.0@SINTEF.no>",
    "download_url": "https://files.pythonhosted.org/packages/00/ea/cccc1fb5de916fc49b097c111e8add6d137c1967e9a72a8d98e46336605e/ExecFlowSDK-0.3.0.tar.gz",
    "platform": null,
    "description": "# ExecFlow SDK\n\nExecFlowSDK is designed to accelerate the development of AiiDA/ExecFlow plugins.\n\nThe ExecFlowSDK facilitates a fully semantic and seamless integration of third-party tools with ExecFlow, such as external data sources, simulation tools and other knowledge sources. Since ExecFlow is based on AiiDA and exploits the provenance capabilities that AiiDA, the ExecFlowSDK must facilitate storage of data provenance as part of the plugin development (e.g., configuration parameters of a transformation pipeline).\n\nThe current version of the SDK include the following main components:\n\n* Integration of OTEAPI pipelines as AiiDA processes.\n* Code generation for exporting AiiDA Data Nodes to DLite/SOFT data models to support semantic mappings.\n* Workflow generator utility which, based on EMMO Workflows, can generate AiiDA workflows on-the-fly.\n\nThe ExecFlowSDK is an expert tool for developers and enrich AiiDA workflows, processes and data with semantics based on EMMO. The SDK is specialized and geared towards working with EMMC embraced technologies for semantic representation, interoperability, and interfaces.\n\nThe SDK extends the current AiiDA development process enabling OpenModel to fully utilize the build-in provenance system.\n\n## Build documentation\n\nSearchable HTML Documentation can be generated from the project.\nEnable your favourite virtual environment and ensure dependencies are installed:\n\n```shell\npip install -e .[docs]\n```\n\nRun sphinx-build from the project folder.\nThe target folder here is set to `public`.\n\n```shell\nsphinx-build docs public\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "OpenModel Wrapper Software Development Kit (SDK).",
    "version": "0.3.0",
    "split_keywords": [
        "aiida",
        "ote",
        "oteapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fed4d4600b23626604be9be3754a082aef94736bd8eb0b1c33c20e0bcbefa7be",
                "md5": "16441639dda38029ac8ba3a0c0decde7",
                "sha256": "ab8ee05dfb1a93621217b953c36733d63697168acdacc88b1cec3461d0688fda"
            },
            "downloads": -1,
            "filename": "execflowsdk-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16441639dda38029ac8ba3a0c0decde7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.9",
            "size": 31379,
            "upload_time": "2023-02-03T13:55:36",
            "upload_time_iso_8601": "2023-02-03T13:55:36.815006Z",
            "url": "https://files.pythonhosted.org/packages/fe/d4/d4600b23626604be9be3754a082aef94736bd8eb0b1c33c20e0bcbefa7be/execflowsdk-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00eacccc1fb5de916fc49b097c111e8add6d137c1967e9a72a8d98e46336605e",
                "md5": "0baab5722a7344a34735849a22ab96f4",
                "sha256": "fd409495afc6204b65f99a52be2780225f4afbc36390b38a7479bf7eee357dad"
            },
            "downloads": -1,
            "filename": "ExecFlowSDK-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0baab5722a7344a34735849a22ab96f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.9",
            "size": 521273,
            "upload_time": "2023-02-03T13:55:38",
            "upload_time_iso_8601": "2023-02-03T13:55:38.236508Z",
            "url": "https://files.pythonhosted.org/packages/00/ea/cccc1fb5de916fc49b097c111e8add6d137c1967e9a72a8d98e46336605e/ExecFlowSDK-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 13:55:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "execflowsdk"
}
        
Elapsed time: 0.04489s