QSignature 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.
@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.4
2
+ Name: QSignature
3
+ Version: 1.0.0
4
+ Summary: Model-free dynamical regime classification for causal time series data
5
+ Author-email: Ahmad Muhammad <ahmadmuhammad325@gmail.com>, Salim Jibrin Danbatta <salimdambatta@gmail.com>, Muhammad Abubakar Isah <maisah@ticaret.edu.tr>, Ibrahim Yahaya Muhammad <ibrahimyahayamuhammad@gmail.com>, Sulaiman Sulaiman Ahmad <Sulaiman365@gmail.com>, Abdelrahman Ghozlan <aamghuzlan@gmail.com>, Ahmet Sait AlAli <saitnuclear@gmail.com>
6
+ Maintainer-email: Ahmad Muhammad <ahmadmuhammad325@gmail.com>, Salim Jibrin Danbatta <salimdambatta@gmail.com>
7
+ License: MIT License
8
+ Project-URL: Homepage, https://github.com/1030ahmad1030/QSignature
9
+ Project-URL: Repository, https://github.com/1030ahmad1030/QSignature
10
+ Project-URL: Paper (Theorems), https://www.researchsquare.com/article/rs-8916580/v1
11
+ Project-URL: Paper (ISDFS 2026), https://ieeexplore.ieee.org/document/11459049
12
+ Keywords: signal-processing,time-series,dynamical-systems,classification,centroid,envelope,lambda,qspace,causal-inference,system-identification
13
+ Classifier: Development Status :: 4 - Beta
14
+ Classifier: Intended Audience :: Science/Research
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Topic :: Scientific/Engineering :: Physics
20
+ Classifier: Topic :: Scientific/Engineering :: Information Analysis
21
+ Requires-Python: >=3.9
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE.txt
24
+ Requires-Dist: numpy>=1.21.0
25
+ Requires-Dist: scipy>=1.7.0
26
+ Requires-Dist: pandas>=1.3.0
27
+ Requires-Dist: matplotlib>=3.4.0
28
+ Dynamic: license-file
29
+
30
+ # QSignature
31
+
32
+ **Model-free dynamical regime classification for time series data.**
33
+
34
+ ## Installation
35
+
36
+ ```bash
37
+ pip install QSignature
@@ -0,0 +1,5 @@
1
+ qsignature-1.0.0.dist-info/licenses/LICENSE.txt,sha256=nnKTrCiA8Fg2WwHmtNX2cl56teWKwINOMZCPhc8PFL4,1189
2
+ qsignature-1.0.0.dist-info/METADATA,sha256=j_bI5y23oxD4B2Bam17d81ZXZ28_WMvLKEpX3ou7MYI,1840
3
+ qsignature-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ qsignature-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ qsignature-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Ahmad Muhammad, Salim Jibrin Danbatta, Muhammad Abubakar Isah, Ibrahim Yahaya Muhammad, Sulaiman Sulaiman Ahmad, Abdelrahman Ghozlan
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+