Metadata-Version: 2.4
Name: datalab-platform
Version: 0.0.1.dev0
Summary: DataLab is a data processing and analysis software for scientific and industrial applications
Author-email: Pierre Raybaut <p.raybaut@codra.fr>
Maintainer-email: DataLab Platform Developers <p.raybaut@codra.fr>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://datalab-platform.com/
Project-URL: Documentation, https://datalab-platform.com/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Widget Sets
Requires-Python: <4,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sigima
Requires-Dist: PlotPy>=2.7.4
Requires-Dist: psutil>=5.7
Provides-Extra: qt
Requires-Dist: PyQt5; extra == "qt"
Provides-Extra: opencv
Requires-Dist: opencv-python-headless>=4.5; extra == "opencv"
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: Coverage; extra == "dev"
Requires-Dist: pyinstaller>=6.0; extra == "dev"
Provides-Extra: doc
Requires-Dist: PyQt5; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx_intl; extra == "doc"
Requires-Dist: sphinx-sitemap; extra == "doc"
Requires-Dist: myst_parser; extra == "doc"
Requires-Dist: sphinx_design; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-xvfb; extra == "test"
Dynamic: license-file

# datalab-platform

Placeholder for the future 'datalab-platform' package, which will include the graphical interface and plugins of the DataLab application.

This package name is reserved for future use.

This repository however is only temporary and will be removed once the package is created via the main DataLab repository.
