Semapp 1.0.0__py3-none-any.whl

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.

Potentially problematic release.


This version of Semapp might be problematic. Click here for more details.

@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: Semapp
3
+ Version: 1.0.0
4
+ Summary: Package for SEM visualization
5
+ Author-email: Thibaut Meyer <thibaut.meyer3@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/pypa/sampleproject
8
+ Project-URL: Issues, https://github.com/pypa/sampleproject/issues
9
+ Keywords: SEM,GUI
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.9
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: matplotlib==3.8.3
16
+ Requires-Dist: numpy<2.0,>=1.21
17
+ Requires-Dist: pandas>=2.2.0
18
+ Requires-Dist: Pillow>=11.0.0
19
+ Requires-Dist: PyQt5==5.15.11
20
+ Requires-Dist: PyQt5_sip<13.0.0,>=12.15.0
21
+ Dynamic: license-file
@@ -0,0 +1,19 @@
1
+ semapp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ semapp/main.py,sha256=at6lSq7GbP8ER0IFn6b2PoNK-6ywSD7ozmLUIkHbdMc,2919
3
+ semapp/Layout/__init__.py,sha256=Y60dNC2iCpGv7t9DkGZs1zqKCr1FfaZQ90fINmI1KMA,603
4
+ semapp/Layout/create_button.py,sha256=5A70WHVmFdrVf22uuKRDfDqjgmyd1nbtYXNQHA2o7kg,19814
5
+ semapp/Layout/main_window_att.py,sha256=bxefkRFZ9iUo-3Xy11rPEywKCAfZcNDrLPhCQxXoxUk,2249
6
+ semapp/Layout/settings.py,sha256=Mrt88HSnKmPqMQP_k1cMsfrRJgfSjC1nIzpzWMO9eO0,6355
7
+ semapp/Layout/styles.py,sha256=1R19eJbw0K5gTacqGuXh-HFShjhNgZcdvkoysx1zfMY,3473
8
+ semapp/Plot/__init__.py,sha256=VaRDwSM4fwfRlHYTs6I3l-6Q_nTcctAjhFNCba13C6g,133
9
+ semapp/Plot/frame_attributes.py,sha256=zaiA2vic1vqZjU3K4GJnscj6XXa8S64B_DfmCz8tf9U,15705
10
+ semapp/Plot/styles.py,sha256=WCDMlyOQI2_nMt0t_s_WcUyp_AkfKAofFcy4vPGuxSY,870
11
+ semapp/Plot/utils.py,sha256=xcV2Abznu2wf9wa4MgMYaeHJ_NLx11mEc7hWbJUas6A,2839
12
+ semapp/Processing/__init__.py,sha256=BZOqbkPq0GpUcScdQ2H5K-9lC9__ACSemfM4I7NuhGU,97
13
+ semapp/Processing/processing.py,sha256=O8ydNYh2BKo0DllKqmUrMZiyQvsL1JkYDKahRl1oN1I,24887
14
+ semapp-1.0.0.dist-info/licenses/LICENSE,sha256=LoV48WtuomVBIWbotLHaBF_MEfKNsD1mSQhBASSi8B4,35801
15
+ semapp-1.0.0.dist-info/METADATA,sha256=sabRqolKP3s3QMzKZEciSPkwqN_a0767PlVdObi0XLs,732
16
+ semapp-1.0.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
17
+ semapp-1.0.0.dist-info/entry_points.txt,sha256=_rXPJS9aPfI3F8wcCv1PllnnDpvz3Mpd8FRL6Xivhwc,40
18
+ semapp-1.0.0.dist-info/top_level.txt,sha256=jMlqZoYXBSCF-JQJ-vLlIYIFJurj438WgMBUMvoZtJo,7
19
+ semapp-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.7.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [gui_scripts]
2
+ Semapp = semapp.main:main