pythagoras 0.25.7__py3-none-any.whl → 0.25.8__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
@@ -33,6 +33,9 @@ from ._100_top_level_API import *
33
33
  from ._800_signatures_and_converters import *
34
34
 
35
35
  from importlib import metadata as _md
36
- __version__ = _md.version("pythagoras")
36
+ try:
37
+ __version__ = _md.version("pythagoras")
38
+ except _md.PackageNotFoundError:
39
+ __version__ = "unknown"
37
40
 
38
41
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pythagoras
3
- Version: 0.25.7
3
+ Version: 0.25.8
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
@@ -57,9 +57,12 @@ Description-Content-Type: text/markdown
57
57
  # Pythagoras
58
58
 
59
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)
60
+ [![Python versions](https://img.shields.io/pypi/pyversions/Pythagoras.svg)](https://github.com/pythagoras-dev/Pythagoras)
61
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
62
+ [![Downloads](https://img.shields.io/pypi/dm/Pythagoras?color=blue)](https://pypistats.org/packages/Pythagoras)
63
+ [![Code style: pep8](https://img.shields.io/badge/code_style-pep8-blue.svg)](https://peps.python.org/pep-0008/)
64
+ [![Docstring Style: Google](https://img.shields.io/badge/docstrings_style-Google-blue)](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)
65
+
63
66
 
64
67
 
65
68
  Planet-scale distributed computing in Python.
@@ -69,8 +69,8 @@ pythagoras/_800_signatures_and_converters/random_signatures.py,sha256=IpZ7uwReCd
69
69
  pythagoras/_900_project_stats_collector/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
70
70
  pythagoras/_900_project_stats_collector/__init__.py,sha256=Eagt-BhPPtBGgpMywx2lkLDK1603Y9t_QBdtHKUHHFY,71
71
71
  pythagoras/_900_project_stats_collector/project_analyzer.py,sha256=uhycFKjUIXEpYcZYnak3yn4JFhchl-oZ7wt6spFxhoY,3574
72
- pythagoras/__init__.py,sha256=oA6bi5Ov3Io9Adn8zEmSIMqb2NAJM2MUN5fV1y7bgHA,1312
72
+ pythagoras/__init__.py,sha256=Bi4hsTshHN94HMCEajB1x25yYrw4cMABmWYvByxk-2w,1382
73
73
  pythagoras/core/__init__.py,sha256=yfamQZNt_7FL7vfxSoCTZq2ZL6rupp6qzcp9CHhTj3E,2674
74
- pythagoras-0.25.7.dist-info/WHEEL,sha256=M6du7VZflc4UPsGphmOXHANdgk8zessdJG0DBUuoA-U,78
75
- pythagoras-0.25.7.dist-info/METADATA,sha256=Nl9R_M30uXo0khMWYGbxvazmifYg3hjdZI05qQInQug,13139
76
- pythagoras-0.25.7.dist-info/RECORD,,
74
+ pythagoras-0.25.8.dist-info/WHEEL,sha256=M6du7VZflc4UPsGphmOXHANdgk8zessdJG0DBUuoA-U,78
75
+ pythagoras-0.25.8.dist-info/METADATA,sha256=SfUWDoFLZ9liw9V5RvjwPJ2HCv_h2VulGYmWjlge5kY,13439
76
+ pythagoras-0.25.8.dist-info/RECORD,,