pybFoam


NamepybFoam JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summarypython bindings for OpenFOAM
upload_time2025-08-24 08:26:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords openfoam simulation cfd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pybFoam

python bindings for OpenFOAM

currently in the pre-alpha release state


## Installation

requires OpenFOAM of2012 or higher sourced and installed and python 3.7+ (conda is highly recommended) 

```
./build-pybFoam.sh # will install conan zmq oftest
```
## Testsuite

oftest is automatically installed and is run with py.test

```
py.test
```

## Build Documentation (WIP)

The documentation is based on the [Jekyll Documentation Theme](https://idratherbewriting.com/documentation-theme-jekyll/)

```
cd docs
jekyll serve
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pybFoam",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "OpenFOAM, simulation, CFD",
    "author": null,
    "author_email": "Henning Scheufler <henning.scheufler@dlr.de>",
    "download_url": "https://files.pythonhosted.org/packages/3e/ec/ddd0aa37be6954d28994f61fe352522d2552065fb17ca491ac5a8199407d/pybfoam-0.1.0.tar.gz",
    "platform": null,
    "description": "# pybFoam\n\npython bindings for OpenFOAM\n\ncurrently in the pre-alpha release state\n\n\n## Installation\n\nrequires OpenFOAM of2012 or higher sourced and installed and python 3.7+ (conda is highly recommended) \n\n```\n./build-pybFoam.sh # will install conan zmq oftest\n```\n## Testsuite\n\noftest is automatically installed and is run with py.test\n\n```\npy.test\n```\n\n## Build Documentation (WIP)\n\nThe documentation is based on the [Jekyll Documentation Theme](https://idratherbewriting.com/documentation-theme-jekyll/)\n\n```\ncd docs\njekyll serve\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "python bindings for OpenFOAM",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/DLR-RY/pybFoam",
        "Issues": "https://github.com/DLR-RY/pybFoam/issues",
        "Repository": "https://github.com/DLR-RY/pybFoam.git"
    },
    "split_keywords": [
        "openfoam",
        " simulation",
        " cfd"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3eecddd0aa37be6954d28994f61fe352522d2552065fb17ca491ac5a8199407d",
                "md5": "8acf0fdf118d5febfd99ddfa13fa35e2",
                "sha256": "70d0d0e2ec3140f8bd086d1c9f865eba6994f3dbeb9569b6dde9c03c7f43acd4"
            },
            "downloads": -1,
            "filename": "pybfoam-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8acf0fdf118d5febfd99ddfa13fa35e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2291610,
            "upload_time": "2025-08-24T08:26:54",
            "upload_time_iso_8601": "2025-08-24T08:26:54.218008Z",
            "url": "https://files.pythonhosted.org/packages/3e/ec/ddd0aa37be6954d28994f61fe352522d2552065fb17ca491ac5a8199407d/pybfoam-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-24 08:26:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DLR-RY",
    "github_project": "pybFoam",
    "github_not_found": true,
    "lcname": "pybfoam"
}
        
Elapsed time: 2.08526s