Metadata-Version: 2.4
Name: ospgrid
Version: 0.6.0
Summary: 2D grid analysis wrapper for OpenSeesPy
Author-email: Colin Caprani <colin.caprani@monash.edu>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://ccaprani.github.io/ospgrid/
Project-URL: Documentation, https://ccaprani.github.io/ospgrid/
Project-URL: Source, https://github.com/ccaprani/ospgrid/
Project-URL: Tracker, https://github.com/ccaprani/ospgrid/issues/
Keywords: grid,finite element,bridge
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: openseespy>=3.3
Requires-Dist: opsvis>=1.0.12
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-cov>=4.0; extra == "test"
Dynamic: license-file

# ospgrid - An OpenSeesPy wrapper for plane grids

![ospgrid logo](https://raw.githubusercontent.com/ccaprani/ospgrid/main/docs/source/images/ospgrid_logo.png)

`ospgrid` is a plane grid analysis wrapper for OpenSeesPy. 
It offers a user-friendly interface to OpenSeesPy for the analysis of plane grids subjected to nodal loading.
It also produces output suitable for education (i.e. stiffness matrices, and force vectors).

