thds.mops 3.6.20250219172032__py3-none-any.whl → 3.6.20250219230559__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.

Potentially problematic release.


This version of thds.mops might be problematic. Click here for more details.

thds/mops/meta.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "git_commit": "affac0a04726de27f8065525d193df4cd6376b9c",
3
- "git_branch": "task/dbxtend/use-pure-magic",
2
+ "git_commit": "80329b7deb27e7837964ad711917195b65921bfe",
3
+ "git_branch": "main",
4
4
  "git_is_clean": true,
5
- "pyproject_version": "3.6.20250219172032",
6
- "thds_user": "peter.gaultney",
5
+ "pyproject_version": "3.6.20250219230559",
6
+ "thds_user": "runner",
7
7
  "misc": {}
8
8
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: thds.mops
3
- Version: 3.6.20250219172032
3
+ Version: 3.6.20250219230559
4
4
  Summary: ML Ops tools for Trilliant Health
5
5
  Author: Trilliant Health
6
6
  Description-Content-Type: text/markdown
@@ -17,26 +17,33 @@ Requires-Dist: tomli; python_version < "3.11"
17
17
  Provides-Extra: k8s
18
18
  Requires-Dist: kubernetes>=18.20; extra == "k8s" and extra == "k8s"
19
19
 
20
- # `mops`
21
-
22
20
  `mops` is a Python library for ML Operations.
23
21
 
22
+ Jump to
23
+ [Quickstart](https://github.com/TrilliantHealth/trilliant-data-science/blob/main/libs/mops/docs/quickstart.adoc))
24
+ if you +++<del>+++are impatient+++</del>+++ prefer examples, like me!
25
+
24
26
  `mops` solves for three core issues:
25
27
 
26
- - Transfer of
27
- [pure](https://github.com/TrilliantHealth/trilliant-data-science/libs/mops/docs/pure_functions.adoc)
28
+ - [Efficient](https://github.com/TrilliantHealth/trilliant-data-science/blob/main/libs/mops/docs/optimizations.adoc)
29
+ transfer of
30
+ [pure](https://github.com/TrilliantHealth/trilliant-data-science/blob/main/libs/mops/docs/pure_functions.adoc)
28
31
  function execution to
29
- [remote](https://github.com/TrilliantHealth/trilliant-data-science/libs/mops/docs/remote.adoc)
32
+ [remote](https://github.com/TrilliantHealth/trilliant-data-science/blob/main/libs/mops/docs/remote.adoc)
30
33
  execution environments with more &| different compute resources
31
- - [Efficient](https://github.com/TrilliantHealth/trilliant-data-science/libs/mops/docs/optimizations.adoc)
32
- transfer of large blob data to/from other environments.
33
- - [Memoization](https://github.com/TrilliantHealth/trilliant-data-science/libs/mops/docs/memoization.adoc)
34
+
35
+ - Everything is written in standard Python with basic Python primitives; no frameworks, YAML, DSLs...
36
+
37
+ - [Memoization](https://github.com/TrilliantHealth/trilliant-data-science/blob/main/libs/mops/docs/memoization.adoc)
34
38
  — i.e. _reproducibility and fault tolerance_ — for individual functions.
35
39
 
40
+ - Droppability: `mops` shouldn't entangle itself with your code, and you should always be able to run
41
+ your code with or without `mops` in the loop.
42
+
36
43
  It is used by
37
- [decorating or wrapping your pure function and then calling it](https://github.com/TrilliantHealth/trilliant-data-science/libs/mops/docs/basic_usage.adoc)
44
+ [decorating or wrapping your pure function and then calling it](https://github.com/TrilliantHealth/trilliant-data-science/blob/main/libs/mops/docs/magic.adoc)
38
45
  like a normal function.
39
46
 
40
47
  ### read the docs
41
48
 
42
- [Browse our full documentation here.](https://github.com/TrilliantHealth/trilliant-data-science/libs/mops/README.adoc)
49
+ [Browse our full documentation here.](https://github.com/TrilliantHealth/trilliant-data-science/blob/main/libs/mops/README.adoc)
@@ -2,7 +2,7 @@ thds/mops/__about__.py,sha256=IW_3wy8wEdrVducoBdiVgD7oYOY4J8yO1ezBaPtrc6U,215
2
2
  thds/mops/__init__.py,sha256=dbujDxVVfHpWP7OyfjEdNVHLtKx99rsNQPYfjTKn5Lg,127
3
3
  thds/mops/_compat.py,sha256=nArultEBSfWeT8eJOETN-H3vd4miEhZBXwjc6cCCtTc,157
4
4
  thds/mops/config.py,sha256=T62YskXvzAfxNgpq2jMatHgoIHfRV_z4cvJ8Rl_TZ6E,2015
5
- thds/mops/meta.json,sha256=yG8p_Ekd9MOa_zGcHh-Z6WgFWCJ_5ZEPc-2H3tAaVCA,226
5
+ thds/mops/meta.json,sha256=endn-HL0nMUVYPqA-mLev2mUPfDNtciT6kee2JmOHEo,195
6
6
  thds/mops/parallel.py,sha256=FIWm53NJF1X910sTUGhqYj_XJWaSzgEDdsZq9siDvhk,926
7
7
  thds/mops/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  thds/mops/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -104,8 +104,8 @@ thds/mops/pure/tools/summarize/cli.py,sha256=gaechsJhRZsOxGJGG1dQsW5dMBlgSv2sUmE
104
104
  thds/mops/pure/tools/summarize/run_summary.py,sha256=HCfAJhgAa9u6kXbzJlHa2n-9vVTaTHYSxrN_DP-Sjo4,4892
105
105
  thds/mops/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
106
  thds/mops/testing/deferred_imports.py,sha256=f0ezCgQAtzTqW1yAOb0OWgsB9ZrlztLB894LtpWDaVw,3780
107
- thds.mops-3.6.20250219172032.dist-info/METADATA,sha256=atgf8-9Dxo4Zel6fAPQr4CPROXoAr8qxctSQJeTBGOc,1671
108
- thds.mops-3.6.20250219172032.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
109
- thds.mops-3.6.20250219172032.dist-info/entry_points.txt,sha256=qKvCAaB80syXfxVR3xx6x9J0YJdaQWkIbVSw-NwFgMw,322
110
- thds.mops-3.6.20250219172032.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
111
- thds.mops-3.6.20250219172032.dist-info/RECORD,,
107
+ thds.mops-3.6.20250219230559.dist-info/METADATA,sha256=mo88_4nYzApLSpRZDUhwfsAaaUAUtkEsmak27e181wc,2105
108
+ thds.mops-3.6.20250219230559.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
109
+ thds.mops-3.6.20250219230559.dist-info/entry_points.txt,sha256=qKvCAaB80syXfxVR3xx6x9J0YJdaQWkIbVSw-NwFgMw,322
110
+ thds.mops-3.6.20250219230559.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
111
+ thds.mops-3.6.20250219230559.dist-info/RECORD,,