Metadata-Version: 2.4
Name: simplexpy
Version: 1.0.2
Summary: A comprehensive toolbox for structural engineering calculations
Author-email: StruSoft <simplex@strusoft.com>
Maintainer-email: Marco Pellegrino <marco.pellegrino@strusoft.com>
Project-URL: Homepage, http://www.strusoft.com/
Project-URL: Documentation, https://strusoft.com/
Project-URL: Issues, https://femdesign-api.discourse.group/
Project-URL: Download, https://strusoft.com/
Keywords: structural-engineering,foundation-design,eurocode,civil-engineering,structural-analysis,concrete-design,geotechnical,construction
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.12.10
Description-Content-Type: text/markdown
Requires-Dist: protobuf==4.25.3
Requires-Dist: click>=8.1.7
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: requests>=2.31.0

<p>
    <a href="https://strusoft.com/software/3d-structural-analysis-software-fem-design/" target="_blank">
        <p align="center">
            <img src="https://raw.githubusercontent.com/ms-structural/company-assets/refs/heads/master/simplex/img/simplex_text_blue.png" alt="isolated" width="600" style="centre"/>
        </p>
    </a>
</p>

---

The **Simplex Python SDK** is a library designed to facilitate structural engineering computations, including foundation design, soil modeling, load analysis, and more. It provides a robust API for interacting with engineering data, performing calculations, and generating results in compliance with Eurocode standards.

## Getting Started

Assuming that you have a supported version of Python installed, you can first set up your environment with:

```bash
python -m venv .venv
...
cd .venv/bin/activate
```

Then, you can install simplexpy from PyPI with:

```bash
python -m pip install simplexpy
```

## Documentation

Simplex has usage and reference documentation at [simplex-docs.onstrusoft.com](https://simplex-docs.onstrusoft.com/)

#

Prefer a UI? The Simplex web apps are backed by the same API and can be easier for quick checks, exploratory design, visualization, or when you don't need full scripting.

- [Simplex Beam](https://strusoft.com/software/simplex-beam-design-software/)
- [Simplex Foundation](https://strusoft.com/software/simplex-foundation-design-software/)
