pythagoras 0.23.0__py3-none-any.whl → 0.23.2__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.
pythagoras/__init__.py CHANGED
@@ -1,17 +1,21 @@
1
1
  """Distributed serverless compute at a global scale.
2
2
 
3
- Pythagoras is a framework for distributed compute in Python.
3
+ Pythagoras is a framework for distributed computations in Python.
4
4
 
5
5
  It offers 3 main advantages:
6
6
 
7
7
  - Global scale: parallelize your algorithms to scale to millions of nodes.
8
8
  - Low maintenance: no need to manage servers and infrastructure,
9
- we replace expensive compute with cheap storage.
9
+ Pythagoras replaces expensive compute with cheap storage.
10
10
  - High performance: 'compute once, reuse forever' strategy
11
11
  significanty accelerates long-running workflows.
12
12
 
13
- Pythagoras is able to affer these benefits as it's the first framework
13
+ Pythagoras is able to offer these benefits as it's the first framework
14
14
  to fully implement the Functional Programming 2.0 paradigm.
15
+
16
+ Pythagoras excels at optimizing complex, long-running,
17
+ resource-demanding computations. It’s not the best choice for real-time,
18
+ latency-sensitive workflows.
15
19
  """
16
20
 
17
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pythagoras
3
- Version: 0.23.0
3
+ Version: 0.23.2
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
@@ -53,24 +53,32 @@ Description-Content-Type: text/markdown
53
53
 
54
54
  Planet-scale distributed computing in Python.
55
55
 
56
- !!! RESEARCH PREVIEW !!!
56
+ **!!! RESEARCH PREVIEW !!!**
57
57
 
58
58
  ## What is it?
59
59
 
60
- `Pythagoras` is an easy-to-use framework for cost-efficient
60
+ `Pythagoras` is a super-scalable, low-maintenance framework for
61
61
  massive algorithm parallelization in Python. It simplifies and accelerates
62
62
  data science, machine learning, and AI workflows.
63
63
 
64
64
  Pythagoras offers:
65
65
 
66
66
  * seamless parallel execution of Python code, locally or
67
- in diverse distributed environments of virtually any scale;
67
+ in heterogeneous distributed environments of virtually any scale;
68
68
  * ubiquitous caching for intermediate program states,
69
69
  with intelligent data and code change tracking;
70
70
  * simple and budget-friendly orchestration backend.
71
71
 
72
+ Pythagoras excels at optimizing complex, long-running,
73
+ resource-demanding computations. It’s not the optimal choice for real-time,
74
+ latency-sensitive workflows.
75
+
72
76
  ## Usage
73
77
 
78
+ Pythagoras elevates two popular techniques — memoization and parallelization —
79
+ to a global scale and then fuses them, unlocking performance and scalability
80
+ that were previously out of reach.
81
+
74
82
  * `Introduction to Pythagoras` notebook:
75
83
  https://colab.research.google.com/drive/117rAtaWxjfSubzGx0shgqNjONY3E5jgd
76
84
 
@@ -58,8 +58,8 @@ pythagoras/_800_signatures_and_converters/node_signatures.py,sha256=2de43f2cc4c3
58
58
  pythagoras/_800_signatures_and_converters/random_signatures.py,sha256=c174f28c04ccf08c0c5eadaf1e1a00aba4fec88ec370def64afcadd39123141a,323
59
59
  pythagoras/_900_project_stats_collector/__init__.py,sha256=11a82df8184f3ed046829332c31da590b0cad7ad3763db7f40176d1ca5071c56,71
60
60
  pythagoras/_900_project_stats_collector/project_analyzer.py,sha256=ba1c9c14a8d421712961c6589da937ca7e0916172197ea19ef0b7ab291718686,3574
61
- pythagoras/__init__.py,sha256=9d2d9c48b3d4b7c6d30cf0a9099ea1cbc1e8416e689e73510b12a366416fd091,1059
61
+ pythagoras/__init__.py,sha256=4cc3ed25d4a2fd64a10a9267b1555d3b8f1672fb3bf0631b522e601dcd5e30bc,1233
62
62
  pythagoras/core/__init__.py,sha256=11c3616471c79550d69a0d3b3b49a45b90087919b82477db5de99c8ebc6ba5c0,298
63
- pythagoras-0.23.0.dist-info/WHEEL,sha256=607c46fee47e440c91332c738096ff0f5e54ca3b0818ee85462dd5172a38e793,79
64
- pythagoras-0.23.0.dist-info/METADATA,sha256=1f381247fbf37d1ec70ead8188d8233c3dc0bf8b44f98b7f2e8c21e22a329063,4241
65
- pythagoras-0.23.0.dist-info/RECORD,,
63
+ pythagoras-0.23.2.dist-info/WHEEL,sha256=607c46fee47e440c91332c738096ff0f5e54ca3b0818ee85462dd5172a38e793,79
64
+ pythagoras-0.23.2.dist-info/METADATA,sha256=139d93a0da6a9c26e7eebe95e3edaddc7bf28650dd059c6db14667c166958e80,4617
65
+ pythagoras-0.23.2.dist-info/RECORD,,