Metadata-Version: 2.1
Name: structuralcodes
Version: 0.0.2
Summary: A Python package that contains models from structural design codes.
Author-email: fib - International Federation for Structural Concrete <info@fib-international.org>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: numpy>=1.20.0
Requires-Dist: scipy>=1.6.0
Requires-Dist: shapely>=2.0.2
Requires-Dist: triangle>=20230923
Project-URL: source, https://github.com/fib-international/structuralcodes

# StructuralCodes

*A Python library for structural engineering calculations.*

[![Build](https://github.com/fib-international/structuralcodes/actions/workflows/build.yaml/badge.svg)](https://github.com/fib-international/structuralcodes/actions/workflows/build.yaml)
[![Code style: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/format.json)](https://github.com/charliermarsh/ruff)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)
[![Docs](https://img.shields.io/badge/%F0%9F%93%9A%20docs-fib--international.github.io%2Fstructuralcodes%2F-orange)](https://fib-international.github.io/structuralcodes/)

## How to install

StructuralCodes is available on PyPI and can be installed using `pip`:

```pwsh
python -m pip install structuralcodes
```

## Get started

Read the [quickstart guide](https://fib-international.github.io/structuralcodes/quickstart/) in our docs.

## Contribution guidelines

Check out our docs for how to get started [contributing](https://fib-international.github.io/structuralcodes/contributing/) to StructuralCodes.

