openseespy
OpenSeesPy — Python interpreter for OpenSees
What it is and what it does
OpenSeesPy provides a Python interface to OpenSees, an open-source framework for structural analysis and earthquake engineering simulation. It wraps the core OpenSees engine and exposes it through a Python API, allowing you to define structural models, apply loads, run analyses, and extract results programmatically.
The package itself is a meta-package—when you install it, pip automatically detects your operating system and installs the matching platform-specific binary (Linux, Windows, or macOS). This removes the friction of manual binary selection. The package requires Python 3.10 or later and has three runtime dependencies, one for each supported platform.
Use it for:
- Define and analyze structural models for buildings, bridges, or other civil infrastructure using Python scripts.
- Run earthquake ground-motion simulations and seismic response analyses on structural systems.
- Automate parametric studies by scripting multiple model variations and batch-running analyses.
- Integrate structural analysis into larger engineering workflows or optimization loops.
- Prototype and validate finite-element models before deploying to production analysis tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
OpenSeesPy is a Python interpreter for OpenSees, a structural analysis and simulation framework. It automatically installs the correct platform-specific binary for your operating system.
Yes, if you need Python-based structural analysis and simulation. The package has low install friction, active maintenance, no known vulnerabilities, and broad platform support. The main caveat is that license terms are unclear—verify LICENSE.md in the repository before use in commercial or restricted-license projects. For academic and open-source structural engineering work, it is a solid choice.
Install
openseespy on PyPI
pip
pip install openseespyuv
uv add openseespypoetry
poetry add openseespyInstalling openseespy
Before you install
Installation is straightforward with low friction—the package is a meta-package that automatically selects and installs the correct platform-specific binary (openseespylinux, openseespywin, or openseespymac) for your OS. The project is actively maintained with recent commits.
License in practice
License treatment is unclear—the package references LICENSE.md but provides no SPDX identifier. Before relying on this package in a commercial or restricted-license context, verify the actual license terms in the repository.
Quickstart
pip install openseespy
import openseespy.opensees as ops
Requires Python 3.10 or later.
Verify before relying
- Actual license terms and restrictions (LICENSE.md is referenced but SPDX is null)
- Whether platform-specific binaries are pre-built or compiled on install
- Performance characteristics and typical use-case scale limits
Package facts
| License | LICENSE.md (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — openseespylinux, openseespywin, openseespymac |
| Maintenance | actively maintained — 149 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 625,670/month — #5,693 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openseespy-3.8.0.0-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
obspyObsPy provides a Python framework for…
copyleft · top 15,000 on PyPI
openseespylinuxOpenSeesPy Linux provides a Python interface to…
unclear · top 15,000 on PyPI
PyNiteFEAPyNiteFEA performs 3D elastic structural finite…
permissive · top 15,000 on PyPI
MDAnalysisMDAnalysis reads and analyzes molecular…
copyleft · top 15,000 on PyPI
pyocseAutomates simulation workflows for organic…
permissive · top 15,000 on PyPI
OpenMMOpenMM is a Python wrapper for a C++ molecular…
permissive · top 15,000 on PyPI
matscipyMatscipy provides domain-specific computational…
copyleft · top 15,000 on PyPI
anastructAnalyzes 2D frames and trusses to compute…
copyleft · top 15,000 on PyPI
aseASE provides Python tools for setting up,…
copyleft · top 5,000 on PyPI
mujocoMuJoCo is a physics simulation engine with…
permissive · top 5,000 on PyPI