datalab-platform 0.0.1.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2023, DataLab Platform Developers.
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ 3. Neither the name of the copyright holder nor the names of its
17
+ contributors may be used to endorse or promote products derived from
18
+ this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,8 @@
1
+ graft doc
2
+ graft resources
3
+ graft macros
4
+ graft plugins
5
+ include CHANGELOG.md
6
+ include CONTRIBUTING.md
7
+ include requirements.txt
8
+ include *.desktop
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.4
2
+ Name: datalab-platform
3
+ Version: 0.0.1.dev0
4
+ Summary: DataLab is a data processing and analysis software for scientific and industrial applications
5
+ Author-email: Pierre Raybaut <p.raybaut@codra.fr>
6
+ Maintainer-email: DataLab Platform Developers <p.raybaut@codra.fr>
7
+ License-Expression: BSD-3-Clause
8
+ Project-URL: Homepage, https://datalab-platform.com/
9
+ Project-URL: Documentation, https://datalab-platform.com/
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Education
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Intended Audience :: End Users/Desktop
15
+ Classifier: Operating System :: MacOS :: MacOS X
16
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 7
17
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 8
18
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 10
19
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 11
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Topic :: Scientific/Engineering
27
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
28
+ Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
29
+ Classifier: Topic :: Scientific/Engineering :: Visualization
30
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
+ Classifier: Topic :: Software Development :: Widget Sets
32
+ Requires-Python: <4,>=3.9
33
+ Description-Content-Type: text/markdown
34
+ License-File: LICENSE
35
+ Requires-Dist: sigima
36
+ Requires-Dist: PlotPy>=2.7.4
37
+ Requires-Dist: psutil>=5.7
38
+ Provides-Extra: qt
39
+ Requires-Dist: PyQt5; extra == "qt"
40
+ Provides-Extra: opencv
41
+ Requires-Dist: opencv-python-headless>=4.5; extra == "opencv"
42
+ Provides-Extra: dev
43
+ Requires-Dist: ruff; extra == "dev"
44
+ Requires-Dist: pylint; extra == "dev"
45
+ Requires-Dist: Coverage; extra == "dev"
46
+ Requires-Dist: pyinstaller>=6.0; extra == "dev"
47
+ Provides-Extra: doc
48
+ Requires-Dist: PyQt5; extra == "doc"
49
+ Requires-Dist: sphinx; extra == "doc"
50
+ Requires-Dist: sphinx_intl; extra == "doc"
51
+ Requires-Dist: sphinx-sitemap; extra == "doc"
52
+ Requires-Dist: myst_parser; extra == "doc"
53
+ Requires-Dist: sphinx_design; extra == "doc"
54
+ Requires-Dist: sphinx-copybutton; extra == "doc"
55
+ Requires-Dist: pydata-sphinx-theme; extra == "doc"
56
+ Provides-Extra: test
57
+ Requires-Dist: pytest; extra == "test"
58
+ Requires-Dist: pytest-xvfb; extra == "test"
59
+ Dynamic: license-file
60
+
61
+ # datalab-platform
62
+
63
+ Placeholder for the future 'datalab-platform' package, which will include the graphical interface and plugins of the DataLab application.
64
+
65
+ This package name is reserved for future use.
66
+
67
+ This repository however is only temporary and will be removed once the package is created via the main DataLab repository.
@@ -0,0 +1,7 @@
1
+ # datalab-platform
2
+
3
+ Placeholder for the future 'datalab-platform' package, which will include the graphical interface and plugins of the DataLab application.
4
+
5
+ This package name is reserved for future use.
6
+
7
+ This repository however is only temporary and will be removed once the package is created via the main DataLab repository.
@@ -0,0 +1,2 @@
1
+ """Placeholder for future datalab-platform package."""
2
+ __version__ = "0.0.1.dev0"
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.4
2
+ Name: datalab-platform
3
+ Version: 0.0.1.dev0
4
+ Summary: DataLab is a data processing and analysis software for scientific and industrial applications
5
+ Author-email: Pierre Raybaut <p.raybaut@codra.fr>
6
+ Maintainer-email: DataLab Platform Developers <p.raybaut@codra.fr>
7
+ License-Expression: BSD-3-Clause
8
+ Project-URL: Homepage, https://datalab-platform.com/
9
+ Project-URL: Documentation, https://datalab-platform.com/
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Education
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Intended Audience :: End Users/Desktop
15
+ Classifier: Operating System :: MacOS :: MacOS X
16
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 7
17
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 8
18
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 10
19
+ Classifier: Operating System :: Microsoft :: Windows :: Windows 11
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Topic :: Scientific/Engineering
27
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
28
+ Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
29
+ Classifier: Topic :: Scientific/Engineering :: Visualization
30
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
31
+ Classifier: Topic :: Software Development :: Widget Sets
32
+ Requires-Python: <4,>=3.9
33
+ Description-Content-Type: text/markdown
34
+ License-File: LICENSE
35
+ Requires-Dist: sigima
36
+ Requires-Dist: PlotPy>=2.7.4
37
+ Requires-Dist: psutil>=5.7
38
+ Provides-Extra: qt
39
+ Requires-Dist: PyQt5; extra == "qt"
40
+ Provides-Extra: opencv
41
+ Requires-Dist: opencv-python-headless>=4.5; extra == "opencv"
42
+ Provides-Extra: dev
43
+ Requires-Dist: ruff; extra == "dev"
44
+ Requires-Dist: pylint; extra == "dev"
45
+ Requires-Dist: Coverage; extra == "dev"
46
+ Requires-Dist: pyinstaller>=6.0; extra == "dev"
47
+ Provides-Extra: doc
48
+ Requires-Dist: PyQt5; extra == "doc"
49
+ Requires-Dist: sphinx; extra == "doc"
50
+ Requires-Dist: sphinx_intl; extra == "doc"
51
+ Requires-Dist: sphinx-sitemap; extra == "doc"
52
+ Requires-Dist: myst_parser; extra == "doc"
53
+ Requires-Dist: sphinx_design; extra == "doc"
54
+ Requires-Dist: sphinx-copybutton; extra == "doc"
55
+ Requires-Dist: pydata-sphinx-theme; extra == "doc"
56
+ Provides-Extra: test
57
+ Requires-Dist: pytest; extra == "test"
58
+ Requires-Dist: pytest-xvfb; extra == "test"
59
+ Dynamic: license-file
60
+
61
+ # datalab-platform
62
+
63
+ Placeholder for the future 'datalab-platform' package, which will include the graphical interface and plugins of the DataLab application.
64
+
65
+ This package name is reserved for future use.
66
+
67
+ This repository however is only temporary and will be removed once the package is created via the main DataLab repository.
@@ -0,0 +1,12 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.md
4
+ pyproject.toml
5
+ requirements.txt
6
+ datalab/__init__.py
7
+ datalab_platform.egg-info/PKG-INFO
8
+ datalab_platform.egg-info/SOURCES.txt
9
+ datalab_platform.egg-info/dependency_links.txt
10
+ datalab_platform.egg-info/entry_points.txt
11
+ datalab_platform.egg-info/requires.txt
12
+ datalab_platform.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ [gui_scripts]
2
+ datalab = datalab.app:run
3
+ datalab-demo = datalab.tests.scenarios.demo:run
4
+ datalab-tests = datalab.tests:run
@@ -0,0 +1,29 @@
1
+ sigima
2
+ PlotPy>=2.7.4
3
+ psutil>=5.7
4
+
5
+ [dev]
6
+ ruff
7
+ pylint
8
+ Coverage
9
+ pyinstaller>=6.0
10
+
11
+ [doc]
12
+ PyQt5
13
+ sphinx
14
+ sphinx_intl
15
+ sphinx-sitemap
16
+ myst_parser
17
+ sphinx_design
18
+ sphinx-copybutton
19
+ pydata-sphinx-theme
20
+
21
+ [opencv]
22
+ opencv-python-headless>=4.5
23
+
24
+ [qt]
25
+ PyQt5
26
+
27
+ [test]
28
+ pytest
29
+ pytest-xvfb
@@ -0,0 +1,127 @@
1
+ # DataLab application setup configuration file
2
+
3
+ [project]
4
+ name = "datalab-platform"
5
+ description = "DataLab is a data processing and analysis software for scientific and industrial applications"
6
+ authors = [{ name = "Pierre Raybaut", email = "p.raybaut@codra.fr" }]
7
+ maintainers = [
8
+ { name = "DataLab Platform Developers", email = "p.raybaut@codra.fr" },
9
+ ]
10
+ readme = "README.md"
11
+ license = "BSD-3-Clause"
12
+ license-files = ["LICENSE"]
13
+ classifiers = [
14
+ "Development Status :: 5 - Production/Stable",
15
+ "Intended Audience :: Developers",
16
+ "Intended Audience :: Education",
17
+ "Intended Audience :: Science/Research",
18
+ "Intended Audience :: End Users/Desktop",
19
+ "Operating System :: MacOS :: MacOS X",
20
+ "Operating System :: Microsoft :: Windows :: Windows 7",
21
+ "Operating System :: Microsoft :: Windows :: Windows 8",
22
+ "Operating System :: Microsoft :: Windows :: Windows 10",
23
+ "Operating System :: Microsoft :: Windows :: Windows 11",
24
+ "Operating System :: POSIX :: Linux",
25
+ "Programming Language :: Python :: 3.9",
26
+ "Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
+ "Topic :: Scientific/Engineering",
31
+ "Topic :: Scientific/Engineering :: Image Processing",
32
+ "Topic :: Scientific/Engineering :: Human Machine Interfaces",
33
+ "Topic :: Scientific/Engineering :: Visualization",
34
+ "Topic :: Software Development :: Libraries :: Python Modules",
35
+ "Topic :: Software Development :: Widget Sets",
36
+ ]
37
+ requires-python = ">=3.9, <4"
38
+ dependencies = [
39
+ "sigima",
40
+ "PlotPy >= 2.7.4",
41
+ "psutil >= 5.7",
42
+ ]
43
+ dynamic = ["version"]
44
+
45
+ [build-system]
46
+ requires = ["setuptools"]
47
+ build-backend = "setuptools.build_meta"
48
+
49
+ [project.urls]
50
+ Homepage = "https://datalab-platform.com/"
51
+ Documentation = "https://datalab-platform.com/"
52
+
53
+ [project.gui-scripts]
54
+ datalab = "datalab.app:run"
55
+ datalab-demo = "datalab.tests.scenarios.demo:run"
56
+ datalab-tests = "datalab.tests:run"
57
+
58
+ [project.optional-dependencies]
59
+ qt = ["PyQt5"]
60
+ opencv = ["opencv-python-headless >= 4.5"]
61
+ dev = ["ruff", "pylint", "Coverage", "pyinstaller>=6.0"]
62
+ doc = [
63
+ "PyQt5",
64
+ "sphinx",
65
+ "sphinx_intl",
66
+ "sphinx-sitemap",
67
+ "myst_parser",
68
+ "sphinx_design",
69
+ "sphinx-copybutton",
70
+ "pydata-sphinx-theme",
71
+ ]
72
+ test = ["pytest", "pytest-xvfb"]
73
+
74
+ [tool.setuptools.packages.find]
75
+ include = ["datalab*"]
76
+
77
+ [tool.setuptools.package-data]
78
+ "*" = [
79
+ "*.pdf",
80
+ "*.png",
81
+ "*.svg",
82
+ "*.mo",
83
+ "*.txt",
84
+ "*.json",
85
+ "*_test.h5",
86
+ "*.npy",
87
+ "*.dcm",
88
+ "*.scor-data",
89
+ "*.tiff",
90
+ "*.jpg",
91
+ "*.sif",
92
+ "*.csv",
93
+ "*.mat",
94
+ "*.js",
95
+ "*.css",
96
+ "*.html",
97
+ "*.buildinfo",
98
+ "*.inv",
99
+ ]
100
+
101
+ [tool.setuptools.dynamic]
102
+ version = { attr = "datalab.__version__" }
103
+
104
+ [tool.pytest.ini_options]
105
+ addopts = "datalab"
106
+
107
+ [tool.ruff]
108
+ exclude = [".git", ".vscode", "build", "dist", "*.ipynb"]
109
+ line-length = 88 # Same as Black.
110
+ indent-width = 4 # Same as Black.
111
+ target-version = "py39" # Assume Python 3.9.
112
+
113
+ [tool.ruff.lint]
114
+ # all rules can be found here: https://beta.ruff.rs/docs/rules/
115
+ select = ["E", "F", "W", "I", "NPY201"]
116
+ ignore = [
117
+ "E203", # space before : (needed for how black formats slicing)
118
+ ]
119
+
120
+ [tool.ruff.format]
121
+ quote-style = "double" # Like Black, use double quotes for strings.
122
+ indent-style = "space" # Like Black, indent with spaces, rather than tabs.
123
+ skip-magic-trailing-comma = false # Like Black, respect magic trailing commas.
124
+ line-ending = "auto" # Like Black, automatically detect the appropriate line ending.
125
+
126
+ [tool.ruff.lint.per-file-ignores]
127
+ "doc/*" = ["E402"]
@@ -0,0 +1,24 @@
1
+ sigima
2
+ PyQt5
3
+ plotpy
4
+ PythonQwt
5
+ psutil
6
+ pylint
7
+ ruff
8
+ coverage
9
+ pytest
10
+ pytest-xvfb
11
+ pycodestyle
12
+ pyinstaller>=6.2
13
+ sphinx
14
+ sphinx-intl
15
+ sphinx-sitemap
16
+ myst_parser
17
+ sphinx_design
18
+ sphinx-copybutton
19
+ pydata-sphinx-theme
20
+ esbonio
21
+ rstcheck
22
+ doc8
23
+ build
24
+ twine
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+