Metadata-Version: 2.3
Name: sectionproperties
Version: 3.7.0
Summary: A python package for the analysis of arbitrary cross-sections using the finite element method.
Project-URL: Homepage, https://sectionproperties.readthedocs.io
Project-URL: Documentation, https://sectionproperties.readthedocs.io
Project-URL: Repository, https://github.com/robbievanleeuwen/section-properties
Project-URL: Issues, https://github.com/robbievanleeuwen/section-properties/issues
Project-URL: Changelog, https://github.com/robbievanleeuwen/section-properties/releases
Author-email: Robbie van Leeuwen <robbie.vanleeuwen@gmail.com>
Maintainer-email: Robbie van Leeuwen <robbie.vanleeuwen@gmail.com>, Connor Ferster <connorferster@gmail.comm>
License: MIT 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,cross-section,finite-element-analysis,structural-engineering
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.13,>=3.10
Requires-Dist: cytriangle~=1.0.3
Requires-Dist: matplotlib~=3.9.2
Requires-Dist: more-itertools~=10.5.0
Requires-Dist: numpy>=1.26.4
Requires-Dist: rich[jupyter]~=13.9.3
Requires-Dist: scipy~=1.14.1
Requires-Dist: shapely~=2.0.6
Provides-Extra: dxf
Requires-Dist: cad-to-shapely~=0.3.2; extra == 'dxf'
Provides-Extra: numba
Requires-Dist: numba~=0.60.0; extra == 'numba'
Provides-Extra: pardiso
Requires-Dist: pypardiso~=0.4.6; (platform_system == 'Windows' or platform_system == 'Linux') and extra == 'pardiso'
Provides-Extra: rhino
Requires-Dist: rhino-shapley-interop~=0.0.4; extra == 'rhino'
Requires-Dist: rhino3dm~=8.9.0; extra == 'rhino'
Description-Content-Type: text/markdown

<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]
[![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/section-properties/actions/workflows/ci.yml/badge.svg?branch=master)][tests]
[![Codecov](https://codecov.io/gh/robbievanleeuwen/section-properties/branch/master/graph/badge.svg)][codecov]
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06105/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/
[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/section-properties/actions/workflows/ci.yml
[codecov]: https://app.codecov.io/gh/robbievanleeuwen/section-properties
[joss]: https://doi.org/10.21105/joss.06105

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

[pypi]: https://pypi.org/
[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
