pythagoras 0.23.2__tar.gz → 0.23.3__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.2 → pythagoras-0.23.3}/PKG-INFO +6 -5
- {pythagoras-0.23.2 → pythagoras-0.23.3}/README.md +4 -4
- {pythagoras-0.23.2 → pythagoras-0.23.3}/pyproject.toml +2 -1
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/.DS_Store +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/basic_portal_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/exceptions.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/long_infoname.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/not_picklable_class.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/portal_tester.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/post_init_metaclass.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_020_ordinary_code_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_020_ordinary_code_portals/code_normalizer.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_020_ordinary_code_portals/function_processing.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_020_ordinary_code_portals/ordinary_decorator.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_020_ordinary_code_portals/ordinary_portal_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_030_data_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_030_data_portals/data_portal_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_030_data_portals/ready_and_get.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_030_data_portals/storable_decorator.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/exception_processing_tracking.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/execution_environment_summary.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/kw_args.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/logging_decorator.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/logging_portal_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/notebook_checker.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/output_capturer.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/uncaught_exceptions.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_050_safe_code_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_050_safe_code_portals/safe_decorator.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_050_safe_code_portals/safe_portal_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_060_autonomous_code_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_060_autonomous_code_portals/autonomous_decorators.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_060_autonomous_code_portals/autonomous_portal_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_060_autonomous_code_portals/names_usage_analyzer.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/basic_pre_validators.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/fn_arg_names_checker.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/list_flattener.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/package_manager.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/protected_decorators.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/protected_portal_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/system_utils.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/validation_succesful_const.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/validator_fn_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_080_pure_code_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_080_pure_code_portals/pure_core_classes.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_080_pure_code_portals/pure_decorator.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_090_swarming_portals/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_090_swarming_portals/output_suppressor.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_090_swarming_portals/swarming_portals.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_100_top_level_API/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_100_top_level_API/default_local_portal.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_100_top_level_API/top_level_API.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_800_signatures_and_converters/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_800_signatures_and_converters/base_16_32_convertors.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_800_signatures_and_converters/current_date_gmt_str.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_800_signatures_and_converters/hash_signatures.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_800_signatures_and_converters/node_signatures.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_800_signatures_and_converters/random_signatures.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_900_project_stats_collector/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_900_project_stats_collector/project_analyzer.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/__init__.py +0 -0
- {pythagoras-0.23.2 → pythagoras-0.23.3}/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.3
|
|
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
|
|
@@ -26,6 +26,7 @@ Requires-Dist: jsonpickle
|
|
|
26
26
|
Requires-Dist: psutil
|
|
27
27
|
Requires-Dist: autopep8
|
|
28
28
|
Requires-Dist: deepdiff
|
|
29
|
+
Requires-Dist: numpy
|
|
29
30
|
Requires-Dist: pytest
|
|
30
31
|
Requires-Dist: boto3
|
|
31
32
|
Requires-Dist: moto
|
|
@@ -70,7 +71,7 @@ with intelligent data and code change tracking;
|
|
|
70
71
|
* simple and budget-friendly orchestration backend.
|
|
71
72
|
|
|
72
73
|
Pythagoras excels at optimizing complex, long-running,
|
|
73
|
-
resource-demanding computations. It’s not the
|
|
74
|
+
resource-demanding computations. It’s not the best choice for real-time,
|
|
74
75
|
latency-sensitive workflows.
|
|
75
76
|
|
|
76
77
|
## Usage
|
|
@@ -102,6 +103,7 @@ pip install pythagoras
|
|
|
102
103
|
## Dependencies
|
|
103
104
|
|
|
104
105
|
* [persidict](https://pypi.org/project/persidict)
|
|
106
|
+
* [parameterizable](https://pypi.org/project/parameterizable/)
|
|
105
107
|
* [jsonpickle](https://jsonpickle.github.io)
|
|
106
108
|
* [joblib](https://joblib.readthedocs.io)
|
|
107
109
|
* [lz4](https://python-lz4.readthedocs.io)
|
|
@@ -116,10 +118,9 @@ pip install pythagoras
|
|
|
116
118
|
* [jsonpickle](https://jsonpickle.github.io)
|
|
117
119
|
* [scikit-learn](https://scikit-learn.org)
|
|
118
120
|
* [autopep8](https://pypi.org/project/autopep8)
|
|
119
|
-
* [pytorch](https://pytorch.org)
|
|
120
|
-
* [tensorflow](https://www.tensorflow.org)
|
|
121
|
-
* [keras](https://keras.io)
|
|
122
121
|
* [deepdiff](https://zepworks.com/deepdiff/current/)
|
|
122
|
+
* [nvidia-ml-p](https://pypi.org/project/nvidia-ml-py/)
|
|
123
|
+
* [uv](https://docs.astral.sh/uv/)
|
|
123
124
|
|
|
124
125
|
## Key Contacts
|
|
125
126
|
|
|
@@ -19,7 +19,7 @@ with intelligent data and code change tracking;
|
|
|
19
19
|
* simple and budget-friendly orchestration backend.
|
|
20
20
|
|
|
21
21
|
Pythagoras excels at optimizing complex, long-running,
|
|
22
|
-
resource-demanding computations. It’s not the
|
|
22
|
+
resource-demanding computations. It’s not the best choice for real-time,
|
|
23
23
|
latency-sensitive workflows.
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
@@ -51,6 +51,7 @@ pip install pythagoras
|
|
|
51
51
|
## Dependencies
|
|
52
52
|
|
|
53
53
|
* [persidict](https://pypi.org/project/persidict)
|
|
54
|
+
* [parameterizable](https://pypi.org/project/parameterizable/)
|
|
54
55
|
* [jsonpickle](https://jsonpickle.github.io)
|
|
55
56
|
* [joblib](https://joblib.readthedocs.io)
|
|
56
57
|
* [lz4](https://python-lz4.readthedocs.io)
|
|
@@ -65,10 +66,9 @@ pip install pythagoras
|
|
|
65
66
|
* [jsonpickle](https://jsonpickle.github.io)
|
|
66
67
|
* [scikit-learn](https://scikit-learn.org)
|
|
67
68
|
* [autopep8](https://pypi.org/project/autopep8)
|
|
68
|
-
* [pytorch](https://pytorch.org)
|
|
69
|
-
* [tensorflow](https://www.tensorflow.org)
|
|
70
|
-
* [keras](https://keras.io)
|
|
71
69
|
* [deepdiff](https://zepworks.com/deepdiff/current/)
|
|
70
|
+
* [nvidia-ml-p](https://pypi.org/project/nvidia-ml-py/)
|
|
71
|
+
* [uv](https://docs.astral.sh/uv/)
|
|
72
72
|
|
|
73
73
|
## Key Contacts
|
|
74
74
|
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pythagoras"
|
|
7
|
-
version = "0.23.
|
|
7
|
+
version = "0.23.3"
|
|
8
8
|
authors = [
|
|
9
9
|
{name = "Volodymyr (Vlad) Pavlov", email = "vlpavlov@ieee.org"},
|
|
10
10
|
]
|
|
@@ -36,6 +36,7 @@ dependencies = [
|
|
|
36
36
|
"psutil",
|
|
37
37
|
"autopep8",
|
|
38
38
|
"deepdiff",
|
|
39
|
+
"numpy",
|
|
39
40
|
"pytest",
|
|
40
41
|
"boto3",
|
|
41
42
|
"moto",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/not_picklable_class.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_010_basic_portals/post_init_metaclass.py
RENAMED
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_020_ordinary_code_portals/__init__.py
RENAMED
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/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.2 → pythagoras-0.23.3}/src/pythagoras/_030_data_portals/data_portal_core_classes.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_030_data_portals/storable_decorator.py
RENAMED
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/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.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/notebook_checker.py
RENAMED
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_040_logging_code_portals/output_capturer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_050_safe_code_portals/safe_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_060_autonomous_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_070_protected_code_portals/list_flattener.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/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.2 → pythagoras-0.23.3}/src/pythagoras/_080_pure_code_portals/pure_core_classes.py
RENAMED
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_080_pure_code_portals/pure_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_090_swarming_portals/output_suppressor.py
RENAMED
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_090_swarming_portals/swarming_portals.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/src/pythagoras/_100_top_level_API/default_local_portal.py
RENAMED
|
File without changes
|
|
File without changes
|
{pythagoras-0.23.2 → pythagoras-0.23.3}/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.2 → pythagoras-0.23.3}/src/pythagoras/_900_project_stats_collector/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|