XDMFWrite-h5py


NameXDMFWrite-h5py JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/tdegeus/XDMFWrite_h5py
SummaryWrite XDMF files using h5py to open HDF5 file
upload_time2022-12-20 09:07:46
maintainer
docs_urlNone
authorTom de Geus
requires_python
licenseMIT
keywords hdf5 h5py xdmf paraview
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![CI](https://github.com/tdegeus/XDMFWrite_h5py/workflows/CI/badge.svg)](https://github.com/tdegeus/XDMFWrite_h5py/actions)
[![readthedocs](https://readthedocs.org/projects/xdmfwrite_h5py/badge/?version=latest)](https://readthedocs.org/projects/xdmfwrite_h5py/badge/?version=latest)

Module to write XDMF files for HDF5 files. For example:

```python
with h5py.File(root.with_suffix(".h5")) as file, xh.Grid(root.with_suffix(".xdmf")) as xdmf:

    xdmf += xh.Unstructured(file["coor"], file["conn"], "Quadrilateral")
    xdmf += xh.Attribute(file["stress"], "Cell")
```

See
**Documentation: [xdmfwrite-h5py.readthedocs.io](https://xdmfwrite-h5py.readthedocs.io/en/latest/)**
for more information and examples.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tdegeus/XDMFWrite_h5py",
    "name": "XDMFWrite-h5py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "HDF5,h5py,XDMF,Paraview",
    "author": "Tom de Geus",
    "author_email": "tom@geus.me",
    "download_url": "https://files.pythonhosted.org/packages/10/c5/be77ecd11c1d319f9123a28fe26b11d2f22c0d8a90d02732663f4de3dab5/XDMFWrite_h5py-0.2.0.tar.gz",
    "platform": null,
    "description": "[![CI](https://github.com/tdegeus/XDMFWrite_h5py/workflows/CI/badge.svg)](https://github.com/tdegeus/XDMFWrite_h5py/actions)\n[![readthedocs](https://readthedocs.org/projects/xdmfwrite_h5py/badge/?version=latest)](https://readthedocs.org/projects/xdmfwrite_h5py/badge/?version=latest)\n\nModule to write XDMF files for HDF5 files. For example:\n\n```python\nwith h5py.File(root.with_suffix(\".h5\")) as file, xh.Grid(root.with_suffix(\".xdmf\")) as xdmf:\n\n    xdmf += xh.Unstructured(file[\"coor\"], file[\"conn\"], \"Quadrilateral\")\n    xdmf += xh.Attribute(file[\"stress\"], \"Cell\")\n```\n\nSee\n**Documentation: [xdmfwrite-h5py.readthedocs.io](https://xdmfwrite-h5py.readthedocs.io/en/latest/)**\nfor more information and examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Write XDMF files using h5py to open HDF5 file",
    "version": "0.2.0",
    "split_keywords": [
        "hdf5",
        "h5py",
        "xdmf",
        "paraview"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "196c4851ddc87053e83ccabdeee67858",
                "sha256": "889b99e44ca01ffc34da567576468e1dcc1718c3da647ce50593285ac98019ff"
            },
            "downloads": -1,
            "filename": "XDMFWrite_h5py-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "196c4851ddc87053e83ccabdeee67858",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5919,
            "upload_time": "2022-12-20T09:07:44",
            "upload_time_iso_8601": "2022-12-20T09:07:44.563244Z",
            "url": "https://files.pythonhosted.org/packages/e1/fc/3d4573b46922ca13f15f143d01ac3a72fa5206006bcd41362f802aaf2868/XDMFWrite_h5py-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "48c13147a990820e5e223d2da8a43a71",
                "sha256": "02b80133346d102f174dd802a399e411b5de3dddb8c13b7f8faee946872ed987"
            },
            "downloads": -1,
            "filename": "XDMFWrite_h5py-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "48c13147a990820e5e223d2da8a43a71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11431,
            "upload_time": "2022-12-20T09:07:46",
            "upload_time_iso_8601": "2022-12-20T09:07:46.087028Z",
            "url": "https://files.pythonhosted.org/packages/10/c5/be77ecd11c1d319f9123a28fe26b11d2f22c0d8a90d02732663f4de3dab5/XDMFWrite_h5py-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-20 09:07:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tdegeus",
    "github_project": "XDMFWrite_h5py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xdmfwrite-h5py"
}
        
Elapsed time: 0.02244s