Metadata-Version: 2.4
Name: pysdic
Version: 0.1.3
Summary: Python Stereo Digital Image Correlation Toolbox.
Author-email: Artezaru <artezaru.github@proton.me>
License: Copyright 2025 Artezaru
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
Project-URL: Homepage, https://github.com/Artezaru/pysdic
Project-URL: Documentation, https://Artezaru.github.io/pysdic
Project-URL: Source, https://github.com/Artezaru/pysdic
Project-URL: Tracker, https://github.com/Artezaru/pysdic/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24.0
Requires-Dist: py3dframe>=0.2.5
Requires-Dist: meshio>=5.3.0
Requires-Dist: pyvista>=0.46.3
Requires-Dist: scipy>=1.10.0
Requires-Dist: opencv-python-headless>=4.12.0
Requires-Dist: open3d>=0.19.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: pycvcam>=1.5.0
Provides-Extra: dev
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: pydata-sphinx-theme; extra == "dev"
Requires-Dist: numpydoc; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: setuptools-scm; extra == "dev"
Dynamic: license-file

# pysdic

## Description

Python Stereo Digital Image Correlation Toolbox.

## Authors

- Artezaru <artezaru.github@proton.me>

- **Git Plateform**: https://github.com/Artezaru/pysdic.git
- **Online Documentation**: https://Artezaru.github.io/pysdic

## Installation

Install with pip

```
pip install pysdic
```

```
pip install git+https://github.com/Artezaru/pysdic.git
```

Clone with git

```
git clone https://github.com/Artezaru/pysdic.git
```

## License

Copyright 2025 Artezaru

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



