tsdf 0.6.1__py3-none-any.whl → 0.6.2__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.
- {tsdf-0.6.1.dist-info → tsdf-0.6.2.dist-info}/METADATA +5 -3
- {tsdf-0.6.1.dist-info → tsdf-0.6.2.dist-info}/RECORD +5 -5
- {tsdf-0.6.1.dist-info → tsdf-0.6.2.dist-info}/WHEEL +1 -1
- {tsdf-0.6.1.dist-info → tsdf-0.6.2.dist-info}/entry_points.txt +0 -0
- {tsdf-0.6.1.dist-info → tsdf-0.6.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tsdf
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: A Python library that provides methods for encoding and decoding TSDF (Time Series Data Format) data, which allows you to easily create, manipulate and serialize TSDF files in your Python code.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Keywords: Time Series Data Format (TSDF),binary data,digital sensors
|
|
8
8
|
Author: Vedran Kasalica
|
|
9
9
|
Author-email: v.kaslica@esciencecenter.nl
|
|
10
|
-
Requires-Python: >=3.11,<
|
|
10
|
+
Requires-Python: >=3.11,<4.0
|
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Programming Language :: Python
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
-
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
|
+
Requires-Dist: numpy (>=1.24.1,<3.0)
|
|
17
19
|
Requires-Dist: pandas (>=2.1.3,<3.0.0)
|
|
18
20
|
Project-URL: Repository, https://github.com/biomarkersParkinson/tsdf
|
|
19
21
|
Description-Content-Type: text/markdown
|
|
@@ -10,8 +10,8 @@ tsdf/tsdfmetadata.py,sha256=x1LDWkej9sLaW1xbkJZpDCrLYvdnD4CXNcmt6iBvWdQ,5081
|
|
|
10
10
|
tsdf/validator.py,sha256=8PFB0PHqKKHtDpddyGIIKeqVqvDqcip7Bk7bY_wYzsw,1579
|
|
11
11
|
tsdf/write_binary.py,sha256=G5QiUXdpYgCZbS4pKhg8tFcqZU7FyaZGTzcNmZwXaPw,2425
|
|
12
12
|
tsdf/write_tsdf.py,sha256=Ivudc5g1l56R4LX9KfRtRXE1O8KY7uLb3U3XvzYDzM8,6090
|
|
13
|
-
tsdf-0.6.
|
|
14
|
-
tsdf-0.6.
|
|
15
|
-
tsdf-0.6.
|
|
16
|
-
tsdf-0.6.
|
|
17
|
-
tsdf-0.6.
|
|
13
|
+
tsdf-0.6.2.dist-info/METADATA,sha256=FljS3oKQEsEdCJ92h_6QdgR0nDw9jnAFfc1tD8GIYTs,4922
|
|
14
|
+
tsdf-0.6.2.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
15
|
+
tsdf-0.6.2.dist-info/entry_points.txt,sha256=Bsc8N48btp0lRWhtEwmOOmzZuvdlYDfVSkHFrHK2EXQ,53
|
|
16
|
+
tsdf-0.6.2.dist-info/licenses/LICENSE,sha256=ps-dSIu_bKnNIZ3_A9i8DjNNcN21Dg81znC5pTQKg3M,9748
|
|
17
|
+
tsdf-0.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|