Metadata-Version: 2.4
Name: reson
Version: 0.1.0
Requires-Dist: numpy>=2.4.6
License-File: LICENSE
Summary: 1D Seismic Response Analysis.
Author-email: Francesco Franco <ffrancoa97@gmail.com>
License-Expression: AGPL-3.0-or-later
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

<h1 align="center">
  <a href="https://github.com/ferrosoft/reson">
    <img src="https://raw.githubusercontent.com/ferrosoft/reson/main/assets/reson_banner.png" alt="reson logo" width="80%">
  </a>
</h1>

##  A Python library for 1D seismic response analysis

**Reson** (stylized in all lowercase) is a Python library for one-dimensional seismic site response analysis.


## Setup

Install the latest **`reson`** version with:

```sh
pip install reson
```

If you use `uv` (recommended) you can add **`reson`** to your environment by using:

```sh
uv add reson
```

## Credits

* **`reson`** author and maintainer: Francesco A. Franco ([@ffrancoa]).

* Font used in logo: [Lexend]. Open Font License.

[@ffrancoa]: https://github.com/ffrancoa
[Lexend]: https://www.lexend.com/

## License

Reson is released under the [Affero General Public License, Version 3.0].

[Affero General Public License, Version 3.0]: https://opensource.org/license/agpl-3-0

---

