verda 1.17.3__py3-none-any.whl → 1.17.4__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: verda
3
- Version: 1.17.3
3
+ Version: 1.17.4
4
4
  Summary: Official Python SDK for Verda (formerly DataCrunch) Public API
5
5
  Author: Verda Cloud Oy
6
6
  Author-email: Verda Cloud Oy <info@verda.com>
@@ -40,6 +40,8 @@ The SDK's documentation is available on [ReadTheDocs](https://datacrunch-python.
40
40
 
41
41
  Verda Public API documentation [is available here](https://api.verda.com/v1/docs).
42
42
 
43
+ This package was originally published under `datacrunch` name, see [MIGRATION.md](./MIGRATION.md) for details.
44
+
43
45
  ## Getting Started - Using the SDK:
44
46
 
45
47
  - Install:
@@ -65,7 +67,6 @@ Verda Public API documentation [is available here](https://api.verda.com/v1/docs
65
67
  ```
66
68
 
67
69
  - To enable sending inference requests from SDK you must generate an inference key - [Instructions on inference authorization](https://docs.verda.com/inference/authorization)
68
-
69
70
 
70
71
  - Add your inference key to an environment variable
71
72
 
@@ -78,8 +79,6 @@ Verda Public API documentation [is available here](https://api.verda.com/v1/docs
78
79
  Other platforms:
79
80
  https://en.wikipedia.org/wiki/Environment_variable
80
81
 
81
-
82
-
83
82
  - Example for creating a new instance:
84
83
 
85
84
  ```python
@@ -30,6 +30,6 @@ verda/volume_types/__init__.py,sha256=RbM_-0ByeAUASjYRBfqt7AupzaZyVTLc3qK6a3vGJv
30
30
  verda/volume_types/_volume_types.py,sha256=unvFrhWONbOPcsFzf2Oo29IZ8cC5czNRxuAO0dNiVko,1833
31
31
  verda/volumes/__init__.py,sha256=kSXsg5Hj4urV06rCPJKpEGGcOTjeLJFL_J_IaN4Qqo8,45
32
32
  verda/volumes/_volumes.py,sha256=V_W51f25HkLrr_PTJwfH4Z532xEZlHaG3MxOpNAoy7Q,11536
33
- verda-1.17.3.dist-info/WHEEL,sha256=YUH1mBqsx8Dh2cQG2rlcuRYUhJddG9iClegy4IgnHik,79
34
- verda-1.17.3.dist-info/METADATA,sha256=BD2ZDDESu9yKFcmyoFZv5iRiANWkxRjhDnkspDKaX0s,5421
35
- verda-1.17.3.dist-info/RECORD,,
33
+ verda-1.17.4.dist-info/WHEEL,sha256=YUH1mBqsx8Dh2cQG2rlcuRYUhJddG9iClegy4IgnHik,79
34
+ verda-1.17.4.dist-info/METADATA,sha256=BKdcvVnmZUoKAhMRPVEXAZIi_cjfqMkIdmjxwjeT4SQ,5528
35
+ verda-1.17.4.dist-info/RECORD,,
File without changes