OpenGeode-IO


NameOpenGeode-IO JSON
Version 6.5.1 PyPI version JSON
download
home_pagehttps://github.com/Geode-solutions/OpenGeode-IO
SummaryImplementation of input and output formats for OpenGeode
upload_time2024-03-22 06:07:40
maintainerNone
docs_urlNone
authorGeode-solutions
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">OpenGeode-IO<sup><i>by Geode-solutions</i></sup></h1>
<h3 align="center">Input/Output formats for OpenGeode</h3>

<p align="center">
  <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CI/badge.svg" alt="Build Status">
  <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CD/badge.svg" alt="Deploy Status">
  <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-IO/branch/master/graph/badge.svg" alt="Coverage Status">
  <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg" alt="Version">
  <img src="https://img.shields.io/pypi/v/opengeode-io" alt="PyPI" >
</p>

<p align="center">
  <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
  <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
  <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
</p>

<p align="center">
  <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
  <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
  <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
  <a href="https://opengeode-slack-invite.herokuapp.com">
    <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
  </a>
  <a href="https://doi.org/10.5281/zenodo.3610370">
    <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
  </a>
</p>

---

## Introduction

OpenGeode-IO provides input and output formats for [OpenGeode] models and meshes.

[OpenGeode]: https://github.com/Geode-solutions/OpenGeode

## Documentation

To check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).

Installing OpenGeode-IO is done:

- either, by compiling the C++ source.
- or, by using pip command `pip install OpenGeode-IO` and add `import opengeode_io` in your Python script.

## Questions

For questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #io. The issue list of this repository is exclusively for bug reports and feature requests.

## Changelog

Detailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode-IO/releases).

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright (c) 2019 - 2024, Geode-solutions

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Geode-solutions/OpenGeode-IO",
    "name": "OpenGeode-IO",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Geode-solutions",
    "author_email": "contact@geode-solutions.com",
    "download_url": null,
    "platform": null,
    "description": "<h1 align=\"center\">OpenGeode-IO<sup><i>by Geode-solutions</i></sup></h1>\n<h3 align=\"center\">Input/Output formats for OpenGeode</h3>\n\n<p align=\"center\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode-IO/workflows/CI/badge.svg\" alt=\"Build Status\">\n  <img src=\"https://github.com/Geode-solutions/OpenGeode-IO/workflows/CD/badge.svg\" alt=\"Deploy Status\">\n  <img src=\"https://codecov.io/gh/Geode-solutions/OpenGeode-IO/branch/master/graph/badge.svg\" alt=\"Coverage Status\">\n  <img src=\"https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg\" alt=\"Version\">\n  <img src=\"https://img.shields.io/pypi/v/opengeode-io\" alt=\"PyPI\" >\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success\" alt=\"Windows support\">\n  <img src=\"https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success\" alt=\"Ubuntu support\">\n  <img src=\"https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success\" alt=\"Red Hat support\">\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/badge/C%2B%2B-11-blue.svg\" alt=\"Language\">\n  <img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\">\n  <img src=\"https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\" alt=\"Semantic-release\">\n  <a href=\"https://opengeode-slack-invite.herokuapp.com\">\n    <img src=\"https://opengeode-slack-invite.herokuapp.com/badge.svg\" alt=\"Slack invite\">\n  </a>\n  <a href=\"https://doi.org/10.5281/zenodo.3610370\">\n    <img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg\" alt=\"DOI\">\n  </a>\n</p>\n\n---\n\n## Introduction\n\nOpenGeode-IO provides input and output formats for [OpenGeode] models and meshes.\n\n[OpenGeode]: https://github.com/Geode-solutions/OpenGeode\n\n## Documentation\n\nTo check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).\n\nInstalling OpenGeode-IO is done:\n\n- either, by compiling the C++ source.\n- or, by using pip command `pip install OpenGeode-IO` and add `import opengeode_io` in your Python script.\n\n## Questions\n\nFor questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #io. The issue list of this repository is exclusively for bug reports and feature requests.\n\n## Changelog\n\nDetailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode-IO/releases).\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n\nCopyright (c) 2019 - 2024, Geode-solutions\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Implementation of input and output formats for OpenGeode",
    "version": "6.5.1",
    "project_urls": {
        "Homepage": "https://github.com/Geode-solutions/OpenGeode-IO"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9af2d5f356a8c022d7f59f6efbcde13d87c6fb226e4b4a7e2648d0229f3de6a",
                "md5": "780065096fed5ee23590c5180bf10a95",
                "sha256": "0df0396c2af793f18ef2b5a72b39e9fb42dddc1568697b8912a2f4f293b8ee55"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp310-cp310-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "780065096fed5ee23590c5180bf10a95",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1345924,
            "upload_time": "2024-03-22T06:07:40",
            "upload_time_iso_8601": "2024-03-22T06:07:40.572355Z",
            "url": "https://files.pythonhosted.org/packages/d9/af/2d5f356a8c022d7f59f6efbcde13d87c6fb226e4b4a7e2648d0229f3de6a/OpenGeode_IO-6.5.1-cp310-cp310-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c27b2fd02ea86d06807b193fb03081ff9dfd5321dfce2baa0cb45a4420636819",
                "md5": "3ed8d5470bc6ba77950922639c541a05",
                "sha256": "1a8639aa32fdd9d41bef876db1fc68442c04e93c12431df7b135897ed4897c50"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3ed8d5470bc6ba77950922639c541a05",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1357331,
            "upload_time": "2024-03-22T06:08:14",
            "upload_time_iso_8601": "2024-03-22T06:08:14.000743Z",
            "url": "https://files.pythonhosted.org/packages/c2/7b/2fd02ea86d06807b193fb03081ff9dfd5321dfce2baa0cb45a4420636819/OpenGeode_IO-6.5.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08c1194039e269d27a1473954535c9920c865250ecc86a31cf45e7626f243e40",
                "md5": "1fc70a47f589f518e7aaf808315e2092",
                "sha256": "44656094308887519c87dc71959b67bbfcfb20ac94da78b2f0b57643eeec79f1"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp311-cp311-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1fc70a47f589f518e7aaf808315e2092",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1345979,
            "upload_time": "2024-03-22T06:07:52",
            "upload_time_iso_8601": "2024-03-22T06:07:52.357401Z",
            "url": "https://files.pythonhosted.org/packages/08/c1/194039e269d27a1473954535c9920c865250ecc86a31cf45e7626f243e40/OpenGeode_IO-6.5.1-cp311-cp311-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8da80d1efc3e8c42fb9b77dde7cdcf326ff13111ea2ef35312bd729ae8040292",
                "md5": "9e0b0a14381b6209315dc4f30b8f99d5",
                "sha256": "437eecc6884a231c496223ebfb2e243f74f1c28e3131f513708fba53d5f35050"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9e0b0a14381b6209315dc4f30b8f99d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1357351,
            "upload_time": "2024-03-22T06:08:28",
            "upload_time_iso_8601": "2024-03-22T06:08:28.638036Z",
            "url": "https://files.pythonhosted.org/packages/8d/a8/0d1efc3e8c42fb9b77dde7cdcf326ff13111ea2ef35312bd729ae8040292/OpenGeode_IO-6.5.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0859061854b9bd27cba9edb5754d79bb913557f653e2a48dea7bebdbc86aae3e",
                "md5": "a351249c740ad56a3f54228245761f71",
                "sha256": "44af46e78081a942759ae60bf60936ad14c6d6e3e4cd719be180bbb8d3aabc92"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp38-cp38-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a351249c740ad56a3f54228245761f71",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1345862,
            "upload_time": "2024-03-22T06:07:43",
            "upload_time_iso_8601": "2024-03-22T06:07:43.934434Z",
            "url": "https://files.pythonhosted.org/packages/08/59/061854b9bd27cba9edb5754d79bb913557f653e2a48dea7bebdbc86aae3e/OpenGeode_IO-6.5.1-cp38-cp38-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eedfcbc3946a1e319b57baa23862b87071ad49d1ca29c6f70186c0ce78a1448d",
                "md5": "e4068978950e6ea03b19ef9d9317aecb",
                "sha256": "9414296f09dc2bc10c688a67cb84efc4694dd400f14ca95aa3dfa3ca6bd4eeaa"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e4068978950e6ea03b19ef9d9317aecb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1356914,
            "upload_time": "2024-03-22T06:08:31",
            "upload_time_iso_8601": "2024-03-22T06:08:31.603755Z",
            "url": "https://files.pythonhosted.org/packages/ee/df/cbc3946a1e319b57baa23862b87071ad49d1ca29c6f70186c0ce78a1448d/OpenGeode_IO-6.5.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cbbd75a1f9e5053fcbe2c9856534234f5d787b53abf856e62045d40692bf727",
                "md5": "d07a875ebfa9ca23929a042a7ae6e1c8",
                "sha256": "02971435f1ab33007dee2860955b85471d30e14befe64048702e5bfd5f2ab772"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp39-cp39-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d07a875ebfa9ca23929a042a7ae6e1c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1346360,
            "upload_time": "2024-03-22T06:07:45",
            "upload_time_iso_8601": "2024-03-22T06:07:45.556208Z",
            "url": "https://files.pythonhosted.org/packages/3c/bb/d75a1f9e5053fcbe2c9856534234f5d787b53abf856e62045d40692bf727/OpenGeode_IO-6.5.1-cp39-cp39-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3b4ca0104cdae246cf41c8d99966ad03e91d851ec1f62cf1c7ece5c953b3e83",
                "md5": "ddf207fa44f29b4ae71a1a7bcdfd82fd",
                "sha256": "bd68ba2396b6252ec51db28ea8472e7acca57dbec7215d48e6a4ef42a245f158"
            },
            "downloads": -1,
            "filename": "OpenGeode_IO-6.5.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ddf207fa44f29b4ae71a1a7bcdfd82fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1356462,
            "upload_time": "2024-03-22T06:08:30",
            "upload_time_iso_8601": "2024-03-22T06:08:30.116153Z",
            "url": "https://files.pythonhosted.org/packages/f3/b4/ca0104cdae246cf41c8d99966ad03e91d851ec1f62cf1c7ece5c953b3e83/OpenGeode_IO-6.5.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 06:07:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Geode-solutions",
    "github_project": "OpenGeode-IO",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "opengeode-io"
}
        
Elapsed time: 0.22424s