blue-prints


Nameblue-prints JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryBlueprints: Python AEC library.
upload_time2024-04-15 11:21:07
maintainerBlueprints Maintainers
docs_urlNone
authorBlueprints
requires_python>=3.10
licenseLGPL-2.1
keywords civil engineering material properties structural engineering structural analysis eurocodes dutch building codes
VCS
bugtrack_url
requirements No requirements were recorded.
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.10%20%7C%203.11-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 cornerstone repository for civil engineering professionals and enthusiasts alike. Blueprints is a collaborative,
open-source initiative designed to serve as a comprehensive library of code, tools, and best practices, aiming to streamline and innovate the
workflows within the built environment sector.

## Vision

Our vision with Blueprints is to create an accessible, reliable, and community-driven resource that supports engineers, and developers in their daily
challenges. By harnessing the collective expertise of the industry, Blueprints strives to pave the way for a future where collaboration and open
source can drive the field of civil engineering to new heights.

## Mission

Our mission is to:

- Foster a community where sharing knowledge and best practices is the norm, not the exception.
- Provide a solid foundation of code and documentation that adheres to the highest quality standards (100% code coverage).
- Offer a robust suite of tools and libraries that encapsulate common and advanced engineering tasks.

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

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.

| Document                   | Description                                                                                 |                            Formulas                             |                            Tables                             |                            Figures                             |
|:---------------------------|:--------------------------------------------------------------------------------------------|:---------------------------------------------------------------:|:-------------------------------------------------------------:|:--------------------------------------------------------------:|
| NEN-EN 1992-1-1+C2:2011    | Eurocode 2: Design of concrete structures – Part 1-1: General rules and rules for buildings | [304](docs/source/codes/eurocode/ec2_1992_1_1_2011/formulas.md) | [38](docs/source/codes/eurocode/ec2_1992_1_1_2011/tables.md)  | [104](docs/source/codes/eurocode/ec2_1992_1_1_2011/figures.md) |
| NEN-EN 1993-1-1+C2+A1:2016 | Eurocode 3: Design of steel structures – Part 1-1: General rules and rules for buildings    | [108](docs/source/codes/eurocode/ec3_1993_1_1_2016/formulas.md) | [20](docs/source/codes/eurocode/ec3_1993_1_1_2016/tables.md)  | [28](docs/source/codes/eurocode/ec3_1993_1_1_2016/figures.md)  |
| NEN 9997-1+C2:2017         | Eurocode 7: Geotechnical design of structures - Part 1: General rules                       | [88](docs/source/codes/eurocode/nen_9997_1_c2_2017/formulas.md) | [11](docs/source/codes/eurocode/nen_9997_1_c2_2017/tables.md) | [25](docs/source/codes/eurocode/nen_9997_1_c2_2017/figures.md) |
| NEN-EN 1993-5:2008         | Eurocode 3: Design of steel structures – Part 5: Piling                                     | [63](docs/source/codes/eurocode/nen_en_1993_5_2008/formulas.md) | [0](docs/source/codes/eurocode/nen_en_1993_5_2008/tables.md)  | [0](docs/source/codes/eurocode/nen_en_1993_5_2008/figures.md)  |

## Contributing

