zenml-nightly 0.58.2.dev20240611__py3-none-any.whl → 0.58.2.dev20240613__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.
README.md CHANGED
@@ -75,6 +75,14 @@
75
75
 
76
76
  ---
77
77
 
78
+ ## ⭐️ Show Your Support
79
+
80
+ If you find ZenML helpful or interesting, please consider giving us a star on GitHub. Your support helps promote the project and lets others know that it's worth checking out.
81
+
82
+ Thank you for your support! 🌟
83
+
84
+ [![Star this project](https://img.shields.io/github/stars/zenml-io/zenml?style=social)](https://github.com/zenml-io/zenml/stargazers)
85
+
78
86
  ## 🤸 Quickstart
79
87
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zenml-io/zenml/blob/main/examples/quickstart/quickstart.ipynb)
80
88
 
@@ -206,10 +214,11 @@ enable collaborative features as the central MLOps interface for teams.
206
214
 
207
215
  Currently, there are two main ways to deploy ZenML:
208
216
 
209
- - **ZenML Cloud**: With [ZenML Cloud](cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link),
210
- you can make use of a control plane to create ZenML servers, also known as tenants.
211
- These tenants are managed and maintained by ZenML’s dedicated team, alleviating
212
- the burden of server management from your end.
217
+ - **ZenML Pro**: [ZenML Pro](cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link),
218
+ offers a SaaS version which comes with a control plane to create and manage multiple ZenML servers.
219
+ These servers are managed and maintained by ZenML’s dedicated team, alleviating
220
+ the burden of server management from your end. They also come with additional features like RBAC, a Model Control Plane
221
+ and [much more](https://zenml-io.gitbook.io/zenml-documentation/getting-started/zenml-pro.
213
222
  - **Self-hosted deployment**: Alternatively, you have the flexibility to [deploy
214
223
  ZenML on your own self-hosted environment](https://docs.zenml.io/getting-started/deploying-zenml#deploying-a-zenml-server).
215
224
  This can be achieved through various methods, including using our CLI, Docker,
@@ -259,6 +268,14 @@ Or, if you
259
268
  prefer, [open an issue](https://github.com/zenml-io/zenml/issues/new/choose) on
260
269
  our GitHub repo.
261
270
 
271
+ ## ⭐️ Show Your Support
272
+
273
+ If you find ZenML helpful or interesting, please consider giving us a star on GitHub. Your support helps promote the project and lets others know that it's worth checking out.
274
+
275
+ Thank you for your support! 🌟
276
+
277
+ [![Star this project](https://img.shields.io/github/stars/zenml-io/zenml?style=social)](https://github.com/zenml-io/zenml/stargazers)
278
+
262
279
  ## 📜 License
263
280
 
264
281
  ZenML is distributed under the terms of the Apache License Version 2.0.
@@ -280,7 +297,7 @@ the Apache License Version 2.0.
280
297
  ·
281
298
  <a href="https://github.com/zenml-io/zenml/issues">Report Bug</a>
282
299
  ·
283
- <a href="https://zenml.io/cloud">Sign up for Cloud</a>
300
+ <a href="https://zenml.io/cloud">Sign up for ZenML Pro</a>
284
301
  ·
285
302
  <a href="https://www.zenml.io/blog">Read Blog</a>
286
303
  ·
zenml/VERSION CHANGED
@@ -1 +1 @@
1
- 0.58.2.dev20240611
1
+ 0.58.2.dev20240613
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zenml-nightly
3
- Version: 0.58.2.dev20240611
3
+ Version: 0.58.2.dev20240613
4
4
  Summary: ZenML: Write production-ready ML code.
5
5
  Home-page: https://zenml.io
6
6
  License: Apache-2.0
@@ -212,6 +212,14 @@ Description-Content-Type: text/markdown
212
212
 
213
213
  ---
214
214
 
215
+ ## ⭐️ Show Your Support
216
+
217
+ If you find ZenML helpful or interesting, please consider giving us a star on GitHub. Your support helps promote the project and lets others know that it's worth checking out.
218
+
219
+ Thank you for your support! 🌟
220
+
221
+ [![Star this project](https://img.shields.io/github/stars/zenml-io/zenml?style=social)](https://github.com/zenml-io/zenml/stargazers)
222
+
215
223
  ## 🤸 Quickstart
216
224
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zenml-io/zenml/blob/main/examples/quickstart/quickstart.ipynb)
217
225
 
@@ -343,10 +351,11 @@ enable collaborative features as the central MLOps interface for teams.
343
351
 
344
352
  Currently, there are two main ways to deploy ZenML:
345
353
 
346
- - **ZenML Cloud**: With [ZenML Cloud](cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link),
347
- you can make use of a control plane to create ZenML servers, also known as tenants.
348
- These tenants are managed and maintained by ZenML’s dedicated team, alleviating
349
- the burden of server management from your end.
354
+ - **ZenML Pro**: [ZenML Pro](cloud.zenml.io/?utm_source=readme&utm_medium=referral_link&utm_campaign=cloud_promotion&utm_content=signup_link),
355
+ offers a SaaS version which comes with a control plane to create and manage multiple ZenML servers.
356
+ These servers are managed and maintained by ZenML’s dedicated team, alleviating
357
+ the burden of server management from your end. They also come with additional features like RBAC, a Model Control Plane
358
+ and [much more](https://zenml-io.gitbook.io/zenml-documentation/getting-started/zenml-pro.
350
359
  - **Self-hosted deployment**: Alternatively, you have the flexibility to [deploy
351
360
  ZenML on your own self-hosted environment](https://docs.zenml.io/getting-started/deploying-zenml#deploying-a-zenml-server).
352
361
  This can be achieved through various methods, including using our CLI, Docker,
@@ -396,6 +405,14 @@ Or, if you
396
405
  prefer, [open an issue](https://github.com/zenml-io/zenml/issues/new/choose) on
397
406
  our GitHub repo.
398
407
 
408
+ ## ⭐️ Show Your Support
409
+
410
+ If you find ZenML helpful or interesting, please consider giving us a star on GitHub. Your support helps promote the project and lets others know that it's worth checking out.
411
+
412
+ Thank you for your support! 🌟
413
+
414
+ [![Star this project](https://img.shields.io/github/stars/zenml-io/zenml?style=social)](https://github.com/zenml-io/zenml/stargazers)
415
+
399
416
  ## 📜 License
400
417
 
401
418
  ZenML is distributed under the terms of the Apache License Version 2.0.
@@ -417,7 +434,7 @@ the Apache License Version 2.0.
417
434
  ·
418
435
  <a href="https://github.com/zenml-io/zenml/issues">Report Bug</a>
419
436
  ·
420
- <a href="https://zenml.io/cloud">Sign up for Cloud</a>
437
+ <a href="https://zenml.io/cloud">Sign up for ZenML Pro</a>
421
438
  ·
422
439
  <a href="https://www.zenml.io/blog">Read Blog</a>
423
440
  ·
@@ -1,12 +1,12 @@
1
1
  CLA.md,sha256=_ZIvAMX21mdV8bzxQLOYGIDu5vw8WSG7zQwQ_ea27XM,11654
2
2
  CODE-OF-CONDUCT.md,sha256=9zBNLt5KHB64X_qwNWaKWl7BvXkFUEluWd5heLPYQBM,5496
3
3
  CONTRIBUTING.md,sha256=bls3RAZF76sz531nvErQM9EiyeLACOluusZ8-pyH9j4,11488
4
- README.md,sha256=6Dp2cZVmIP6zX_F3EgsfrIcO9m4FIkCGfy9Bk3gxDSE,11979
4
+ README.md,sha256=0WzUI6EzIeKXCatYkQ8LV-nPf2ksRkhMN720gkMlvH4,12906
5
5
  RELEASE_NOTES.md,sha256=EENSC6_m41okG2GBwuHcEANKgavnusSpIrBbddlqNeo,330861
6
6
  ROADMAP.md,sha256=hiLSmr16BH8Dfx7SaQM4JcXCGCVl6mFZPFAwJeDTrJU,407
7
7
  SECURITY.md,sha256=9DepA8y03yvCZLHEfcXLTDH4lUyKHquAdukBsccNN7c,682
8
8
  zenml/README.md,sha256=827dekbOWAs1BpW7VF1a4d7EbwPbjwccX-2zdXBENZo,1777
9
- zenml/VERSION,sha256=TRl5soituWsTxuLTWGz1GY4PCgge-VAMkMxdXsJjMig,19
9
+ zenml/VERSION,sha256=N8T5c8YCc758VzPmHIvb1rHYzb2rpodROKQwMsTeHxs,19
10
10
  zenml/__init__.py,sha256=qT3QHiuTgUwk05sOiML0Gcjre3pugvDAw84_br9Psvo,2394
11
11
  zenml/_hub/__init__.py,sha256=6qDzpQAAZa__Aiiz0mC1qM-9dw9_jk_v_aXeJknxbDE,644
12
12
  zenml/_hub/client.py,sha256=LAxLuDjY9ya1PPRzxS0_pvu__FSpAqEjbtHTqVwgMWc,9071
@@ -1293,8 +1293,8 @@ zenml/zen_stores/secrets_stores/service_connector_secrets_store.py,sha256=0CgWJo
1293
1293
  zenml/zen_stores/secrets_stores/sql_secrets_store.py,sha256=Cips_SPX7CtfYQyOZNiHAhmVtVgb17HCyHQia5MlTX4,8653
1294
1294
  zenml/zen_stores/sql_zen_store.py,sha256=f5spF_vWJg8kO6ud9uzELqh7LRxSAWyB1HLono1_gT0,353540
1295
1295
  zenml/zen_stores/zen_store_interface.py,sha256=vi0tr6vDES97h_rFZZYeaz2Y0nM4xm66CcUXSOEITN4,86372
1296
- zenml_nightly-0.58.2.dev20240611.dist-info/LICENSE,sha256=wbnfEnXnafPbqwANHkV6LUsPKOtdpsd-SNw37rogLtc,11359
1297
- zenml_nightly-0.58.2.dev20240611.dist-info/METADATA,sha256=gFEWoiJRqBHPzRlyrLmjOHMNwsrRcamUMuqRupQKK2Y,19094
1298
- zenml_nightly-0.58.2.dev20240611.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1299
- zenml_nightly-0.58.2.dev20240611.dist-info/entry_points.txt,sha256=QK3ETQE0YswAM2mWypNMOv8TLtr7EjnqAFq1br_jEFE,43
1300
- zenml_nightly-0.58.2.dev20240611.dist-info/RECORD,,
1296
+ zenml_nightly-0.58.2.dev20240613.dist-info/LICENSE,sha256=wbnfEnXnafPbqwANHkV6LUsPKOtdpsd-SNw37rogLtc,11359
1297
+ zenml_nightly-0.58.2.dev20240613.dist-info/METADATA,sha256=VigSmquTfex2MiMcCtISaW4kV3hcPH2wYac-57I60J8,20021
1298
+ zenml_nightly-0.58.2.dev20240613.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1299
+ zenml_nightly-0.58.2.dev20240613.dist-info/entry_points.txt,sha256=QK3ETQE0YswAM2mWypNMOv8TLtr7EjnqAFq1br_jEFE,43
1300
+ zenml_nightly-0.58.2.dev20240613.dist-info/RECORD,,