Skip to main content

CLI tool for scientiflow. This application runs on the client side, decodes pipelines, and executes them in the configured order!

Project description

Scientiflow

Setting the ENV variables

# When developing on Windows, run:
$env:API_BASE="SCIENTIFLOW_BACKEND_URL"     # Set the base URL of the Scientiflow backend
$env:AUTH_TOKEN="SOME_AUTH_TOKEN"           # Set the AUTH token that you get after logging in
$env:SCFLOW_DEBUG=1                         # Run in debug mode, using some dummy data

# on Linux, run:
export API_BASE="SCIENTIFLOW_BACKEND_URL"   # Set the base URL of the Scientiflow backend
export AUTH_TOKEN="SOME_AUTH_TOKEN"         # Set the AUTH token that you get after logging in
export SCFLOW_DEBUG=1                       # Run in debug mode, using some dummy data

Building and installing the python package

poetry build
pip install dist/scientiflow_cli-0.1.0-py3-none-any.whl --force-reinstall

# Now you can run it as:
python -m scientiflow_cli --help

Note: The --force-reinstall flag is used as a sage-guard, in case an already exising version of the package is installed.

For the devs

Note If you need to add a dependency, which this project depends on, use the command poetry add instead of doing a pip install. This will ensure that the pyproject.toml file is updated with the new dependency, and all the other devs have the same dependencies and dependencies versions.

# Activate a poetry shell, and install dependencies
poetry shell

# Install the dependencies if it's your first time working on the project, using:
# poetry install
# In order to run the package without building, you can do:
poetry run python -m scientiflow_cli.main --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scientiflow_cli-0.2.14.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scientiflow_cli-0.2.14-py3-none-any.whl (19.2 kB view details)

Uploaded Python 3

File details

Details for the file scientiflow_cli-0.2.14.tar.gz.

File metadata

  • Download URL: scientiflow_cli-0.2.14.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.13.0 Windows/11

File hashes

Hashes for scientiflow_cli-0.2.14.tar.gz
Algorithm Hash digest
SHA256 fa97699bce1cd95216ca4c0b0727b56ed44014611e409fd2449985e4e8087ced
MD5 22f91b27f6a469fec6c8249232fd8920
BLAKE2b-256 dc2c0eb496586a78667385b80c8735ae44538e7e020bb235a0d2484f84952f1d

See more details on using hashes here.

File details

Details for the file scientiflow_cli-0.2.14-py3-none-any.whl.

File metadata

  • Download URL: scientiflow_cli-0.2.14-py3-none-any.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.13.0 Windows/11

File hashes

Hashes for scientiflow_cli-0.2.14-py3-none-any.whl
Algorithm Hash digest
SHA256 019bd3b000eaba70af0d72b403d62c1c98207f4489c6b57e3a44d3f225f08357
MD5 d789a7e69eb61a6963d9cda99ef64e43
BLAKE2b-256 0c7a64dc152cb82c6b9a54818b4e95b6a9ddd38907e0a11a623c3f33523cdb06

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page