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.3.5.tar.gz (17.0 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.3.5-py3-none-any.whl (23.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: scientiflow_cli-0.3.5.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.11.0-25-generic

File hashes

Hashes for scientiflow_cli-0.3.5.tar.gz
Algorithm Hash digest
SHA256 2f4db6fbcef7af13b9c88182f9faf3d903b95976cab2c39390029cb44c2ef673
MD5 a1e70880b6ec4d4d3780e5f3607dae19
BLAKE2b-256 d3edb027206deb846e97ff82cd59f29e2a9dc36c0c8fe76aa866ba8959cdc9aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: scientiflow_cli-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 23.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.11.0-25-generic

File hashes

Hashes for scientiflow_cli-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4c3b430e89d4eb20b0e5d120f24a4abccdf55646c5ecbe5b04c8e37e0dd0235c
MD5 c1ffa29b0ff3e7635475dccf44cb7115
BLAKE2b-256 1b5ebf409c3fe2ccf56f6c61ecea95431f7e418da043c84fd70456e03faf4f71

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