ocean-runner 0.2.4__tar.gz → 0.2.5__tar.gz

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 ocean-runner might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ocean-runner
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: A fluent API for OceanProtocol algorithms
5
5
  Project-URL: Homepage, https://github.com/AgrospAI/ocean-runner
6
6
  Project-URL: Issues, https://github.com/AgrospAI/ocean-runner/issues
@@ -193,8 +193,9 @@ As seen in the minimal example, all methods implemented in `Algorithm` have a de
193
193
  To load the OceanProtocol JobDetails instance, the program will read some environment variables, they can be mocked passing an instance of `Environment` through the configuration of the algorithm.
194
194
 
195
195
  Environment variables:
196
- - *DIDS*: Input dataset(s) DID's.
197
- - *TRANSFORMATION_DID*: Algorithm DID.
198
- - *SECRET*: Algorithm secret.
199
- - *BASE_DIR* (optional, default='/data'): Base path to the OceanProtocol data directories.
196
+ - `DIDS` Input dataset(s) DID's, must have format: `["abc..90"]`
197
+ - `TRANSFORMATION_DID` Algorithm DID, must have format: `abc..90`
198
+ - `SECRET` Algorithm secret.
199
+ - `BASE_DIR` (optional, default="/data"): Base path to the OceanProtocol data directories.
200
+ - `RUNTIME` (optional, default="dev"): Runtime mode
200
201
 
@@ -170,8 +170,9 @@ As seen in the minimal example, all methods implemented in `Algorithm` have a de
170
170
  To load the OceanProtocol JobDetails instance, the program will read some environment variables, they can be mocked passing an instance of `Environment` through the configuration of the algorithm.
171
171
 
172
172
  Environment variables:
173
- - *DIDS*: Input dataset(s) DID's.
174
- - *TRANSFORMATION_DID*: Algorithm DID.
175
- - *SECRET*: Algorithm secret.
176
- - *BASE_DIR* (optional, default='/data'): Base path to the OceanProtocol data directories.
173
+ - `DIDS` Input dataset(s) DID's, must have format: `["abc..90"]`
174
+ - `TRANSFORMATION_DID` Algorithm DID, must have format: `abc..90`
175
+ - `SECRET` Algorithm secret.
176
+ - `BASE_DIR` (optional, default="/data"): Base path to the OceanProtocol data directories.
177
+ - `RUNTIME` (optional, default="dev"): Runtime mode
177
178
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ocean-runner"
3
- version = "0.2.4"
3
+ version = "0.2.5"
4
4
  description = "A fluent API for OceanProtocol algorithms"
5
5
  authors = [
6
6
  { name = "AgrospAI", email = "agrospai@udl.cat" },
File without changes
File without changes