pythagoras 0.23.15__tar.gz → 0.23.16__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.15 → pythagoras-0.23.16}/PKG-INFO +5 -1
- {pythagoras-0.23.15 → pythagoras-0.23.16}/README.md +4 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/pyproject.toml +1 -1
- {pythagoras-0.23.15/src/pythagoras/_070_protected_code_portals → pythagoras-0.23.16/src/pythagoras}/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_010_basic_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_020_ordinary_code_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_030_data_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_040_logging_code_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_050_safe_code_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_060_autonomous_code_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_080_pure_code_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_090_swarming_portals/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_100_top_level_API/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_800_signatures_and_converters/.DS_Store +0 -0
- pythagoras-0.23.15/src/pythagoras/_900_project_stats_collector/.DS_Store +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/basic_portal_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/exceptions.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/long_infoname.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/not_picklable_class.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/portal_tester.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/post_init_metaclass.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_020_ordinary_code_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_020_ordinary_code_portals/code_normalizer.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_020_ordinary_code_portals/function_processing.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_020_ordinary_code_portals/ordinary_decorator.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_020_ordinary_code_portals/ordinary_portal_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_030_data_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_030_data_portals/data_portal_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_030_data_portals/ready_and_get.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_030_data_portals/storable_decorator.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/exception_processing_tracking.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/execution_environment_summary.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/kw_args.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/logging_decorator.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/logging_portal_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/notebook_checker.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/output_capturer.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/uncaught_exceptions.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_050_safe_code_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_050_safe_code_portals/safe_decorator.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_050_safe_code_portals/safe_portal_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_060_autonomous_code_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_060_autonomous_code_portals/autonomous_decorators.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_060_autonomous_code_portals/autonomous_portal_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_060_autonomous_code_portals/names_usage_analyzer.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/basic_pre_validators.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/fn_arg_names_checker.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/list_flattener.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/package_manager.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/protected_decorators.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/protected_portal_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/system_utils.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/validation_succesful_const.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_080_pure_code_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_080_pure_code_portals/pure_core_classes.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_080_pure_code_portals/pure_decorator.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_080_pure_code_portals/recursion_pre_validator.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_090_swarming_portals/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_090_swarming_portals/output_suppressor.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_090_swarming_portals/swarming_portals.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_100_top_level_API/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_100_top_level_API/default_local_portal.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_100_top_level_API/top_level_API.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_800_signatures_and_converters/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_800_signatures_and_converters/base_16_32_convertors.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_800_signatures_and_converters/current_date_gmt_str.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_800_signatures_and_converters/hash_signatures.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_800_signatures_and_converters/node_signature.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_800_signatures_and_converters/random_signatures.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_900_project_stats_collector/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_900_project_stats_collector/project_analyzer.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/__init__.py +0 -0
- {pythagoras-0.23.15 → pythagoras-0.23.16}/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.16
|
|
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
|
|
@@ -85,6 +85,10 @@ preferred functional patterns, augmented by new capabilities.
|
|
|
85
85
|
|
|
86
86
|
**!!! BOOKMARK THIS PAGE AND COME BACK LATER, WE WILL PUBLISH MORE TUTORIALS SOON !!!**
|
|
87
87
|
|
|
88
|
+
## Videos
|
|
89
|
+
|
|
90
|
+
[Data Phoenix Webinar, August 27, 2025](https://youtu.be/eb6_atu1RQI) ([slides](https://docs.google.com/presentation/d/1fGBqnp0aqVHPJ-BYGYnUll1_TJI_WObAbEVX89Z3-yA))
|
|
91
|
+
|
|
88
92
|
## How to get it?
|
|
89
93
|
|
|
90
94
|
The source code is hosted on GitHub at: https://github.com/pythagoras-dev/pythagoras
|
|
@@ -33,6 +33,10 @@ preferred functional patterns, augmented by new capabilities.
|
|
|
33
33
|
|
|
34
34
|
**!!! BOOKMARK THIS PAGE AND COME BACK LATER, WE WILL PUBLISH MORE TUTORIALS SOON !!!**
|
|
35
35
|
|
|
36
|
+
## Videos
|
|
37
|
+
|
|
38
|
+
[Data Phoenix Webinar, August 27, 2025](https://youtu.be/eb6_atu1RQI) ([slides](https://docs.google.com/presentation/d/1fGBqnp0aqVHPJ-BYGYnUll1_TJI_WObAbEVX89Z3-yA))
|
|
39
|
+
|
|
36
40
|
## How to get it?
|
|
37
41
|
|
|
38
42
|
The source code is hosted on GitHub at: https://github.com/pythagoras-dev/pythagoras
|
|
index 5008ddf..8f975eb 100644
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/long_infoname.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/not_picklable_class.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/portal_tester.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_010_basic_portals/post_init_metaclass.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_020_ordinary_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_030_data_portals/storable_decorator.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_040_logging_code_portals/kw_args.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_050_safe_code_portals/safe_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_060_autonomous_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_070_protected_code_portals/system_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_080_pure_code_portals/pure_core_classes.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_080_pure_code_portals/pure_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_090_swarming_portals/output_suppressor.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_090_swarming_portals/swarming_portals.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_100_top_level_API/default_local_portal.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/src/pythagoras/_100_top_level_API/top_level_API.py
RENAMED
|
File without changes
|
{pythagoras-0.23.15 → pythagoras-0.23.16}/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.15 → pythagoras-0.23.16}/src/pythagoras/_900_project_stats_collector/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|