sectionproperties


Namesectionproperties JSON
Version 3.2.1 PyPI version JSON
download
home_pagehttps://github.com/robbievanleeuwen/section-properties
SummaryA python package for the analysis of arbitrary cross-sections using the finite element method.
upload_time2024-04-15 00:54:26
maintainerRobbie van Leeuwen
docs_urlNone
authorRobbie van Leeuwen
requires_python<3.13,>=3.9.0
licenseMIT
keywords 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/logo-dark-mode.png">
  <source media="(prefers-color-scheme: light)" srcset="docs/_static/logo-light-mode.png">
  <img alt="sectionproperties logo" src="docs/_static/logo-light-mode.png">
</picture>

[![PyPI](https://img.shields.io/pypi/v/sectionproperties.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/sectionproperties.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/sectionproperties)][python version]
[![License](https://img.shields.io/pypi/l/sectionproperties)][license]
[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/stable.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/robbievanleeuwen/section-properties/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/robbievanleeuwen/section-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]
[![JOSS](https://joss.theoj.org/papers/6c3ad57a38202562726b4a7b86a86c32/status.svg)][joss]

[pypi_]: https://pypi.org/project/sectionproperties/
[status]: https://pypi.org/project/sectionproperties/
[python version]: https://pypi.org/project/sectionproperties
[read the docs]: https://sectionproperties.readthedocs.io/
[tests]: https://github.com/robbievanleeuwen/section-properties/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/robbievanleeuwen/section-properties
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
[joss]: https://joss.theoj.org/papers/6c3ad57a38202562726b4a7b86a86c32

`sectionproperties` is a python package for the analysis of arbitrary cross-sections
using the finite element method. `sectionproperties` can be used to determine
section properties to be used in structural design and visualise cross-sectional
stresses resulting from combinations of applied forces and bending moments.

[Subscribe](http://eepurl.com/dMMUeg) to the `sectionproperties` mailing list!

## Installation

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

```shell
pip install sectionproperties
```

## Documentation

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

## Features

See the complete list of `sectionproperties` features
[here](https://sectionproperties.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], `sectionproperties` 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/section-properties/issues)
Alternatively you can get support on the
[discussions](https://github.com/robbievanleeuwen/section-properties/discussions) page.

## Disclaimer

`sectionproperties` 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/section-properties/blob/master/LICENSE
[contributor guide]: https://github.com/robbievanleeuwen/section-properties/blob/master/CONTRIBUTING.md


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/robbievanleeuwen/section-properties",
    "name": "sectionproperties",
    "maintainer": "Robbie van Leeuwen",
    "docs_url": null,
    "requires_python": "<3.13,>=3.9.0",
    "maintainer_email": "robbie.vanleeuwen@gmail.com",
    "keywords": "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/59/80/94a43875af2f6a9bdffedb0ccaa7b7b397276b80e0bd1a13a37f67e8e286/sectionproperties-3.2.1.tar.gz",
    "platform": null,
    "description": "<picture>\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/_static/logo-dark-mode.png\">\n  <source media=\"(prefers-color-scheme: light)\" srcset=\"docs/_static/logo-light-mode.png\">\n  <img alt=\"sectionproperties logo\" src=\"docs/_static/logo-light-mode.png\">\n</picture>\n\n[![PyPI](https://img.shields.io/pypi/v/sectionproperties.svg)][pypi_]\n[![Status](https://img.shields.io/pypi/status/sectionproperties.svg)][status]\n[![Python Version](https://img.shields.io/pypi/pyversions/sectionproperties)][python version]\n[![License](https://img.shields.io/pypi/l/sectionproperties)][license]\n[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/stable.svg?label=Read%20the%20Docs)][read the docs]\n[![Tests](https://github.com/robbievanleeuwen/section-properties/workflows/Tests/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/robbievanleeuwen/section-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[![JOSS](https://joss.theoj.org/papers/6c3ad57a38202562726b4a7b86a86c32/status.svg)][joss]\n\n[pypi_]: https://pypi.org/project/sectionproperties/\n[status]: https://pypi.org/project/sectionproperties/\n[python version]: https://pypi.org/project/sectionproperties\n[read the docs]: https://sectionproperties.readthedocs.io/\n[tests]: https://github.com/robbievanleeuwen/section-properties/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/robbievanleeuwen/section-properties\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[black]: https://github.com/psf/black\n[joss]: https://joss.theoj.org/papers/6c3ad57a38202562726b4a7b86a86c32\n\n`sectionproperties` is a python package for the analysis of arbitrary cross-sections\nusing the finite element method. `sectionproperties` can be used to determine\nsection properties to be used in structural design and visualise cross-sectional\nstresses resulting from combinations of applied forces and bending moments.\n\n[Subscribe](http://eepurl.com/dMMUeg) to the `sectionproperties` mailing list!\n\n## Installation\n\nYou can install `sectionproperties` via [pip] from [PyPI]:\n\n```shell\npip install sectionproperties\n```\n\n## Documentation\n\n`sectionproperties` is fully documented including a user walkthrough, examples,\nbackground theory and an API guide. The documentation can found at\n[https://sectionproperties.readthedocs.io/](https://sectionproperties.readthedocs.io/).\n\n## Features\n\nSee the complete list of `sectionproperties` features\n[here](https://sectionproperties.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], `sectionproperties` 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/section-properties/issues)\nAlternatively you can get support on the\n[discussions](https://github.com/robbievanleeuwen/section-properties/discussions) page.\n\n## Disclaimer\n\n`sectionproperties` 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/section-properties/blob/master/LICENSE\n[contributor guide]: https://github.com/robbievanleeuwen/section-properties/blob/master/CONTRIBUTING.md\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package for the analysis of arbitrary cross-sections using the finite element method.",
    "version": "3.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/robbievanleeuwen/section-properties/issues",
        "Changelog": "https://github.com/robbievanleeuwen/section-properties/releases",
        "Documentation": "https://sectionproperties.readthedocs.io",
        "Homepage": "https://github.com/robbievanleeuwen/section-properties",
        "Repository": "https://github.com/robbievanleeuwen/section-properties"
    },
    "split_keywords": [
        "cross-section",
        " structural-engineering",
        " finite-element-analysis",
        " computational-mechanics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "430814c3a574a82b95b7580785bb2afa5995cc526e366c01d93868d48892ffd2",
                "md5": "fe3ef9bae2150dbc0acc07e4361d1b8d",
                "sha256": "5fa5232efdc470238d60ded5970833d208e005cd1b4e80f9cc348aec40bb8413"
            },
            "downloads": -1,
            "filename": "sectionproperties-3.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe3ef9bae2150dbc0acc07e4361d1b8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9.0",
            "size": 119284,
            "upload_time": "2024-04-15T00:54:25",
            "upload_time_iso_8601": "2024-04-15T00:54:25.443721Z",
            "url": "https://files.pythonhosted.org/packages/43/08/14c3a574a82b95b7580785bb2afa5995cc526e366c01d93868d48892ffd2/sectionproperties-3.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "598094a43875af2f6a9bdffedb0ccaa7b7b397276b80e0bd1a13a37f67e8e286",
                "md5": "7f18bb42151d900054ced7fbc7ef2986",
                "sha256": "828df8f5318305bd15d63d16d33e6fdce484e43dd1eb83bb3dc822c9cbdbe8f8"
            },
            "downloads": -1,
            "filename": "sectionproperties-3.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7f18bb42151d900054ced7fbc7ef2986",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9.0",
            "size": 111061,
            "upload_time": "2024-04-15T00:54:26",
            "upload_time_iso_8601": "2024-04-15T00:54:26.824888Z",
            "url": "https://files.pythonhosted.org/packages/59/80/94a43875af2f6a9bdffedb0ccaa7b7b397276b80e0bd1a13a37f67e8e286/sectionproperties-3.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 00:54:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robbievanleeuwen",
    "github_project": "section-properties",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sectionproperties"
}
        
Elapsed time: 0.22444s