concreteproperties


Nameconcreteproperties JSON
Version 0.6.2 PyPI version JSON
download
home_pagehttps://github.com/robbievanleeuwen/concrete-properties
SummaryA python package to determine cross-section propreties of reinforced concrete sections.
upload_time2024-03-08 06:50:34
maintainerRobbie van Leeuwen
docs_urlNone
authorRobbie van Leeuwen
requires_python>=3.9.0,<3.12
licenseMIT
keywords concrete reinforced-concrete prestressed-concrete post-tensioned-concrete cross-section structural-engineering finite-element-analysis computational-mechanics
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]
[![Tests](https://github.com/robbievanleeuwen/concrete-properties/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/robbievanleeuwen/concrete-properties/branch/master/graph/badge.svg)][codecov]
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[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/
[tests]: https://github.com/robbievanleeuwen/concrete-properties/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/robbievanleeuwen/concrete-properties
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

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

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]
template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[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": "https://github.com/robbievanleeuwen/concrete-properties",
    "name": "concreteproperties",
    "maintainer": "Robbie van Leeuwen",
    "docs_url": null,
    "requires_python": ">=3.9.0,<3.12",
    "maintainer_email": "robbie.vanleeuwen@gmail.com",
    "keywords": "concrete,reinforced-concrete,prestressed-concrete,post-tensioned-concrete,cross-section,structural-engineering,finite-element-analysis,computational-mechanics",
    "author": "Robbie van Leeuwen",
    "author_email": "robbie.vanleeuwen@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b6/53/509e9cb0f4e26036d4ee971cdc4d536fe5071da406cbe0a4bf0da593e90c/concreteproperties-0.6.2.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[![Tests](https://github.com/robbievanleeuwen/concrete-properties/workflows/Tests/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/robbievanleeuwen/concrete-properties/branch/master/graph/badge.svg)][codecov]\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]\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[tests]: https://github.com/robbievanleeuwen/concrete-properties/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/robbievanleeuwen/concrete-properties\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[black]: https://github.com/psf/black\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## Credits\n\nThis project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]\ntemplate.\n\n[@cjolowicz]: https://github.com/cjolowicz\n[pypi]: https://pypi.org/\n[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python\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\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package to determine cross-section propreties of reinforced concrete sections.",
    "version": "0.6.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/robbievanleeuwen/concrete-properties/issues",
        "Changelog": "https://github.com/robbievanleeuwen/concrete-properties/releases",
        "Documentation": "https://concrete-properties.readthedocs.io",
        "Homepage": "https://github.com/robbievanleeuwen/concrete-properties",
        "Repository": "https://github.com/robbievanleeuwen/concrete-properties"
    },
    "split_keywords": [
        "concrete",
        "reinforced-concrete",
        "prestressed-concrete",
        "post-tensioned-concrete",
        "cross-section",
        "structural-engineering",
        "finite-element-analysis",
        "computational-mechanics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e01294789caa6ffa14b95e42a3722dc5105b195bdfa1bfbb4f6934918f3f8c83",
                "md5": "22cf9b249f954f8b4a3d306d5dfd7176",
                "sha256": "3d8093723624d8b6b4578bc0a2e5b3eb3543c41cf10218d31bea86317a9a6d7b"
            },
            "downloads": -1,
            "filename": "concreteproperties-0.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22cf9b249f954f8b4a3d306d5dfd7176",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0,<3.12",
            "size": 79449,
            "upload_time": "2024-03-08T06:50:32",
            "upload_time_iso_8601": "2024-03-08T06:50:32.862582Z",
            "url": "https://files.pythonhosted.org/packages/e0/12/94789caa6ffa14b95e42a3722dc5105b195bdfa1bfbb4f6934918f3f8c83/concreteproperties-0.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b653509e9cb0f4e26036d4ee971cdc4d536fe5071da406cbe0a4bf0da593e90c",
                "md5": "05c297b6c2bdfb5724b419eb6ef3dcf0",
                "sha256": "dccc1496ade0c4eb8ca45a0158a9e2019d530fea1abc7148f00ae139484e3358"
            },
            "downloads": -1,
            "filename": "concreteproperties-0.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "05c297b6c2bdfb5724b419eb6ef3dcf0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0,<3.12",
            "size": 73878,
            "upload_time": "2024-03-08T06:50:34",
            "upload_time_iso_8601": "2024-03-08T06:50:34.700928Z",
            "url": "https://files.pythonhosted.org/packages/b6/53/509e9cb0f4e26036d4ee971cdc4d536fe5071da406cbe0a4bf0da593e90c/concreteproperties-0.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 06:50:34",
    "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.18340s