blue-prints


Nameblue-prints JSON
Version 0.0.8 PyPI version JSON
download
home_pageNone
SummaryBlueprints: Python AEC library.
upload_time2024-12-05 22:44:18
maintainerBlueprints Maintainers
docs_urlNone
authorBlueprints
requires_python>=3.12
licenseLGPL-2.1
keywords civil engineering material properties structural engineering structural analysis eurocodes dutch building codes
VCS
bugtrack_url
requirements matplotlib plotly pandas shapely numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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.io%2Fen%2Flatest%2F)](https://blueprints.readthedocs.io/en/latest/)
[![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-blue?style=flat&logo=python)](https://badge.fury.io/py/blueprints)



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

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.

Blueprints is a collaborative effort between several engineering companies to streamline code, documentation, and knowledge sharing—helping you focus on the work that matters most.

Blueprints is more than just a tool, it's a growing community of engineers working together to solve real-world challenges. We believe that by 
sharing knowledge and collaborating, we can eliminate inefficiencies like re-inventing the wheel or relying on cumbersome tools like Excel for complex calculations.

Join us in this effort to build a future where engineering standards are programmable, accessible, and shared. Whether you're an industry expert or a curious enthusiast, your contributions can help drive innovation and reduce the technical overhead we all face.

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

## 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 a high level of accuracy and full transparency.
- Standardizing programmable civil engineering implementations, minimizing redundancy and eliminating knowledge silos.
- Fostering a community where sharing knowledge and best practices is the norm, not the exception.
- Ensuring 100% code coverage and high-quality documentation for a seamless user experience.

## (Upcoming) Features

* Eurocode formulas
    - [ ] NEN-EN 1992-1-1+C2:2011 ![](https://img.shields.io/badge/50-%25-grey?style=plastic&labelColor=yellow)
    - [ ] NEN-EN 1993-1-1+C2+A1:2016 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)       
    - [ ] NEN-EN 1993-1-9+C2:2012 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)    
    - [ ] NEN-EN 1993-5:2008 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)           
    - [ ] NEN 9997-1+C2:2017 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)
 
* Material definitions
    - [x] Concrete (NEN-EN 1992) ✔️
    - [x] Rebar Steel (NEN-EN 1992) ✔️
    - [x] Soil (NEN-EN 1997) ✔️

* Reinforced Concrete Section
    - [x] Rectangular section ✔️
    - [ ] Circular section

* Strain-stress analysis for reinforced concrete sections:
  - [ ] Rectangular section ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)
  - [ ] Circular section

* Concrete checks
  - [x] Nominal concrete cover (NEN-EN 1992-1-1: Chapter 4) ✔️
  - [ ] Anchorage- and Laplengths (NEN-EN 1992-1-1: Chapter 8)
  - [ ] Shear Resistance (NEN-EN 1992-1-1: Chapter 6.2)
  - [ ] Shear Resistance circular shapes;
  - [ ] Torsion (NEN-EN 1992-1-1: Chapter 6.3)
  - [ ] Punching Shear (NEN-EN 1992-1-1: Chapter 6.4)
  - [ ] Fatigue (NEN-EN 1992-1-1: Chapter 6.8)
  - [ ] Crack Control (NEN-EN 1992-1-1: Chapter 7.3)
  - [ ] Creep and Shrinkage (NEN-EN 1992-1-1: Chapter 3.1.4)

* Timber checks (NEN-EN 1995)
   - *To Be Determined*

* Steel checks (NEN-EN 1993)
  - *To Be Determined*

* Geotechnical checks (NEN-EN 9997-1
  - *To Be Determined*

* Common calculations
  - [ ] Sheet-pile checks (strength and local buckling) ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)
  - [ ] L-walls
  - [ ] Spring constants calculations for piles
 
<details>

<summary> Progress definitions </summary>

