cfdtools


Namecfdtools JSON
Version 0.5.4 PyPI version JSON
download
home_page
SummaryTools for mesh and solution management in CFD
upload_time2024-02-07 14:47:00
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 Jérémie GRESSIER Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            cfdtools
-----

[![PyPi Version](https://img.shields.io/pypi/v/cfdtools.svg?style=flat)](https://pypi.org/project/cfdtools)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/cfdtools.svg?style=flat)](https://pypi.org/pypi/cfdtools/)
[![GitHub stars](https://img.shields.io/github/stars/jgressier/cfdtools.svg?style=flat&logo=github&label=Stars&logoColor=white)](https://github.com/jgressier/cfdtools)
[![PyPi downloads](https://img.shields.io/pypi/dm/cfdtools.svg?style=flat)](https://pypistats.org/packages/cfdtools)
[![codecov](https://img.shields.io/codecov/c/github/jgressier/cfdtools.svg?style=flat)](https://codecov.io/gh/jgressier/cfdtools)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d32cf67a5fa242c88bb1568277f1d60e)](https://app.codacy.com/gh/jgressier/cfdtools/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Doc](https://readthedocs.org/projects/cfdtools/badge/?version=latest)](https://readthedocs.org/projects/cfdtools/)
[![Slack](https://img.shields.io/static/v1?logo=slack&label=slack&message=contact&style=flat)](https://join.slack.com/t/isae-opendev/shared_invite/zt-obqywf6r-UUuHR4_hc5iTzyL5bFCwpw
)

### Features

- readers: IC3, VTK, GMSH, CGNS
- writers: IC3, VTK
- generic options for command line writers: extrusion
- generic format command line: `cfdinfo`
- specific IC3 command line: `ic3brief`
- specific VTK command line: `vtkbrief`, `vtkpack`

### Installation and usage

```bash
pip install cfdtools
```

### Requirements

see [requirements.txt](https://github.com/jgressier/cfdtools/blob/master/requirements.txt)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cfdtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "\"J. Gressier\" <jeremie.gressier@isae-supaero.fr>",
    "download_url": "https://files.pythonhosted.org/packages/04/de/51c6bf26cf1c4b9dd55ed74f96517d5b00e69bcdb57153c990a9b1cfaba2/cfdtools-0.5.4.tar.gz",
    "platform": null,
    "description": "cfdtools\n-----\n\n[![PyPi Version](https://img.shields.io/pypi/v/cfdtools.svg?style=flat)](https://pypi.org/project/cfdtools)\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/cfdtools.svg?style=flat)](https://pypi.org/pypi/cfdtools/)\n[![GitHub stars](https://img.shields.io/github/stars/jgressier/cfdtools.svg?style=flat&logo=github&label=Stars&logoColor=white)](https://github.com/jgressier/cfdtools)\n[![PyPi downloads](https://img.shields.io/pypi/dm/cfdtools.svg?style=flat)](https://pypistats.org/packages/cfdtools)\n[![codecov](https://img.shields.io/codecov/c/github/jgressier/cfdtools.svg?style=flat)](https://codecov.io/gh/jgressier/cfdtools)\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d32cf67a5fa242c88bb1568277f1d60e)](https://app.codacy.com/gh/jgressier/cfdtools/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Doc](https://readthedocs.org/projects/cfdtools/badge/?version=latest)](https://readthedocs.org/projects/cfdtools/)\n[![Slack](https://img.shields.io/static/v1?logo=slack&label=slack&message=contact&style=flat)](https://join.slack.com/t/isae-opendev/shared_invite/zt-obqywf6r-UUuHR4_hc5iTzyL5bFCwpw\n)\n\n### Features\n\n- readers: IC3, VTK, GMSH, CGNS\n- writers: IC3, VTK\n- generic options for command line writers: extrusion\n- generic format command line: `cfdinfo`\n- specific IC3 command line: `ic3brief`\n- specific VTK command line: `vtkbrief`, `vtkpack`\n\n### Installation and usage\n\n```bash\npip install cfdtools\n```\n\n### Requirements\n\nsee [requirements.txt](https://github.com/jgressier/cfdtools/blob/master/requirements.txt)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 J\u00e9r\u00e9mie GRESSIER  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Tools for mesh and solution management in CFD",
    "version": "0.5.4",
    "project_urls": {
        "Documentation": "https://cfdtools.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/jgressier/cfdtools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2578406f55ab78936babdcf2afdca4921a84a06926f27b7493607bac6c1d7e19",
                "md5": "8447fbe0a238614e5baa8cea7239e460",
                "sha256": "c1e9a09c2b7b87e38d16555fce0101f4417ddc19e1b73ae5ecbee27fb0a085e6"
            },
            "downloads": -1,
            "filename": "cfdtools-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8447fbe0a238614e5baa8cea7239e460",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 64008,
            "upload_time": "2024-02-07T14:46:58",
            "upload_time_iso_8601": "2024-02-07T14:46:58.786442Z",
            "url": "https://files.pythonhosted.org/packages/25/78/406f55ab78936babdcf2afdca4921a84a06926f27b7493607bac6c1d7e19/cfdtools-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04de51c6bf26cf1c4b9dd55ed74f96517d5b00e69bcdb57153c990a9b1cfaba2",
                "md5": "a00367436d9341417151640f459c31dd",
                "sha256": "1a0c70b321eb76234a62fe83302dbc20a2e5add972d7edfb942a4ffd19e01906"
            },
            "downloads": -1,
            "filename": "cfdtools-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a00367436d9341417151640f459c31dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 60006,
            "upload_time": "2024-02-07T14:47:00",
            "upload_time_iso_8601": "2024-02-07T14:47:00.738789Z",
            "url": "https://files.pythonhosted.org/packages/04/de/51c6bf26cf1c4b9dd55ed74f96517d5b00e69bcdb57153c990a9b1cfaba2/cfdtools-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 14:47:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jgressier",
    "github_project": "cfdtools",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "cfdtools"
}
        
Elapsed time: 0.35003s