This commit is contained in:
François Boulogne 2025-06-25 12:16:11 +02:00
commit 82eff06057
141 changed files with 10910 additions and 0 deletions

28
optifik.egg-info/PKG-INFO Normal file
View file

@ -0,0 +1,28 @@
Metadata-Version: 2.4
Name: optifik
Version: 0.1.0
Summary: Compute film thickness from interferometry
Author-email: François Boulogne <francois.boulogne@cnrs.fr>, Victor Ziapkoff <victor.ziapkoff@universite-paris-saclay.fr>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/votrecompte/votreprojet
Project-URL: Documentation, https://github.com/votrecompte/votreprojet#readme
Project-URL: Repository, https://github.com/sciunto-org/optifik
Project-URL: Issues, https://github.com/sciunto-org/optifik/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.10.0
Requires-Dist: scipy>=1.1.0
Requires-Dist: matplotlib>=1.3.1
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=7.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=2.0; extra == "docs"
Requires-Dist: numpydoc>=1.6; extra == "docs"
Requires-Dist: myst-parser>=2.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=2.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5; extra == "docs"
Requires-Dist: sphinx-design>=0.5; extra == "docs"
Requires-Dist: matplotlib>=3.0; extra == "docs"