Metadata-Version: 2.4
Name: blue-prints
Version: 0.6.2
Summary: Blueprints, open source python package for civil engineering calculations.
Project-URL: homepage, https://blueprints.readthedocs.io
Project-URL: documentation, https://blueprints.readthedocs.io
Project-URL: repository, https://github.com/Blueprints-org/blueprints
Project-URL: issues, https://github.com/Blueprints-org/blueprints/issues
Project-URL: changelog, https://github.com/Blueprints-org/blueprints/releases
Author: Blueprints
Maintainer: Blueprints Maintainers
Maintainer-email: Enrique García Méndez <enriquegarcia@live.nl>
License: MIT
License-File: LICENSE
Keywords: Civil engineering,Eurocodes,European building codes,Material properties,Structural analysis,Structural engineering
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: googletrans>=4.0.2
Requires-Dist: latex2mathml>=3.78.1
Requires-Dist: mathml2omml>=0.0.2
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: numpy>=2.3.5
Requires-Dist: python-docx>=1.2.0
Requires-Dist: sectionproperties>=3.10.0
Requires-Dist: shapely>=2.1.2
Description-Content-Type: text/markdown

[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/blueprints-org)
[![Run Tests](https://github.com/Blueprints-org/blueprints/actions/workflows/test.yaml/badge.svg)](https://github.com/Blueprints-org/blueprints/actions/workflows/test.yaml)
[![Read the Docs](https://img.shields.io/readthedocs/blueprints?logo=readthedocs&label=Read%20the%20docs&link=https%3A%2F%2Fblueprints.readthedocs.ioF)](https://blueprints.readthedocs.io)
[![codecov](https://codecov.io/gh/Blueprints-org/blueprints/branch/main/graph/badge.svg?token=vwYQBShr9q)](https://codecov.io/gh/Blueprints-org/blueprints)
[![PyPI](https://img.shields.io/pypi/v/blue-prints?color=green)](https://pypi.org/project/blue-prints/)
[![GitHub](https://img.shields.io/github/license/Blueprints-org/blueprints?color=green)](https://github.com/Blueprints-org/blueprints/blob/main/LICENSE)
[![Python versions](https://img.shields.io/badge/python-3.12%20%7C%203.13%20%7C%203.14-blue?style=flat&logo=python)](https://badge.fury.io/py/blueprints)


<picture>
  <source media="(prefers-color-scheme: dark)" srcset="docs/_overrides/assets/images/blueprints_banner.png">
  <source media="(prefers-color-scheme: light)" srcset="docs/_overrides/assets/images/blueprints_banner.png">
  <img alt="blueprints banner" src="docs/_overrides/assets/images/blueprints_banner.png">
</picture>

---

**Documentation**: <a href="https://blueprints.readthedocs.io" target="_blank">https://blueprints.readthedocs.io</a>

**Source Code**: <a href="https://github.com/Blueprints-org/blueprints" target="_blank">https://github.com/Blueprints-org/blueprints</a>

**Discord**: <a href="https://discord.gg/hBZBqegEzA" target="_blank">https://discord.gg/hBZBqegEzA</a>

**LinkedIn**: <a href="https://www.linkedin.com/company/blueprints-org" target="_blank">https://www.linkedin.com/company/blueprints-org</a>

**YouTube**: <a href="https://www.youtube.com/@BlueprintsOrg" target="_blank">https://www.youtube.com/@BlueprintsOrg</a>

---

Welcome to `Blueprints`, the go-to repository for civil engineering professionals and enthusiasts!

It includes programmable engineering standards, formulas, tables, and checks across a variety of structural and geotechnical disciplines. We offer 
tools for materials, geometry, and section checks, as well as a foundation of essential use cases designed to meet all key engineering needs.

Stop coding civil engineering logic from scratch, ditch Excel, and start collaborating to shape the future of civil engineering! 🚀

Want to get started quickly? Check out our [Quick Start Guide](https://blueprints.readthedocs.io/en/latest/getting_started/quick_start/) or our [full documentation](https://blueprints.readthedocs.io).

Blueprints is free and open source software. Distributed under the terms of the [MIT license](LICENSE).

## Installation

Python >=3.12 is required.

For the last stable release:

```shell
pip install blue-prints
```

## Mission

Our mission is to reduce the cost and time associated with civil engineering calculations by:

- Offering a robust suite of tools that encapsulate both basic and advanced engineering tasks
- Providing an open-source alternative to expensive proprietary tools with full transparency
- Standardizing programmable civil engineering implementations, minimizing redundancy
- Fostering a community where sharing knowledge and best practices is the norm
- Ensuring 100% code coverage and high-quality documentation

## Key Features

- **Eurocode Implementations**: EN 1992 (Concrete), EN 1993 (Steel), EN 1997 (Geotechnical), etc.
- **Material Definitions**: Concrete, steel, rebar, and soil properties
- **Steel Profile Database**: HEA, HEB, IPE, CHS, RHS, UNP profiles, etc.
- **Shape Building Blocks**: Rectangle, circle, tube, triangle, hexagon, etc.
- **Engineering Checks**: Shear, torsion, punching, anchorage, concrete cover, etc.
- **100% Test Coverage**: Reliable, well-tested implementations

## How to Contribute

We welcome contributions from developers and engineers of all skill levels! Check our [Contributor Guide](https://blueprints.readthedocs.io/en/latest/guides/contribute/) to get started.

If you have found a bug 🐛, or have a feature request ✨, raise an issue on the GitHub [issue tracker](https://github.com/Blueprints-org/blueprints/issues).

Alternatively you can get support on the [discussions](https://github.com/orgs/Blueprints-org/discussions) page.

## Disclaimer

Users are responsible for verifying results and ensuring compliance with applicable codes and regulations. See our full [disclaimer](DISCLAIMER.md) for details.
