pythagoras 0.23.3__tar.gz → 0.23.4__tar.gz
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.
- {pythagoras-0.23.3 → pythagoras-0.23.4}/PKG-INFO +4 -1
- {pythagoras-0.23.3 → pythagoras-0.23.4}/README.md +3 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/pyproject.toml +1 -1
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_060_autonomous_code_portals/autonomous_portal_core_classes.py +3 -2
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/protected_portal_core_classes.py +6 -4
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/.DS_Store +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/basic_portal_core_classes.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/exceptions.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/long_infoname.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/not_picklable_class.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/portal_tester.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/post_init_metaclass.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_020_ordinary_code_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_020_ordinary_code_portals/code_normalizer.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_020_ordinary_code_portals/function_processing.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_020_ordinary_code_portals/ordinary_decorator.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_020_ordinary_code_portals/ordinary_portal_core_classes.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_030_data_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_030_data_portals/data_portal_core_classes.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_030_data_portals/ready_and_get.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_030_data_portals/storable_decorator.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/exception_processing_tracking.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/execution_environment_summary.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/kw_args.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/logging_decorator.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/logging_portal_core_classes.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/notebook_checker.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/output_capturer.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/uncaught_exceptions.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_050_safe_code_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_050_safe_code_portals/safe_decorator.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_050_safe_code_portals/safe_portal_core_classes.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_060_autonomous_code_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_060_autonomous_code_portals/autonomous_decorators.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_060_autonomous_code_portals/names_usage_analyzer.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/basic_pre_validators.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/fn_arg_names_checker.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/list_flattener.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/package_manager.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/protected_decorators.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/system_utils.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/validation_succesful_const.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/validator_fn_classes.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_080_pure_code_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_080_pure_code_portals/pure_core_classes.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_080_pure_code_portals/pure_decorator.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_090_swarming_portals/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_090_swarming_portals/output_suppressor.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_090_swarming_portals/swarming_portals.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_100_top_level_API/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_100_top_level_API/default_local_portal.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_100_top_level_API/top_level_API.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_800_signatures_and_converters/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_800_signatures_and_converters/base_16_32_convertors.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_800_signatures_and_converters/current_date_gmt_str.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_800_signatures_and_converters/hash_signatures.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_800_signatures_and_converters/node_signatures.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_800_signatures_and_converters/random_signatures.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_900_project_stats_collector/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_900_project_stats_collector/project_analyzer.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/__init__.py +0 -0
- {pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/core/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pythagoras
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.4
|
|
4
4
|
Summary: Planet-scale distributed computing in Python.
|
|
5
5
|
Keywords: cloud,ML,AI,serverless,distributed,parallel,machine-learning,deep-learning,pythagoras
|
|
6
6
|
Author: Volodymyr (Vlad) Pavlov
|
|
@@ -83,6 +83,9 @@ that were previously out of reach.
|
|
|
83
83
|
* `Introduction to Pythagoras` notebook:
|
|
84
84
|
https://colab.research.google.com/drive/117rAtaWxjfSubzGx0shgqNjONY3E5jgd
|
|
85
85
|
|
|
86
|
+
|
|
87
|
+
**!!! BOOKMARK THIS PAGE AND COME BACK LATER, WE WILL PUBLISH MORE TUTORIALS SOON !!!**
|
|
88
|
+
|
|
86
89
|
## How to get it?
|
|
87
90
|
|
|
88
91
|
The source code is hosted on GitHub at: https://github.com/pythagoras-dev/pythagoras
|
|
@@ -31,6 +31,9 @@ that were previously out of reach.
|
|
|
31
31
|
* `Introduction to Pythagoras` notebook:
|
|
32
32
|
https://colab.research.google.com/drive/117rAtaWxjfSubzGx0shgqNjONY3E5jgd
|
|
33
33
|
|
|
34
|
+
|
|
35
|
+
**!!! BOOKMARK THIS PAGE AND COME BACK LATER, WE WILL PUBLISH MORE TUTORIALS SOON !!!**
|
|
36
|
+
|
|
34
37
|
## How to get it?
|
|
35
38
|
|
|
36
39
|
The source code is hosted on GitHub at: https://github.com/pythagoras-dev/pythagoras
|
|
@@ -152,6 +152,7 @@ class AutonomousFn(SafeFn):
|
|
|
152
152
|
"""
|
|
153
153
|
super()._invalidate_cache()
|
|
154
154
|
if hasattr(self, "_fixed_kwargs_cached"):
|
|
155
|
-
|
|
156
|
-
|
|
155
|
+
if not hasattr(self, "_fixed_kwargs_packed"):
|
|
156
|
+
raise AttributeError("Premature cache invalidation: "
|
|
157
|
+
"fixed_kwargs_packed is missing.")
|
|
157
158
|
del self._fixed_kwargs_cached
|
|
@@ -222,10 +222,12 @@ class ProtectedFn(AutonomousFn):
|
|
|
222
222
|
"""
|
|
223
223
|
super()._invalidate_cache()
|
|
224
224
|
if hasattr(self, "_post_validators_cached"):
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
if not hasattr(self, "_post_validators_addrs"):
|
|
226
|
+
raise AttributeError("Premature cache invalidation: "
|
|
227
|
+
"_post_validators_addrs is missing.")
|
|
227
228
|
del self._post_validators_cached
|
|
228
229
|
if hasattr(self, "_pre_validators_cached"):
|
|
229
|
-
|
|
230
|
-
|
|
230
|
+
if not hasattr(self, "_pre_validators_addrs"):
|
|
231
|
+
raise AttributeError("Premature cache invalidation: "
|
|
232
|
+
"_pre_validators_addrs is missing.")
|
|
231
233
|
del self._pre_validators_cached
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/not_picklable_class.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_010_basic_portals/post_init_metaclass.py
RENAMED
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_020_ordinary_code_portals/__init__.py
RENAMED
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_020_ordinary_code_portals/code_normalizer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_030_data_portals/data_portal_core_classes.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_030_data_portals/storable_decorator.py
RENAMED
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/notebook_checker.py
RENAMED
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_040_logging_code_portals/output_capturer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_050_safe_code_portals/safe_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_060_autonomous_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/list_flattener.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_070_protected_code_portals/system_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_080_pure_code_portals/pure_core_classes.py
RENAMED
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_080_pure_code_portals/pure_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_090_swarming_portals/output_suppressor.py
RENAMED
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_090_swarming_portals/swarming_portals.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_100_top_level_API/default_local_portal.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_800_signatures_and_converters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.3 → pythagoras-0.23.4}/src/pythagoras/_900_project_stats_collector/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|