Metadata-Version: 2.1
Name: structuralpy
Version: 0.0.3
Summary: A library for analysis and design of structures based on NSCP 2015.
Author: Jaydee Lucero
Author-email: jaydee.lucero@gmail.com
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest

## Usage

The following functions are currently available in this module.
- Functions for analyzing RC beams for flexure

## Example code

```python
from structuralpy import rc_beam

rc_beam.analyze_flexure(300, 600, 65, 20.7, 415, 600)
# returns 129174322.3
```
