Metadata-Version: 2.3
Name: pyfedic_cython
Version: 25.9.2
Summary: Digital Image (2D/3D) Correlation Software - CYTHON module
License: CECILL-2.1
Author: Joël Lachambre
Author-email: joel.lachambre@cnrs.fr
Requires-Python: >=3.9,<3.13
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Documentation, https://sourcesup.renater.fr/www/pyfedic/html
Project-URL: Homepage, https://sourcesup.renater.fr/www/pyfedic/
Description-Content-Type: text/markdown

# pyFEDIC : Digital Image (2D/3D) Correlation Software

pyFEDIC is a DIC software using global approach with finite element shape functions to describe the displacement field. It allows to perform 2D DIC and 3D DIC also called DVC (V stand for volume).

This software is a pure python library and offer a simple command line to run analysis with a few parameters as input.

It can be directly installed using pip:

```console
$ pip install pyfedic
```

For more information, visit https://sourcesup.renater.fr/www/pyfedic/html/index.html


[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8298429.svg)](https://doi.org/10.5281/zenodo.8298429)