Contributions are very welcome. 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "blue-prints",
    "maintainer": "Blueprints Maintainers",
    "docs_url": null,
    "requires_python": ">=3.10",
    "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/12/35/7074df2485485ce1c3ff374001d5484728989b92df35e2f9495c8c8100ab/blue_prints-0.0.5.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.10%20%7C%203.11-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 cornerstone repository for civil engineering professionals and enthusiasts alike. Blueprints is a collaborative,\nopen-source initiative designed to serve as a comprehensive library of code, tools, and best practices, aiming to streamline and innovate the\nworkflows within the built environment sector.\n\n## Vision\n\nOur vision with Blueprints is to create an accessible, reliable, and community-driven resource that supports engineers, and developers in their daily\nchallenges. By harnessing the collective expertise of the industry, Blueprints strives to pave the way for a future where collaboration and open\nsource can drive the field of civil engineering to new heights.\n\n## Mission\n\nOur mission is to:\n\n- Foster a community where sharing knowledge and best practices is the norm, not the exception.\n- Provide a solid foundation of code and documentation that adheres to the highest quality standards (100% code coverage).\n- Offer a robust suite of tools and libraries that encapsulate common and advanced engineering tasks.\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\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| Document                   | Description                                                                                 |                            Formulas                             |                            Tables                             |                            Figures                             |\n|:---------------------------|:--------------------------------------------------------------------------------------------|:---------------------------------------------------------------:|:-------------------------------------------------------------:|:--------------------------------------------------------------:|\n| NEN-EN 1992-1-1+C2:2011    | Eurocode 2: Design of concrete structures \u2013 Part 1-1: General rules and rules for buildings | [304](docs/source/codes/eurocode/ec2_1992_1_1_2011/formulas.md) | [38](docs/source/codes/eurocode/ec2_1992_1_1_2011/tables.md)  | [104](docs/source/codes/eurocode/ec2_1992_1_1_2011/figures.md) |\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    | [108](docs/source/codes/eurocode/ec3_1993_1_1_2016/formulas.md) | [20](docs/source/codes/eurocode/ec3_1993_1_1_2016/tables.md)  | [28](docs/source/codes/eurocode/ec3_1993_1_1_2016/figures.md)  |\n| NEN 9997-1+C2:2017         | Eurocode 7: Geotechnical design of structures - Part 1: General rules                       | [88](docs/source/codes/eurocode/nen_9997_1_c2_2017/formulas.md) | [11](docs/source/codes/eurocode/nen_9997_1_c2_2017/tables.md) | [25](docs/source/codes/eurocode/nen_9997_1_c2_2017/figures.md) |\n| NEN-EN 1993-5:2008         | Eurocode 3: Design of steel structures \u2013 Part 5: Piling                                     | [63](docs/source/codes/eurocode/nen_en_1993_5_2008/formulas.md) | [0](docs/source/codes/eurocode/nen_en_1993_5_2008/tables.md)  | [0](docs/source/codes/eurocode/nen_en_1993_5_2008/figures.md)  |\n\n## Contributing\n\nContributions are very welcome. To 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",
    "bugtrack_url": null,
    "license": "LGPL-2.1",
    "summary": "Blueprints: Python AEC library.",
    "version": "0.0.5",
    "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": "67200c11e6fc4e701b718d1bfff1b1b6bc8493fb383683b0eed37c248bece3d7",
                "md5": "c11c60a0d159c350e674f846cd5cef79",
                "sha256": "fb287d73d5ce8b4eb10820a62736095b6b9c23de5dc92c2a9c49fcc0a78cd7dc"
            },
            "downloads": -1,
            "filename": "blue_prints-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c11c60a0d159c350e674f846cd5cef79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 131989,
            "upload_time": "2024-04-15T11:21:06",
            "upload_time_iso_8601": "2024-04-15T11:21:06.483207Z",
            "url": "https://files.pythonhosted.org/packages/67/20/0c11e6fc4e701b718d1bfff1b1b6bc8493fb383683b0eed37c248bece3d7/blue_prints-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12357074df2485485ce1c3ff374001d5484728989b92df35e2f9495c8c8100ab",
                "md5": "8b724f3dc1ecc8681066552d507e00be",
                "sha256": "b1387036114e025f832401c03f94f5c53c3a4a076c7c8cf511e62d12d619567a"
            },
            "downloads": -1,
            "filename": "blue_prints-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8b724f3dc1ecc8681066552d507e00be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 52957,
            "upload_time": "2024-04-15T11:21:07",
            "upload_time_iso_8601": "2024-04-15T11:21:07.678387Z",
            "url": "https://files.pythonhosted.org/packages/12/35/7074df2485485ce1c3ff374001d5484728989b92df35e2f9495c8c8100ab/blue_prints-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 11:21:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Blueprints-org",
    "github_project": "blueprints",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "blue-prints"
}
        
Elapsed time: 0.23162s