Skip to content

About CFDTOOLS

Development

Status PyPi Version

cfdtools is currently mainly developed at ISAE/DAEP for IC3 pre-processing, supervised by J. Gressier. Help and discussion are available on Slack

contributors

  • J. Gressier
  • T. Bridel-Berthomieu (legacy IC3 v2 reader/writer)

Tools

Development workflow is helpfully made with

  • poetry
  • tox and pyenv PyPI pyversions
  • pytest and coverage tools codecov
  • mkdocs and mkdocs-material Doc

Code Style

Black is used to format the code

f-strings

Use " " for messages and ' ' for keywords. Exceptions are accepted if too many escape characters are required.

FAQ