code-loader 1.0.8__py3-none-any.whl → 1.0.10__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.
@@ -225,3 +225,5 @@ class LeapBinder:
225
225
  preprocess_result = self.get_preprocess_result()
226
226
  self.check_preprocess(preprocess_result)
227
227
  self.check_handlers(preprocess_result)
228
+ print("Successful!")
229
+
@@ -1,17 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: code-loader
3
- Version: 1.0.8
3
+ Version: 1.0.10
4
4
  Summary:
5
5
  Home-page: https://github.com/tensorleap/code-loader
6
6
  License: MIT
7
7
  Author: dorhar
8
8
  Author-email: doron.harnoy@tensorleap.ai
9
- Requires-Python: >=3.8,<3.11
9
+ Requires-Python: >=3.8,<3.12
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.8
13
13
  Classifier: Programming Language :: Python :: 3.9
14
14
  Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
15
16
  Requires-Dist: numpy (>=1.22.3,<2.0.0)
16
17
  Requires-Dist: psutil (>=5.9.5,<6.0.0)
17
18
  Requires-Dist: tensorflow (>=2.0,<3.0) ; platform_machine == "x86_64"
@@ -7,7 +7,7 @@ code_loader/contract/exceptions.py,sha256=jWqu5i7t-0IG0jGRsKF4DjJdrsdpJjIYpUkN1F
7
7
  code_loader/contract/responsedataclasses.py,sha256=thIxKSx3mwoKHYICULGaeh2-S56L1xBlmDThCE11yT4,2658
8
8
  code_loader/contract/visualizer_classes.py,sha256=1FjVO744J_EMuJfHWXGdvSz6vl3Vu7iS3CDfs8MzEEQ,5138
9
9
  code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
10
- code_loader/inner_leap_binder/leapbinder.py,sha256=T2lNydaIkxVLY0ubwOJwIClLA5CdLIP3tqxteO1SoIM,12853
10
+ code_loader/inner_leap_binder/leapbinder.py,sha256=HaHzek7ClKKkJ8I8MW92-Mv6xPRoRE-pmUVh22J8uWg,12883
11
11
  code_loader/leap_loader_parallelized_base.py,sha256=NqJL9rmNNSEOMHpecEzsHdkN0EGn4ASRqNkSyQ3v56Q,4758
12
12
  code_loader/leaploader.py,sha256=_RZ5SL88holzEVZbxoVEJo6wlYIEc5toIH592letfRM,15424
13
13
  code_loader/metric_calculator_parallelized.py,sha256=aCOw4NCrqTUQkaLrglYxWBK9XGWZ1M9cySti2HaS4dA,2181
@@ -18,7 +18,7 @@ code_loader/utils.py,sha256=WUcM97OuxrhfLCRPoH9EbXrxajNpYgX1CTMc3_PXtYU,1736
18
18
  code_loader/visualizer_calculator_parallelized.py,sha256=V3G9BOka5b_QIsyBCeK1NYofkbD5Wej01eGXP3dceK8,2523
19
19
  code_loader/visualizers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  code_loader/visualizers/default_visualizers.py,sha256=HqWx2qfTrroGl2n8Fpmr_4X-rk7tE2oGapjO3gzz4WY,2226
21
- code_loader-1.0.8.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
22
- code_loader-1.0.8.dist-info/METADATA,sha256=RuiwoMpn0uM46-flr2fFMtIxXnefYnyHsSKd0ZrFhys,904
23
- code_loader-1.0.8.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
24
- code_loader-1.0.8.dist-info/RECORD,,
21
+ code_loader-1.0.10.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
22
+ code_loader-1.0.10.dist-info/METADATA,sha256=4waZHfHCPGwOPCxwZl5XXcNh5d7LxaeBpxrU_MTHMTY,956
23
+ code_loader-1.0.10.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
24
+ code_loader-1.0.10.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.6.1
2
+ Generator: poetry-core 1.7.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any