Metadata-Version: 2.4
Name: structuralcodes
Version: 0.4.0
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
License-File: LICENSE
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.*

[![PyPI version](https://badge.fury.io/py/structuralcodes.svg)](https://badge.fury.io/py/structuralcodes)
[![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/)

[![Tests](https://github.com/fib-international/structuralcodes/actions/workflows/build.yaml/badge.svg)](https://github.com/fib-international/structuralcodes/actions/workflows/build.yaml)
[![Publish](https://github.com/fib-international/structuralcodes/actions/workflows/create-release.yml/badge.svg)](https://github.com/fib-international/structuralcodes/actions/workflows/create-release.yml)
[![Docs](https://github.com/fib-international/structuralcodes/actions/workflows/sphinx.yml/badge.svg)](https://github.com/fib-international/structuralcodes/actions/workflows/sphinx.yml)

## 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.

## Versioning

Check out our docs to see how we handle [versioning](https://fib-international.github.io/structuralcodes/versioning/).

