Metadata-Version: 2.1
Name: sdynpy
Version: 0.5.1
Summary: A Structural Dynamics Library for Python
Home-page: https://github.com/sandialabs/sdynpy
Author: Daniel P. Rohe
Author-email: dprohe@sandia.gov
License: GPLv3
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Provides-Extra: docs
Provides-Extra: testing
Provides-Extra: all
License-File: LICENSE

####################################
Structural Dynamics Python Libraries
####################################

|documentation| |build| |pylint|

This repository houses SDynPy, a Python module built for doing structural dynamics analysis using Python.
It contains core objects that define test geometry and data.  It contains readers and writers for common data formats.
It also contains various structural dynamics and signal processing tools.

***********
Information
***********

- `Documentation <https://sandialabs.github.io/sdynpy/>`_
- `Project <https://github.com/sandialabs/sdynpy>`_
- `Releases <https://github.com/sandialabs/sdynpy/releases>`_
- `Tutorial <https://sandialabs.github.io/sdynpy/example_problems/airplane_modal_test.html>`_

..
    Badges ========================================================================

.. |documentation| image:: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/pages/main?label=Documentation
    :target: https://sandialabs.github.io/sdynpy/

.. |build| image:: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/main?label=GitHub&logo=github
    :target: https://github.com/sandialabs/sdynpy

.. |pylint| image:: https://raw.githubusercontent.com/sandialabs/sdynpy/gh-pages/pylint.svg
    :target: https://github.com/sandialabs/sdynpy