| Icon | Definition  |
| ---  | ---------   |
| ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange) | Just started |
| ![](https://img.shields.io/badge/50-%25-grey?style=plastic&labelColor=yellow) | Making progress |
| ![](https://img.shields.io/badge/80%25--grey?style=plastic&labelColor=yellowgreen) | In Review |
| ✔️  | Done |

</details>

## Installation

For the last release:

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

For the actively developed version:

```shell
pip install git+https://github.com/Blueprints-org/blueprints.git
```

## Read the docs!

Documentation is available at [blueprints.readthedocs.io](https://blueprints.readthedocs.io/en/latest/).

## Quick Reference to Blueprint's Objects

This table serves as a quick navigator to the key elements of the code within Blueprints, offering immediate links to its formulas, tables, and
figures for streamlined access and reference.

<table>
  <thead>
    <tr>
      <th>Document</th>
      <th>Description</th>
      <th>Formulas</th>
      <th>Tables</th>
      <th>Figures</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>NEN-EN 1992-1-1+C2:2011</td>
      <td>
        Eurocode 2: Design of concrete structures – Part 1-1: General rules and rules for buildings
        (<a href="blueprints/codes/eurocode/nen_en_1992_1_1_c2_2011">code</a>)
      </td>
      <td><a href="docs/source/codes/eurocode/ec2_1992_1_1_2011/formulas.md">304</a></td>
      <td><a href="docs/source/codes/eurocode/ec2_1992_1_1_2011/tables.md">38</a></td>
      <td><a href="docs/source/codes/eurocode/ec2_1992_1_1_2011/figures.md">104</a></td>
    </tr>
    <tr>
      <td>NEN-EN 1993-1-1+C2+A1:2016</td>
      <td>
        NEN-EN 1993-1-1+C2+A1:2016 | Eurocode 3: Design of steel structures – Part 1-1: General rules and rules for buildings
        (<a href="blueprints/codes/eurocode/nen_en_1993_1_1_c2_a1_2016">code</a>)
      </td>
      <td><a href="docs/source/codes/eurocode/ec3_1993_1_1_2016/formulas.md">108</a></td>
      <td><a href="docs/source/codes/eurocode/ec3_1993_1_1_2016/tables.md">20</a></td>
      <td><a href="docs/source/codes/eurocode/ec3_1993_1_1_2016/figures.md">28</a></td>
    </tr>
    <tr>
      <td>NEN-EN 1993-5:2008</td>
      <td>
        Eurocode 3: Design of steel structures – Part 5: Piling
        (<a href="blueprints/codes/eurocode/nen_en_1993_5_2008">code</a>)
      </td>
      <td><a href="docs/source/codes/eurocode/nen_en_1993_5_2008/formulas.md">63</a></td>
      <td><a href="docs/source/codes/eurocode/nen_en_1993_5_2008/tables.md">0</a></td>
      <td><a href="docs/source/codes/eurocode/nen_en_1993_5_2008/figures.md">0</a></td>
    </tr>
    <tr>
      <td>NEN 9997-1+C2:2017</td>
      <td>
        Eurocode 7: Geotechnical design of structures - Part 1: General rules
        (<a href="blueprints/codes/eurocode/nen_9997_1_c2_2017">code</a>)
      </td>
      <td><a href="docs/source/codes/eurocode/nen_9997_1_c2_2017/formulas.md">88</a></td>
      <td><a href="docs/source/codes/eurocode/nen_9997_1_c2_2017/tables.md">11</a></td>
      <td><a href="docs/source/codes/eurocode/nen_9997_1_c2_2017/figures.md">25</a></td>
    </tr>
  </tbody>
</table>

## Contributing

We welcome contributions from developers and engineers of all skill levels! Here’s how you can contribute:

- Fork the Repository: Create your own fork of the project.
- Create a Branch: Make a feature branch (git checkout -b feature/new-feature).
- Make Your Changes: Write clear, concise code and ensure it’s fully covered with tests.
- Run Tests: Use pytest to ensure all tests pass.
- Submit a Pull Request: Push your branch and open a pull request against main.

To learn more, see the [Contributor Guide](CONTRIBUTING.md).

## License

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

## Support

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

Blueprints is an open source engineering tool that continues to benefit from the collaboration of many contributors. Although efforts have been
made to ensure the that relevant engineering theories have been correctly implemented, it remains the user's responsibility to confirm and accept
the output. Refer to the [license](LICENSE) for clarification of the conditions of use.

By using the Blueprints package, you are agreeing to the following:

1. **Usage Risk**: The usage (i.e. downloading, installing, running, modifying the code, or some or all of the above) of Blueprints is entirely at your own risk as a user and/or contributor. All maintainers and contributors to Blueprints are not responsible for and cannot be held responsible or liable for any direct or indirect damages, injuries, death, faults, mistakes, or omissions that result from the usage of the package.

2. **Adherence to Laws and Regulations**: At all times, the user is fully responsible for the adherence to (local) laws and regulations. It is the user's responsibility to ensure that their use of Blueprints complies with all relevant legal and regulatory requirements.

3. **Outdated Results**: Results may be outdated due to circumstances, changes in rules and regulations, and/or changes in the codes and/or national 
   annexes. Users should always verify the results and not solely rely on the output from Blueprints.

4. **Agreement to Terms**: When using Blueprints, you agree to the terms and conditions of the [license](LICENSE) and this disclaimer.

5. **Warranties**: Blueprints is provided as is without any warranties of any kind, either expressed or implied.

Please note that this disclaimer is intended to be as broad and inclusive as permitted by the law of the jurisdiction in which you reside. If any portion of this disclaimer is held invalid, the remainder shall continue in full legal force and effect.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "blue-prints",
    "maintainer": "Blueprints Maintainers",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "Enrique Garc\u00eda M\u00e9ndez <enriquegarcia@live.nl>",
    "keywords": "Civil engineering, Material properties, Structural engineering, Structural analysis, Eurocodes, Dutch building codes",
    "author": "Blueprints",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b5/0a/e7810613e6616cc8adc918fb0e37c1c7951b2da7ef31597a4b892be3cba2/blue_prints-0.0.8.tar.gz",
    "platform": null,
    "description": "[![Run Tests](https://github.com/Blueprints-org/blueprints/actions/workflows/test.yaml/badge.svg)](https://github.com/Blueprints-org/blueprints/actions/workflows/test.yaml)\n[![Read the Docs](https://img.shields.io/readthedocs/blueprints?logo=readthedocs&label=Read%20the%20docs&link=https%3A%2F%2Fblueprints.readthedocs.io%2Fen%2Flatest%2F)](https://blueprints.readthedocs.io/en/latest/)\n[![codecov](https://codecov.io/gh/Blueprints-org/blueprints/branch/main/graph/badge.svg?token=vwYQBShr9q)](https://codecov.io/gh/Blueprints-org/blueprints)\n[![PyPI](https://img.shields.io/pypi/v/blue-prints?color=green)](https://pypi.org/project/blue-prints/)\n[![GitHub](https://img.shields.io/github/license/Blueprints-org/blueprints?color=green)](https://github.com/Blueprints-org/blueprints/blob/main/LICENSE)\n[![Python versions](https://img.shields.io/badge/python-3.12%20%7C%203.13-blue?style=flat&logo=python)](https://badge.fury.io/py/blueprints)\n\n\n\n<picture>\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/source/_static/blueprints_banner.png\">\n  <source media=\"(prefers-color-scheme: light)\" srcset=\"docs/source/_static/blueprints_banner.png\">\n  <img alt=\"blueprints banner\" src=\"docs/source/_static/blueprints_banner.png\">\n</picture>\n\nWelcome to `Blueprints`, the go-to repository for civil engineering professionals and enthusiasts!\n\nIt includes programmable engineering standards, formulas, tables, and checks across a variety of structural and geotechnical disciplines. We offer \ntools for materials, geometry, and section checks, as well as a foundation of essential use cases designed to meet all key engineering needs.\n\nBlueprints is a collaborative effort between several engineering companies to streamline code, documentation, and knowledge sharing\u2014helping you focus on the work that matters most.\n\nBlueprints is more than just a tool, it's a growing community of engineers working together to solve real-world challenges. We believe that by \nsharing knowledge and collaborating, we can eliminate inefficiencies like re-inventing the wheel or relying on cumbersome tools like Excel for complex calculations.\n\nJoin us in this effort to build a future where engineering standards are programmable, accessible, and shared. Whether you're an industry expert or a curious enthusiast, your contributions can help drive innovation and reduce the technical overhead we all face.\n\nStop coding civil engineering logic from scratch, ditch Excel, and start collaborating to shape the future of civil engineering! \ud83d\ude80\n\n## Mission\n\nOur mission is to reduce the cost and time associated with civil engineering calculations by:\n\n- Offering a robust suite of tools that encapsulate both basic and advanced engineering tasks.\n- Providing an open-source alternative to expensive proprietary tools, with a high level of accuracy and full transparency.\n- Standardizing programmable civil engineering implementations, minimizing redundancy and eliminating knowledge silos.\n- Fostering a community where sharing knowledge and best practices is the norm, not the exception.\n- Ensuring 100% code coverage and high-quality documentation for a seamless user experience.\n\n## (Upcoming) Features\n\n* Eurocode formulas\n    - [ ] NEN-EN 1992-1-1+C2:2011 ![](https://img.shields.io/badge/50-%25-grey?style=plastic&labelColor=yellow)\n    - [ ] NEN-EN 1993-1-1+C2+A1:2016 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)       \n    - [ ] NEN-EN 1993-1-9+C2:2012 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)    \n    - [ ] NEN-EN 1993-5:2008 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)           \n    - [ ] NEN 9997-1+C2:2017 ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)\n \n* Material definitions\n    - [x] Concrete (NEN-EN 1992) \u2714\ufe0f\n    - [x] Rebar Steel (NEN-EN 1992) \u2714\ufe0f\n    - [x] Soil (NEN-EN 1997) \u2714\ufe0f\n\n* Reinforced Concrete Section\n    - [x] Rectangular section \u2714\ufe0f\n    - [ ] Circular section\n\n* Strain-stress analysis for reinforced concrete sections:\n  - [ ] Rectangular section ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)\n  - [ ] Circular section\n\n* Concrete checks\n  - [x] Nominal concrete cover (NEN-EN 1992-1-1: Chapter 4) \u2714\ufe0f\n  - [ ] Anchorage- and Laplengths (NEN-EN 1992-1-1: Chapter 8)\n  - [ ] Shear Resistance (NEN-EN 1992-1-1: Chapter 6.2)\n  - [ ] Shear Resistance circular shapes;\n  - [ ] Torsion (NEN-EN 1992-1-1: Chapter 6.3)\n  - [ ] Punching Shear (NEN-EN 1992-1-1: Chapter 6.4)\n  - [ ] Fatigue (NEN-EN 1992-1-1: Chapter 6.8)\n  - [ ] Crack Control (NEN-EN 1992-1-1: Chapter 7.3)\n  - [ ] Creep and Shrinkage (NEN-EN 1992-1-1: Chapter 3.1.4)\n\n* Timber checks (NEN-EN 1995)\n   - *To Be Determined*\n\n* Steel checks (NEN-EN 1993)\n  - *To Be Determined*\n\n* Geotechnical checks (NEN-EN 9997-1\n  - *To Be Determined*\n\n* Common calculations\n  - [ ] Sheet-pile checks (strength and local buckling) ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange)\n  - [ ] L-walls\n  - [ ] Spring constants calculations for piles\n \n<details>\n\n<summary> Progress definitions </summary>\n\n| Icon | Definition  |\n| ---  | ---------   |\n| ![](https://img.shields.io/badge/20%25-grey?style=plastic&labelColor=orange) | Just started |\n| ![](https://img.shields.io/badge/50-%25-grey?style=plastic&labelColor=yellow) | Making progress |\n| ![](https://img.shields.io/badge/80%25--grey?style=plastic&labelColor=yellowgreen) | In Review |\n| \u2714\ufe0f  | Done |\n\n</details>\n\n## Installation\n\nFor the last release:\n\n```shell\npip install blue-prints\n```\n\nFor the actively developed version:\n\n```shell\npip install git+https://github.com/Blueprints-org/blueprints.git\n```\n\n## Read the docs!\n\nDocumentation is available at [blueprints.readthedocs.io](https://blueprints.readthedocs.io/en/latest/).\n\n## Quick Reference to Blueprint's Objects\n\nThis table serves as a quick navigator to the key elements of the code within Blueprints, offering immediate links to its formulas, tables, and\nfigures for streamlined access and reference.\n\n<table>\n  <thead>\n    <tr>\n      <th>Document</th>\n      <th>Description</th>\n      <th>Formulas</th>\n      <th>Tables</th>\n      <th>Figures</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td>NEN-EN 1992-1-1+C2:2011</td>\n      <td>\n        Eurocode 2: Design of concrete structures \u2013 Part 1-1: General rules and rules for buildings\n        (<a href=\"blueprints/codes/eurocode/nen_en_1992_1_1_c2_2011\">code</a>)\n      </td>\n      <td><a href=\"docs/source/codes/eurocode/ec2_1992_1_1_2011/formulas.md\">304</a></td>\n      <td><a href=\"docs/source/codes/eurocode/ec2_1992_1_1_2011/tables.md\">38</a></td>\n      <td><a href=\"docs/source/codes/eurocode/ec2_1992_1_1_2011/figures.md\">104</a></td>\n    </tr>\n    <tr>\n      <td>NEN-EN 1993-1-1+C2+A1:2016</td>\n      <td>\n        NEN-EN 1993-1-1+C2+A1:2016 | Eurocode 3: Design of steel structures \u2013 Part 1-1: General rules and rules for buildings\n        (<a href=\"blueprints/codes/eurocode/nen_en_1993_1_1_c2_a1_2016\">code</a>)\n      </td>\n      <td><a href=\"docs/source/codes/eurocode/ec3_1993_1_1_2016/formulas.md\">108</a></td>\n      <td><a href=\"docs/source/codes/eurocode/ec3_1993_1_1_2016/tables.md\">20</a></td>\n      <td><a href=\"docs/source/codes/eurocode/ec3_1993_1_1_2016/figures.md\">28</a></td>\n    </tr>\n    <tr>\n      <td>NEN-EN 1993-5:2008</td>\n      <td>\n        Eurocode 3: Design of steel structures \u2013 Part 5: Piling\n        (<a href=\"blueprints/codes/eurocode/nen_en_1993_5_2008\">code</a>)\n      </td>\n      <td><a href=\"docs/source/codes/eurocode/nen_en_1993_5_2008/formulas.md\">63</a></td>\n      <td><a href=\"docs/source/codes/eurocode/nen_en_1993_5_2008/tables.md\">0</a></td>\n      <td><a href=\"docs/source/codes/eurocode/nen_en_1993_5_2008/figures.md\">0</a></td>\n    </tr>\n    <tr>\n      <td>NEN 9997-1+C2:2017</td>\n      <td>\n        Eurocode 7: Geotechnical design of structures - Part 1: General rules\n        (<a href=\"blueprints/codes/eurocode/nen_9997_1_c2_2017\">code</a>)\n      </td>\n      <td><a href=\"docs/source/codes/eurocode/nen_9997_1_c2_2017/formulas.md\">88</a></td>\n      <td><a href=\"docs/source/codes/eurocode/nen_9997_1_c2_2017/tables.md\">11</a></td>\n      <td><a href=\"docs/source/codes/eurocode/nen_9997_1_c2_2017/figures.md\">25</a></td>\n    </tr>\n  </tbody>\n</table>\n\n## Contributing\n\nWe welcome contributions from developers and engineers of all skill levels! Here\u2019s how you can contribute:\n\n- Fork the Repository: Create your own fork of the project.\n- Create a Branch: Make a feature branch (git checkout -b feature/new-feature).\n- Make Your Changes: Write clear, concise code and ensure it\u2019s fully covered with tests.\n- Run Tests: Use pytest to ensure all tests pass.\n- Submit a Pull Request: Push your branch and open a pull request against main.\n\nTo learn more, see the [Contributor Guide](CONTRIBUTING.md).\n\n## License\n\nBlueprints is free and open source software. Distributed under the terms of the [LGPL-2.1 license](LICENSE).\n\n## Support\n\nIf you have found a bug \ud83d\udc1b, or have a feature request \u2728, raise an issue on the\nGitHub [issue tracker](https://github.com/Blueprints-org/blueprints/issues).\nAlternatively you can get support on the [discussions](https://github.com/orgs/Blueprints-org/discussions) page.\n\n## Disclaimer\n\nBlueprints is an open source engineering tool that continues to benefit from the collaboration of many contributors. Although efforts have been\nmade to ensure the that relevant engineering theories have been correctly implemented, it remains the user's responsibility to confirm and accept\nthe output. Refer to the [license](LICENSE) for clarification of the conditions of use.\n\nBy using the Blueprints package, you are agreeing to the following:\n\n1. **Usage Risk**: The usage (i.e. downloading, installing, running, modifying the code, or some or all of the above) of Blueprints is entirely at your own risk as a user and/or contributor. All maintainers and contributors to Blueprints are not responsible for and cannot be held responsible or liable for any direct or indirect damages, injuries, death, faults, mistakes, or omissions that result from the usage of the package.\n\n2. **Adherence to Laws and Regulations**: At all times, the user is fully responsible for the adherence to (local) laws and regulations. It is the user's responsibility to ensure that their use of Blueprints complies with all relevant legal and regulatory requirements.\n\n3. **Outdated Results**: Results may be outdated due to circumstances, changes in rules and regulations, and/or changes in the codes and/or national \n   annexes. Users should always verify the results and not solely rely on the output from Blueprints.\n\n4. **Agreement to Terms**: When using Blueprints, you agree to the terms and conditions of the [license](LICENSE) and this disclaimer.\n\n5. **Warranties**: Blueprints is provided as is without any warranties of any kind, either expressed or implied.\n\nPlease note that this disclaimer is intended to be as broad and inclusive as permitted by the law of the jurisdiction in which you reside. If any portion of this disclaimer is held invalid, the remainder shall continue in full legal force and effect.\n",
    "bugtrack_url": null,
    "license": "LGPL-2.1",
    "summary": "Blueprints: Python AEC library.",
    "version": "0.0.8",
    "project_urls": {
        "documentation": "https://blueprints.readthedocs.io",
        "homepage": "https://github.com/Blueprints-org/blueprints",
        "issues": "https://github.com/Blueprints-org/blueprints/issues"
    },
    "split_keywords": [
        "civil engineering",
        " material properties",
        " structural engineering",
        " structural analysis",
        " eurocodes",
        " dutch building codes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af78199a8a75a9214bf246ee16ee81f20c719a2e9503805f3d57ce63f13fb955",
                "md5": "e8b78091c3307502d98731a085f5b251",
                "sha256": "a16e118aa38539b5ef204e824d505c92c4e7b0fc1ae24219889b157ceffca082"
            },
            "downloads": -1,
            "filename": "blue_prints-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8b78091c3307502d98731a085f5b251",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 216676,
            "upload_time": "2024-12-05T22:44:15",
            "upload_time_iso_8601": "2024-12-05T22:44:15.879249Z",
            "url": "https://files.pythonhosted.org/packages/af/78/199a8a75a9214bf246ee16ee81f20c719a2e9503805f3d57ce63f13fb955/blue_prints-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b50ae7810613e6616cc8adc918fb0e37c1c7951b2da7ef31597a4b892be3cba2",
                "md5": "f28c1d49d79fc5db48232b25c66cf6f4",
                "sha256": "197b423217c1f46775f4dc3f0b271b5e0feba9d4ae45b731c8aa210fa7832e5b"
            },
            "downloads": -1,
            "filename": "blue_prints-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f28c1d49d79fc5db48232b25c66cf6f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 98503,
            "upload_time": "2024-12-05T22:44:18",
            "upload_time_iso_8601": "2024-12-05T22:44:18.391620Z",
            "url": "https://files.pythonhosted.org/packages/b5/0a/e7810613e6616cc8adc918fb0e37c1c7951b2da7ef31597a4b892be3cba2/blue_prints-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 22:44:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Blueprints-org",
    "github_project": "blueprints",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.7.2"
                ]
            ]
        },
        {
            "name": "plotly",
            "specs": [
                [
                    ">=",
                    "5.15.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "shapely",
            "specs": [
                [
                    ">=",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.25.2"
                ]
            ]
        }
    ],
    "lcname": "blue-prints"
}
        
Elapsed time: 0.37229s