{"id":22127503,"url":"https://github.com/fluiddyn/fluidfoam","last_synced_at":"2025-05-15T19:07:47.064Z","repository":{"id":39342677,"uuid":"117723151","full_name":"fluiddyn/fluidfoam","owner":"fluiddyn","description":"OpenFoam postprocessing python tool","archived":false,"fork":false,"pushed_at":"2025-03-29T15:30:21.000Z","size":49749,"stargazers_count":170,"open_issues_count":0,"forks_count":52,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-12T14:15:49.987Z","etag":null,"topics":["cfd","openfoam","postprocessing","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluiddyn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-16T18:22:50.000Z","updated_at":"2025-04-11T22:06:05.000Z","dependencies_parsed_at":"2025-04-12T13:58:04.000Z","dependency_job_id":null,"html_url":"https://github.com/fluiddyn/fluidfoam","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluiddyn%2Ffluidfoam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluiddyn%2Ffluidfoam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluiddyn%2Ffluidfoam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluiddyn%2Ffluidfoam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluiddyn","download_url":"https://codeload.github.com/fluiddyn/fluidfoam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254404356,"owners_count":22065641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cfd","openfoam","postprocessing","python"],"created_at":"2024-12-01T17:19:11.241Z","updated_at":"2025-05-15T19:07:47.058Z","avatar_url":"https://github.com/fluiddyn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"fluidfoam\n=========\n\n[![release](https://img.shields.io/pypi/v/fluidfoam.svg)](https://pypi.python.org/pypi/fluidfoam/)\n[![docs](https://readthedocs.org/projects/fluidfoam/badge/?version=latest)](http://fluidfoam.readthedocs.org)\n[![Github-action](https://github.com/fluiddyn/fluidfoam/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/fluiddyn/fluidfoam/actions)\n[![coverage](https://codecov.io/gh/fluiddyn/fluidfoam/branch/master/graph/badge.svg)](https://codecov.io/gh/fluiddyn/fluidfoam/branch/master/)\n\nThe fluidfoam package provides Python classes useful to perform some plot with OpenFoam data.\n\nWhat is this repository for?\n----------------------------\n\n* Openfoam Tools\n* Version : 0.2.9\n* Supported OpenFoam Versions : 2.4.0, 4.1 to 9, v1712plus to latest\n* Supported Python Versions : \u003e= 3.8\n\nDocumentation and Examples\n--------------------------\n\n[http://fluidfoam.readthedocs.org](http://fluidfoam.readthedocs.org\u003e)\n\nDeployment instructions\n-----------------------\n\nThe simplest way to install fluidfoam is by using pip::\n\n  `pip install fluidfoam --user`\n\nYou can get the source code from [github](https://github.com/fluiddyn/fluidfoam\u003e)\nor from [the Python Package Index](https://pypi.python.org/pypi/fluidfoam/).\n\nThe development mode is often useful. From the fluidfoam directory, run::\n\n  `python3 -m pip install --editable . --user`\n  \nOr if you are using a virtual environment, run::\n\n  `python3 -m pip install --editable .`\n\nCommitting instructions (in development mode)\n---------------------------------------------\n\nA good starting point is to follow this [forking tutorial](https://guides.github.com/activities/forking/).\n\nTo clone your fork of fluidfoam repository::\n\n  `git clone https://github.com/your_username/fluidfoam`\n  \nTo get the status of the repository::\n\n  `git status`\n\nIn case of new/modified file(s)::\n\n  `git add new_file`\n\nTo commit a revision on the local repository::\n\n  `git commit -m \"comment on the revision\"`\n\nTo push the revision on your github fluidfoam repository::\n\n  `git push`\n\nTo propose your changes into the main fluidfoam project, follow again the [forking tutorial](https://guides.github.com/activities/forking/).\n\nExample Usage\n-------------\n\n* https://sedfoam.github.io\n\nCore Developers\n---------------\n\n* Cyrille.Bonamy@univ-grenoble-alpes.fr\n\nOther Contributors\n------------------\n\n* Julien.Chauchat@univ-grenoble-alpes.fr\n* amathieu@udel.edu\n* Remi.Chassagne@univ-grenoble-alpes.fr\n* Quentin.Clemencot@univ-grenoble-alpes.fr\n* Matthias.Renaud@univ-grenoble-alpes.fr\n* Alban.Gilletta.De.Saint.Joseph@france-energies-marines.org\n* Gabriel Goncalves\n\nEmeritus Core Developers\n------------------------\n\n* Pierre.Augier@legi.cnrs.fr\n\nEmeritus Developers\n------------------------\n\n* Guillaume.Maurice@univ-grenoble-alpes.fr\n* Tim.Nagel@legi.cnrs.fr\n\nLicense\n-------\n\nfluidfoam is distributed under the GNU General Public License v3 (GPLv3 or newer).\n\n.. _GPLv3: https://www.gnu.org/licenses/gpl-3.0.en.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluiddyn%2Ffluidfoam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluiddyn%2Ffluidfoam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluiddyn%2Ffluidfoam/lists"}