labmate 0.10.1__py3-none-any.whl → 0.10.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.
labmate/__config__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """This file contains all package constants."""
2
2
 
3
- __version__ = "0.10.1"
3
+ __version__ = "0.10.2"
@@ -98,7 +98,7 @@ class ParsedValue:
98
98
 
99
99
  def __rsub__(self, other):
100
100
  other = self._convert_other(other)
101
- return self.__sub__(other)
101
+ return -self.__sub__(other)
102
102
 
103
103
  def __mul__(self, other):
104
104
  other = self._convert_other(other)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: labmate
3
- Version: 0.10.1
3
+ Version: 0.10.2
4
4
  Summary: Data management library to save data and plots to hdf5 files
5
5
  Home-page: https://github.com/kyrylo-gr/labmate
6
6
  Author: kyrylo.gr | LKB-OMQ
@@ -13,14 +13,14 @@ License-File: LICENCE
13
13
  Requires-Dist: numpy
14
14
  Requires-Dist: dh5
15
15
  Provides-Extra: all
16
- Requires-Dist: matplotlib ; extra == 'all'
17
- Requires-Dist: pltsave ; extra == 'all'
16
+ Requires-Dist: matplotlib; extra == "all"
17
+ Requires-Dist: pltsave; extra == "all"
18
18
  Provides-Extra: dev
19
- Requires-Dist: matplotlib ; extra == 'dev'
20
- Requires-Dist: pytest ; extra == 'dev'
21
- Requires-Dist: check-manifest ; extra == 'dev'
22
- Requires-Dist: sphinx ; extra == 'dev'
23
- Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
19
+ Requires-Dist: matplotlib; extra == "dev"
20
+ Requires-Dist: pytest; extra == "dev"
21
+ Requires-Dist: check-manifest; extra == "dev"
22
+ Requires-Dist: sphinx; extra == "dev"
23
+ Requires-Dist: sphinx-rtd-theme; extra == "dev"
24
24
 
25
25
  # Labmate. The mate that simplifies data management in your lab.
26
26
 
@@ -1,4 +1,4 @@
1
- labmate/__config__.py,sha256=6nUZZrH6U2jvORBV3RNzCT76ZBQlo0WQHMxCwBoZpZ8,72
1
+ labmate/__config__.py,sha256=kE5sFlB3Wz1iEpJC30nStyVY8a8HUXeWa56kpzH7FwQ,72
2
2
  labmate/__init__.py,sha256=aHQiPLldCXIJqz6wwcfyFU9sGLofUR3W5sXBIRzK2n4,182
3
3
  labmate/acquisition/__init__.py,sha256=8q3dy18lL32A9y_Du8GggpLgJqDMFcFKddHrySMavrM,269
4
4
  labmate/acquisition/acquisition_data.py,sha256=UcpUaT1SkmnqGMyzP8cgH2JjLRtWZZdTk5S0JHf-v9c,6681
@@ -23,7 +23,7 @@ labmate/display/platform_utils/windows_utils.py,sha256=4Z_avuJIZ_KoXkuRZOH2667t2
23
23
  labmate/logger/__init__.py,sha256=Ks4bUNO_rNTFsw0Sh3JAfK1tZq8mqHoqXHP89xpexp0,2177
24
24
  labmate/parsing/__init__.py,sha256=AHNB502jlm6PGd49_PJjvSxt97fxJeXnIfXYh8HV5x0,1312
25
25
  labmate/parsing/brackets_score.py,sha256=zzup7z6o57YUGeMr5FOSTo3nz9Z62s2omxqFV3M9MmI,988
26
- labmate/parsing/parsed_value.py,sha256=UYB_gCkV3DiFQRjcprnQUPw--FqYPqb3pii-PQsbHf0,5261
26
+ labmate/parsing/parsed_value.py,sha256=i8WbHtJ6banRQzESsOpsHtt0nJrMw3fu4aAyArTy6Ao,5262
27
27
  labmate/parsing/saving.py,sha256=pwCdYI9shrpKyFceRPNbPcbEfJbNQ7Xj0AMsDOr5qLA,2548
28
28
  labmate/utils/__init__.py,sha256=g9LSaSVDFC4Uo7hbdd66aT7QewuXNRheZ8PZlMrcsNw,104
29
29
  labmate/utils/async_utils.py,sha256=mSfmpF7I3M5KePkPtoS-OcuoCkFDHPKjf-RVF0P3R48,118
@@ -33,8 +33,8 @@ labmate/utils/file_read.py,sha256=MS32w5a968OtHS5i6uIOgvImkFiblTDosG5zXUxX-Ng,33
33
33
  labmate/utils/lint.py,sha256=7llJbZUAM-ikEpmU_ZzraqOwGUuJPgk1wAf3aYMJdxg,9312
34
34
  labmate/utils/random_utils.py,sha256=ZA3gK9P-eTcd_a3BTS_ZeJI5A0GM_GXL7X3yUqnPTO4,690
35
35
  labmate/utils/title_parsing.py,sha256=5csdqiD6w6pzyqRon38V2WeGA00CifSrMMtoWZmk0Ok,2644
36
- labmate-0.10.1.dist-info/LICENCE,sha256=J9XIxdJExlWYZuxhhKtk4oYILvUz8-JM0y_leRQCKUE,7488
37
- labmate-0.10.1.dist-info/METADATA,sha256=_jJ8OsSvC99zDMW1HXDmTWv5pdGlnE5vJTB_UtL3sjo,3211
38
- labmate-0.10.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
39
- labmate-0.10.1.dist-info/top_level.txt,sha256=WWAn6t2zNWsp02gRq6f5cSsGebcs-4L6HBFk0XrcY0o,8
40
- labmate-0.10.1.dist-info/RECORD,,
36
+ labmate-0.10.2.dist-info/LICENCE,sha256=J9XIxdJExlWYZuxhhKtk4oYILvUz8-JM0y_leRQCKUE,7488
37
+ labmate-0.10.2.dist-info/METADATA,sha256=oPGtS1BTmN5zjbUOiQ6OSBqSDvee-T_9OrNS5gRgKiQ,3204
38
+ labmate-0.10.2.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
39
+ labmate-0.10.2.dist-info/top_level.txt,sha256=WWAn6t2zNWsp02gRq6f5cSsGebcs-4L6HBFk0XrcY0o,8
40
+ labmate-0.10.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5