icoco


Nameicoco JSON
Version 0.0.16 PyPI version JSON
download
home_pagehttps://github.com/code-coupling/ICoCo-python
SummaryICoCo Python implementation
upload_time2023-11-20 14:28:52
maintainer
docs_urlNone
authorR. Lenain
requires_python>=3.6, <4
license
keywords couping medcoupling salome c3po
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # ICoCo API - Version 2 (02/2021)

**WARNING: This API should not be changed!!**

See https://github.com/cea-trust-platform/icoco-coupling for full reference.

ICoCo stands for **Interface for Code Coupling**. This is a norm that a code may choose
to implement to facilitate its coupling with other ICoCo-compliant codes.

Practically ICoCo is provided as a main abstract C++ class (ICoCo::Problem) that a code has
to derive to implement the norm. This can be only a partial implementation as some methods
are not relevant to all the codes (especially the I/O methods of the API).

The API rely on ICoCo::MEDDoubleField and ICoCo::MEDIntField for some of the field exchange
methods. An implementation for those is provided by the SALOME MEDCoupling library
(version 9.7+)

This package implements the abstract class {class}`icoco.problem.Problem` in Python following the
specifications of the c++ version.

The Python implementation proposed is based on {mod}`medcoupling` implementation for fields and {mod}`mpi4py` for MPI
communication. Nevertheless, it is possible to use other implementation of such concepts within this
package.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/code-coupling/ICoCo-python",
    "name": "icoco",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "couping,medcoupling,salome,c3po",
    "author": "R. Lenain",
    "author_email": "roland.lenain@cea.fr",
    "download_url": "https://files.pythonhosted.org/packages/4c/e1/7846352d24f326575545fa08edd52341240e91ada8756803683b02f47f6a/icoco-0.0.16.tar.gz",
    "platform": null,
    "description": "# ICoCo API - Version 2 (02/2021)\n\n**WARNING: This API should not be changed!!**\n\nSee https://github.com/cea-trust-platform/icoco-coupling for full reference.\n\nICoCo stands for **Interface for Code Coupling**. This is a norm that a code may choose\nto implement to facilitate its coupling with other ICoCo-compliant codes.\n\nPractically ICoCo is provided as a main abstract C++ class (ICoCo::Problem) that a code has\nto derive to implement the norm. This can be only a partial implementation as some methods\nare not relevant to all the codes (especially the I/O methods of the API).\n\nThe API rely on ICoCo::MEDDoubleField and ICoCo::MEDIntField for some of the field exchange\nmethods. An implementation for those is provided by the SALOME MEDCoupling library\n(version 9.7+)\n\nThis package implements the abstract class {class}`icoco.problem.Problem` in Python following the\nspecifications of the c++ version.\n\nThe Python implementation proposed is based on {mod}`medcoupling` implementation for fields and {mod}`mpi4py` for MPI\ncommunication. Nevertheless, it is possible to use other implementation of such concepts within this\npackage.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ICoCo Python implementation",
    "version": "0.0.16",
    "project_urls": {
        "Bug Reports": "https://github.com/code-coupling/ICoCo-python/issues",
        "Doc": "https://icoco-python.readthedocs.io/en/latest/index.html",
        "Homepage": "https://github.com/code-coupling/ICoCo-python",
        "Source": "https://github.com/code-coupling/ICoCo-python"
    },
    "split_keywords": [
        "couping",
        "medcoupling",
        "salome",
        "c3po"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3de68355046883fd2a345f4dbdb8f34790c1f67209f894ecd7c18381dfce63d2",
                "md5": "f19d421e7e11538197cd2f6668cd1569",
                "sha256": "ef1c449c82cd8026231ee0d363160a37fbe7039b4529aba3ca890b53ee6f5d33"
            },
            "downloads": -1,
            "filename": "icoco-0.0.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f19d421e7e11538197cd2f6668cd1569",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 23313,
            "upload_time": "2023-11-20T14:28:50",
            "upload_time_iso_8601": "2023-11-20T14:28:50.465306Z",
            "url": "https://files.pythonhosted.org/packages/3d/e6/8355046883fd2a345f4dbdb8f34790c1f67209f894ecd7c18381dfce63d2/icoco-0.0.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ce17846352d24f326575545fa08edd52341240e91ada8756803683b02f47f6a",
                "md5": "57f6085cc31191a7d14f97e1c4bbc105",
                "sha256": "40bc669977de1ba37cd1ddde7503a5cd6181650f9fff3b4f6eeebd04bec4b5cb"
            },
            "downloads": -1,
            "filename": "icoco-0.0.16.tar.gz",
            "has_sig": false,
            "md5_digest": "57f6085cc31191a7d14f97e1c4bbc105",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 24784,
            "upload_time": "2023-11-20T14:28:52",
            "upload_time_iso_8601": "2023-11-20T14:28:52.041608Z",
            "url": "https://files.pythonhosted.org/packages/4c/e1/7846352d24f326575545fa08edd52341240e91ada8756803683b02f47f6a/icoco-0.0.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-20 14:28:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "code-coupling",
    "github_project": "ICoCo-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "icoco"
}
        
Elapsed time: 0.23420s