.gitignore
LICENSE
MANIFEST.in
README.md
installation.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
examples/1_Getting_Started.ipynb
examples/2_Define_a_Model.ipynb
examples/3_Run_an_Analysis.ipynb
examples/groundmotions/1xa.txt
examples/groundmotions/1ya.txt
img/teaser_image.png
section_data/EXCEL_to_JSON.ipynb
section_data/aisc-shapes-database-v15.0.xlsx
section_data/get_sections
section_data/sections.json
src/osmg/__init__.py
src/osmg/collections.py
src/osmg/common.py
src/osmg/component_assembly.py
src/osmg/defaults.py
src/osmg/level.py
src/osmg/line.py
src/osmg/load_case.py
src/osmg/mesh.py
src/osmg/model.py
src/osmg/physical_material.py
src/osmg/py.typed
src/osmg/sections.json
src/osmg/solver.py
src/osmg/transformations.py
src/osmg.egg-info/PKG-INFO
src/osmg.egg-info/SOURCES.txt
src/osmg.egg-info/dependency_links.txt
src/osmg.egg-info/not-zip-safe
src/osmg.egg-info/requires.txt
src/osmg.egg-info/top_level.txt
src/osmg/gen/__init__.py
src/osmg/gen/component_gen.py
src/osmg/gen/material_gen.py
src/osmg/gen/mesh_shapes.py
src/osmg/gen/node_gen.py
src/osmg/gen/query.py
src/osmg/gen/section_gen.py
src/osmg/gen/uid_gen.py
src/osmg/gen/zerolength_gen.py
src/osmg/graphics/__init__.py
src/osmg/graphics/general_2d.py
src/osmg/graphics/graphics_common.py
src/osmg/graphics/graphics_common_3d.py
src/osmg/graphics/postprocessing_3d.py
src/osmg/graphics/preprocessing_3d.py
src/osmg/graphics/visibility.py
src/osmg/ops/__init__.py
src/osmg/ops/element.py
src/osmg/ops/node.py
src/osmg/ops/section.py
src/osmg/ops/uniaxial_material.py
src/osmg/postprocessing/__init__.py
src/osmg/postprocessing/basic_forces.py
src/osmg/postprocessing/design.py
src/osmg/postprocessing/steel_design_checks.py
src/osmg/preprocessing/__init__.py
src/osmg/preprocessing/rigid_diaphragm.py
src/osmg/preprocessing/self_weight_mass.py
src/osmg/preprocessing/split_component.py
src/osmg/preprocessing/tributary_area_analysis.py