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.
@@ -1,19 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tsdf
3
- Version: 0.6.1
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,<3.13
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
- Requires-Dist: numpy (>=1.24.1,<2.0.0)
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.1.dist-info/METADATA,sha256=iHn6tE0cXnaUJLvkDyl2KB2ndv69PCPSKuK2UmuaSp8,4823
14
- tsdf-0.6.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
15
- tsdf-0.6.1.dist-info/entry_points.txt,sha256=Bsc8N48btp0lRWhtEwmOOmzZuvdlYDfVSkHFrHK2EXQ,53
16
- tsdf-0.6.1.dist-info/licenses/LICENSE,sha256=ps-dSIu_bKnNIZ3_A9i8DjNNcN21Dg81znC5pTQKg3M,9748
17
- tsdf-0.6.1.dist-info/RECORD,,
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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.1
2
+ Generator: poetry-core 2.3.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any