Metadata-Version: 2.4
Name: scanner3d_validation
Version: 0.2.2
Summary: Scanner3D validation tool
Author-email: Anton Sharapov <sharapov.anton@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/SharapovAnton/scanner3d_validation
Project-URL: Source, https://github.com/SharapovAnton/scanner3d_validation
Project-URL: Issues, https://github.com/SharapovAnton/scanner3_validation/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.23
Requires-Dist: allytools>=0.7.0
Requires-Dist: dimetra>=0.1.0
Requires-Dist: geopto>=0.2.0
Requires-Dist: imagera>=0.4.1
Requires-Dist: lensguild>=0.6.0
Requires-Dist: zempy>=0.6.1
Requires-Dist: isensor>=0.3.0
Requires-Dist: gosti>=0.5.0
Requires-Dist: zemod>=0.1.0
Requires-Dist: scanner3d>=0.6.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# PythonLibs

A.Sharapov Python libraries

---

## 🚀 Features


---

## 📦 Installation

```bash
1️⃣  From the `scanner3dtest` folder create and activate a virtual environment (if not created yet)

2️⃣  Install the package in editable mode:
pip install -e .

3️⃣  To quickly see how all demo modules work, you can run the combined demo launcher:
python run_all_demos.py
