Skip to main content

OpenSees CLI Documentation

Command-line interface for authentication and simulation runs.

Install

pip install opensees_cli

The PyPI distribution name matches the import name: import opensees_cli and python -m opensees_cli.

Package page: pypi.org/project/opensees_cli (PyPI may still show opensees-cli in the page title; that is the same project—hyphens and underscores are equivalent there.)

PATH and the ops command

After install, pip places the ops launcher in a scripts directory (e.g. Scripts on Windows, bin on macOS/Linux). That folder might not be on your PATH, so ops may be missing in a new terminal.

  • On the first interactive run, the CLI can offer to add that folder to your PATH automatically.
  • To always run that step (for example on Windows), use:
python -m opensees_cli set-path

Answer Y when prompted. Open a new terminal afterward, then try ops version.

If ops is still not found, you can run the same program with:

python -m opensees_cli

To see the PATH offer again after you skipped it, delete the marker file ~/.opensees/path_fixed (on Windows: %USERPROFILE%\.opensees\path_fixed) and run python -m opensees_cli or python -m opensees_cli set-path.

Quick Start

# 1) Create account
ops auth signup --email you@example.com

# 2) Confirm account
ops auth confirm --email you@example.com --code 123456

# 3) Log in
ops auth login --email you@example.com

# 4) Submit a simulation
ops run submit ./model.py --timeout 300 --wait

Top-Level Commands

ops set-path
ops version
ops status
ops help
  • set-path: interactive prompt to add the ops launcher directory to your PATH (use python -m opensees_cli set-path if ops is not on PATH yet)
  • version: print CLI version
  • status: show account details, signup time, and usage quota (calls the API)

Auth Commands

ops auth signup --email you@example.com
ops auth confirm --email you@example.com --code 123456
ops auth resend-code --email you@example.com
ops auth login --email you@example.com
ops auth logout
ops auth status
ops auth forgot-password --email you@example.com
ops auth reset-password --email you@example.com --code 123456
ops auth change-password
ops auth help

Run Commands

ops run submit ./model.py --timeout 120
ops run submit ./model.py --wait
ops run status <run_id>
ops run output <run_id>
ops run result <run_id>
ops run cancel <run_id>
ops run list --limit 20
ops run help

run submit options

  • file (required positional): local path to a .py file (uploaded if the path exists under its filename), or a cloud path such as model.py or lab/model.py
  • --timeout, -t: max wall time per task in seconds (default 120). The API requires your monthly runtime remainingtimeout × number of tasks. Runs above 900s use Fargate when configured; otherwise the 900s Lambda limit applies.
  • --wait, -w: wait and stream output until completion (default: return immediately with the analysis ID on stdout; progress on stderr)

Validation enforced by CLI (local uploads):

  • path must exist on disk and be a regular file
  • file extension must be .py
  • file size must be <= 200 KB

Common Workflows

Check account + quota

ops status

Submit and monitor a run later (default)

ops run submit ./model.py
ops run status <run_id>
ops run output <run_id>
ops run result <run_id>

Submit and wait for live output

ops run submit ./model.py --wait

Reset password

ops auth forgot-password --email you@example.com
ops auth reset-password --email you@example.com --code 123456

Download files

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

Source Distribution

opensees_cli-0.2.1.tar.gz (60.4 kB view details)

Uploaded Source

Built Distribution

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

opensees_cli-0.2.1-py3-none-any.whl (56.0 kB view details)

Uploaded Python 3

File details

Details for the file opensees_cli-0.2.1.tar.gz.

File metadata

  • Download URL: opensees_cli-0.2.1.tar.gz
  • Upload date:
  • Size: 60.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for opensees_cli-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f9912ebbf3db0165cbd7fc8bc1e11b0dce44585217ba65e8e9c4d8a0e18cf9ca
MD5 dfe1f0a046a09dbe1d7441b72cfef363
BLAKE2b-256 058d6d76e233330d0c3b82a7a637427400c65187200b0165a8e20bb44800180e

See more details on using hashes here.

File details

Details for the file opensees_cli-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: opensees_cli-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 56.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for opensees_cli-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 281364fadbc6d92ab4d76bd1402a1d99c1a90d7536a1b7941a8620e864138a46
MD5 a59d28e0b43d14f5571fa8fd6f65eeef
BLAKE2b-256 ab3e8ef97895783ca4509f7881741d72b9ac3cea7ace1f3a5631c86886bdeac6

See more details on using hashes here.

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page