A plugin for nodestream providing pipeline shell execution.
Project description
Nodestream Shell Plugin
This plugin provides a Nodestream shell extractor.
NOTE: This plugin is currently in development and is not yet ready for production use.
Installation
pip install nodestream-plugin-shell
For commands that return output in json format
# pipeline.yaml
- implementation: nodestream_plugin_shell:Shell
arguments:
command: curl
arguments:
- https://example.com/api/data/json
options:
X: GET
header: "Accept: application/json"
ignore_stdout: false #Provide json output from command to next step in pipeline.
This would be equivalent to running:
curl https://example.com/api/data.json -X GET --header "Accept: application/json"
For commands that create files that you would like to read into the pipeline
Terminal command
# pipeline.yaml
- implementation: nodestream_plugin_shell:Shell
arguments:
command: curl
arguments:
- https://example.com/api/data.json
options:
X: GET
header: "Accept: application/json"
flags:
- O
ignore_stdout: true #Do not provide output from command to next step in pipeline.
- implementation: nodestream.pipeline.extractors:FileExtractor
arguments:
globs:
- data.json
This would be equivalent to running:
curl https://example.com/api/data.json -X GET --header "Accept: application/json" -O
cat data.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nodestream_plugin_shell-0.14.0.tar.gz.
File metadata
- Download URL: nodestream_plugin_shell-0.14.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab5afc7c5e591063e093c22109c1cb484ed0b74dd8873eb65a1abb78262e8096
|
|
| MD5 |
dc14e54f7d31a1dd218a761b7e8d3aed
|
|
| BLAKE2b-256 |
df0dc24ffdcb5a9a1d45081f1b28a8049ee041864d2c9cc91b33d6f975661935
|
Provenance
The following attestation bundles were made for nodestream_plugin_shell-0.14.0.tar.gz:
Publisher:
release.yaml on nodestream-proj/nodestream-plugin-shell
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nodestream_plugin_shell-0.14.0.tar.gz -
Subject digest:
ab5afc7c5e591063e093c22109c1cb484ed0b74dd8873eb65a1abb78262e8096 - Sigstore transparency entry: 173817196
- Sigstore integration time:
-
Permalink:
nodestream-proj/nodestream-plugin-shell@3262063a3804a34b854d2fbab167a72bd31feceb -
Branch / Tag:
refs/tags/0.14.0 - Owner: https://github.com/nodestream-proj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@3262063a3804a34b854d2fbab167a72bd31feceb -
Trigger Event:
release
-
Statement type:
File details
Details for the file nodestream_plugin_shell-0.14.0-py3-none-any.whl.
File metadata
- Download URL: nodestream_plugin_shell-0.14.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beddf9d46e83e5d5797bfc288f4a77e8582626df4353191f493554f3e88f410e
|
|
| MD5 |
f92fc7d8b2abf24210b9f2244702e79d
|
|
| BLAKE2b-256 |
38e090431a3de3d406415536ad09a745ed2568eda809db7db4919daed48ac9cd
|
Provenance
The following attestation bundles were made for nodestream_plugin_shell-0.14.0-py3-none-any.whl:
Publisher:
release.yaml on nodestream-proj/nodestream-plugin-shell
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nodestream_plugin_shell-0.14.0-py3-none-any.whl -
Subject digest:
beddf9d46e83e5d5797bfc288f4a77e8582626df4353191f493554f3e88f410e - Sigstore transparency entry: 173817198
- Sigstore integration time:
-
Permalink:
nodestream-proj/nodestream-plugin-shell@3262063a3804a34b854d2fbab167a72bd31feceb -
Branch / Tag:
refs/tags/0.14.0 - Owner: https://github.com/nodestream-proj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@3262063a3804a34b854d2fbab167a72bd31feceb -
Trigger Event:
release
-
Statement type: