pythagoras 0.25.4__py3-none-any.whl → 0.25.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pythagoras
3
- Version: 0.25.4
3
+ Version: 0.25.6
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
@@ -10,6 +10,10 @@ Classifier: Intended Audience :: Developers
10
10
  Classifier: Intended Audience :: Science/Research
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
13
17
  Classifier: License :: OSI Approved :: MIT License
14
18
  Classifier: Operating System :: OS Independent
15
19
  Classifier: Topic :: Scientific/Engineering
@@ -52,6 +56,12 @@ Description-Content-Type: text/markdown
52
56
 
53
57
  # Pythagoras
54
58
 
59
+ [![PyPI version](https://img.shields.io/pypi/v/Pythagoras.svg)](https://pypi.org/project/Pythagoras/)
60
+ [![Python versions](https://img.shields.io/pypi/pyversions/Pythagoras.svg)](https://pypi.org/project/Pythagoras/)
61
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
62
+ [![Downloads](https://static.pepy.tech/badge/Pythagoras)](https://pepy.tech/project/Pythagoras)
63
+
64
+
55
65
  Planet-scale distributed computing in Python.
56
66
 
57
67
  **!!! RESEARCH PREVIEW !!!**
@@ -228,8 +238,8 @@ assert is_odd(n=11)
228
238
  works seamlessly across different machines in a distributed system, enabling significant performance
229
239
  improvements for computationally intensive workflows.
230
240
 
231
- * **Validator**: A function that checks if certain conditions are met before or after the execution
232
- of a pure function. Pre-validators run before the function, and post-validators run after.
241
+ * **Validator**: An autonomous function that checks if certain conditions are met before or after
242
+ the execution of a pure function. Pre-validators run before the function, and post-validators run after.
233
243
  They can be passive (e.g., check for available RAM) or active (e.g., install a missing library).
234
244
  Validators help ensure reliable execution across distributed systems by validating requirements
235
245
  and system state. Multiple validators can be combined using the standard decorator syntax
@@ -62,6 +62,6 @@ pythagoras/_900_project_stats_collector/__init__.py,sha256=Eagt-BhPPtBGgpMywx2lk
62
62
  pythagoras/_900_project_stats_collector/project_analyzer.py,sha256=uhycFKjUIXEpYcZYnak3yn4JFhchl-oZ7wt6spFxhoY,3574
63
63
  pythagoras/__init__.py,sha256=oA6bi5Ov3Io9Adn8zEmSIMqb2NAJM2MUN5fV1y7bgHA,1312
64
64
  pythagoras/core/__init__.py,sha256=yfamQZNt_7FL7vfxSoCTZq2ZL6rupp6qzcp9CHhTj3E,2674
65
- pythagoras-0.25.4.dist-info/WHEEL,sha256=X16MKk8bp2DRsAuyteHJ-9qOjzmnY0x1aj0P1ftqqWA,78
66
- pythagoras-0.25.4.dist-info/METADATA,sha256=I25zNNhzraBPPIT-N_m1TzImFCdW-SeZEMSjlbh2w9g,12471
67
- pythagoras-0.25.4.dist-info/RECORD,,
65
+ pythagoras-0.25.6.dist-info/WHEEL,sha256=k57ZwB-NkeM_6AsPnuOHv5gI5KM5kPD6Vx85WmGEcI0,78
66
+ pythagoras-0.25.6.dist-info/METADATA,sha256=lT_fPqFnaiJfHTsVYOruVeb5ZKyA1DptmRL9LR8oDrU,13082
67
+ pythagoras-0.25.6.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.2
2
+ Generator: uv 0.9.4
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any