concreteproperties


Nameconcreteproperties JSON
Version 0.6.4 PyPI version JSON
download
home_pageNone
SummaryA python package to determine cross-section propreties of reinforced concrete sections.
upload_time2024-10-29 08:05:55
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.10
licenseMIT License Copyright © 2024 Robbie van Leeuwen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords computational-mechanics concrete cross-section finite-element-analysis post-tensioned-concrete prestressed-concrete reinforced-concrete structural-engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <picture>
  <source media="(prefers-color-scheme: dark)" srcset="docs/_static/cp_logo_dark.png">
  <source media="(prefers-color-scheme: light)" srcset="docs/_static/cp_logo.png">
  <img alt="concreteproperties logo" src="docs/_static/cp_logo.png">
</picture>

[![PyPI](https://img.shields.io/pypi/v/concreteproperties.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/concreteproperties.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/concreteproperties)][python version]
[![License](https://img.shields.io/pypi/l/concreteproperties)][license]
[![Read the documentation at https://concrete-properties.readthedocs.io/](https://img.shields.io/readthedocs/concrete-properties/stable.svg?label=Read%20the%20Docs)][read the docs]
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)][uv]
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)][ruff]
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Tests](https://github.com/robbievanleeuwen/concrete-properties/actions/workflows/ci.yml/badge.svg?branch=master)][tests]
[![Codecov](https://codecov.io/gh/robbievanleeuwen/concrete-properties/branch/master/graph/badge.svg)][codecov]


[pypi_]: https://pypi.org/project/concreteproperties/
[status]: https://pypi.org/project/concreteproperties/
[python version]: https://pypi.org/project/concreteproperties
[read the docs]: https://concrete-properties.readthedocs.io/
[uv]: https://github.com/astral-sh/uv
[ruff]: https://github.com/astral-sh/ruff
[pre-commit]: https://github.com/pre-commit/pre-commit
[tests]: https://github.com/robbievanleeuwen/concrete-properties/actions/workflows/ci.yml
[codecov]: https://app.codecov.io/gh/robbievanleeuwen/concrete-properties

`concreteproperties` is a python package that can be used to calculate the section
properties of arbitrary reinforced concrete sections. `concreteproperties` can calculate
gross, cracked and ultimate properties. It can perform moment curvature analyses
and generate moment interaction and biaxial bending diagrams. On top of this,
`concreteproperties` can also generate pretty stress plots!

Here's an example of some of the non-linear output `concreteproperties` can generate:

<p align="center">
  <img src="docs/_static/anim/anim_compress.gif" width="500"/>
</p>

## Installation

You can install `concreteproperties` via [pip] from [PyPI]:

```shell
pip install concreteproperties
```

## Documentation

`concreteproperties` is fully documented including a user walkthrough, examples,
background theory and an API guide. The documentation can found at
[https://concrete-properties.readthedocs.io/](https://concrete-properties.readthedocs.io/).

## Features

See the complete list of `concreteproperties` features
[here](https://concrete-properties.readthedocs.io/en/stable/user_guide.html).

## Contributing

Contributions are very welcome. To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license], `concreteproperties` is free
and open source software.

## Support

Found a bug 🐛, or have a feature request ✨, raise an issue on the
GitHub [issue tracker](https://github.com/robbievanleeuwen/concrete-properties/issues)
Alternatively you can get support on the
[discussions](https://github.com/robbievanleeuwen/concrete-properties/discussions) page.

## Disclaimer

`concreteproperties` 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.md) for clarification of the conditions of use.

[pypi]: https://pypi.org/
[pip]: https://pip.pypa.io/
[license]: https://github.com/robbievanleeuwen/concrete-properties/blob/master/LICENSE
[contributor guide]: https://github.com/robbievanleeuwen/concrete-properties/blob/master/CONTRIBUTING.md

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "concreteproperties",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": "Robbie van Leeuwen <robbie.vanleeuwen@gmail.com>",
    "keywords": "computational-mechanics, concrete, cross-section, finite-element-analysis, post-tensioned-concrete, prestressed-concrete, reinforced-concrete, structural-engineering",
    "author": null,
    "author_email": "Robbie van Leeuwen <robbie.vanleeuwen@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a9/67/a0192c806aa6e3395bd14f09f196ca8575f230bb14e5278c3b39705eef24/concreteproperties-0.6.4.tar.gz",
    "platform": null,
    "description": "<picture>\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/_static/cp_logo_dark.png\">\n  <source media=\"(prefers-color-scheme: light)\" srcset=\"docs/_static/cp_logo.png\">\n  <img alt=\"concreteproperties logo\" src=\"docs/_static/cp_logo.png\">\n</picture>\n\n[![PyPI](https://img.shields.io/pypi/v/concreteproperties.svg)][pypi_]\n[![Status](https://img.shields.io/pypi/status/concreteproperties.svg)][status]\n[![Python Version](https://img.shields.io/pypi/pyversions/concreteproperties)][python version]\n[![License](https://img.shields.io/pypi/l/concreteproperties)][license]\n[![Read the documentation at https://concrete-properties.readthedocs.io/](https://img.shields.io/readthedocs/concrete-properties/stable.svg?label=Read%20the%20Docs)][read the docs]\n[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)][uv]\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)][ruff]\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]\n[![Tests](https://github.com/robbievanleeuwen/concrete-properties/actions/workflows/ci.yml/badge.svg?branch=master)][tests]\n[![Codecov](https://codecov.io/gh/robbievanleeuwen/concrete-properties/branch/master/graph/badge.svg)][codecov]\n\n\n[pypi_]: https://pypi.org/project/concreteproperties/\n[status]: https://pypi.org/project/concreteproperties/\n[python version]: https://pypi.org/project/concreteproperties\n[read the docs]: https://concrete-properties.readthedocs.io/\n[uv]: https://github.com/astral-sh/uv\n[ruff]: https://github.com/astral-sh/ruff\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[tests]: https://github.com/robbievanleeuwen/concrete-properties/actions/workflows/ci.yml\n[codecov]: https://app.codecov.io/gh/robbievanleeuwen/concrete-properties\n\n`concreteproperties` is a python package that can be used to calculate the section\nproperties of arbitrary reinforced concrete sections. `concreteproperties` can calculate\ngross, cracked and ultimate properties. It can perform moment curvature analyses\nand generate moment interaction and biaxial bending diagrams. On top of this,\n`concreteproperties` can also generate pretty stress plots!\n\nHere's an example of some of the non-linear output `concreteproperties` can generate:\n\n<p align=\"center\">\n  <img src=\"docs/_static/anim/anim_compress.gif\" width=\"500\"/>\n</p>\n\n## Installation\n\nYou can install `concreteproperties` via [pip] from [PyPI]:\n\n```shell\npip install concreteproperties\n```\n\n## Documentation\n\n`concreteproperties` is fully documented including a user walkthrough, examples,\nbackground theory and an API guide. The documentation can found at\n[https://concrete-properties.readthedocs.io/](https://concrete-properties.readthedocs.io/).\n\n## Features\n\nSee the complete list of `concreteproperties` features\n[here](https://concrete-properties.readthedocs.io/en/stable/user_guide.html).\n\n## Contributing\n\nContributions are very welcome. To learn more, see the [Contributor Guide].\n\n## License\n\nDistributed under the terms of the [MIT license][license], `concreteproperties` is free\nand open source software.\n\n## Support\n\nFound a bug \ud83d\udc1b, or have a feature request \u2728, raise an issue on the\nGitHub [issue tracker](https://github.com/robbievanleeuwen/concrete-properties/issues)\nAlternatively you can get support on the\n[discussions](https://github.com/robbievanleeuwen/concrete-properties/discussions) page.\n\n## Disclaimer\n\n`concreteproperties` is an open source engineering tool that continues to benefit from\nthe collaboration of many contributors. Although efforts have been made to ensure the\nthat relevant engineering theories have been correctly implemented, it remains the\nuser's responsibility to confirm and accept the output. Refer to the\n[license](LICENSE.md) for clarification of the conditions of use.\n\n[pypi]: https://pypi.org/\n[pip]: https://pip.pypa.io/\n[license]: https://github.com/robbievanleeuwen/concrete-properties/blob/master/LICENSE\n[contributor guide]: https://github.com/robbievanleeuwen/concrete-properties/blob/master/CONTRIBUTING.md\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright \u00a9 2024 Robbie van Leeuwen  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A python package to determine cross-section propreties of reinforced concrete sections.",
    "version": "0.6.4",
    "project_urls": {
        "Changelog": "https://github.com/robbievanleeuwen/concrete-properties/releases",
        "Documentation": "https://concrete-properties.readthedocs.io",
        "Homepage": "https://concrete-properties.readthedocs.io",
        "Issues": "https://github.com/robbievanleeuwen/concrete-properties/issues",
        "Repository": "https://github.com/robbievanleeuwen/concrete-properties"
    },
    "split_keywords": [
        "computational-mechanics",
        " concrete",
        " cross-section",
        " finite-element-analysis",
        " post-tensioned-concrete",
        " prestressed-concrete",
        " reinforced-concrete",
        " structural-engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4acb644c4e071b9f2cb60895248351fcc37d9615516d0cda8243cfafb01fb1b8",
                "md5": "d954fc7bd22c55032f4e056fc66b69da",
                "sha256": "e541f091c863e203a3c3e6aa399a259e02702f0e23edd6045b405b026492a708"
            },
            "downloads": -1,
            "filename": "concreteproperties-0.6.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d954fc7bd22c55032f4e056fc66b69da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 80839,
            "upload_time": "2024-10-29T08:05:54",
            "upload_time_iso_8601": "2024-10-29T08:05:54.292359Z",
            "url": "https://files.pythonhosted.org/packages/4a/cb/644c4e071b9f2cb60895248351fcc37d9615516d0cda8243cfafb01fb1b8/concreteproperties-0.6.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a967a0192c806aa6e3395bd14f09f196ca8575f230bb14e5278c3b39705eef24",
                "md5": "519d1bd4a223b7b7f1d33c753350ea80",
                "sha256": "a57d2357293fb6d399da2cf4d2875bc4f863c34f913be63b1ae67ec47b875bcf"
            },
            "downloads": -1,
            "filename": "concreteproperties-0.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "519d1bd4a223b7b7f1d33c753350ea80",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 4680585,
            "upload_time": "2024-10-29T08:05:55",
            "upload_time_iso_8601": "2024-10-29T08:05:55.480906Z",
            "url": "https://files.pythonhosted.org/packages/a9/67/a0192c806aa6e3395bd14f09f196ca8575f230bb14e5278c3b39705eef24/concreteproperties-0.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 08:05:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robbievanleeuwen",
    "github_project": "concrete-properties",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "concreteproperties"
}
        
Elapsed time: 0.33354s