Metadata-Version: 2.1
Name: libtalley
Version: 3.1.0
Summary: A collection of helpful functions and doodads.
Home-page: https://github.com/otaithleigh/libtalley-py
Author: Peter Talley
Author-email: peterctalley@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: tabulate
Requires-Dist: unyt (>=2.0)

A collection of helpful functions, classes, and files.

## Namespaces

`libtalley`:
- Catch-all.

`libtalley.steeldesign`:
- Design of steel members by AISC 360-16 and AISC 341-16.

`libtalley.fema_p695`:
- Helper functions for FEMA P695 studies. Ported from Mark Denavit's MATLAB code.

`libtalley.latex`:
- Functions that format strings into LaTeX representations.

`libtalley.asce7_16`:
- Calculation of loads by ASCE 7-16. Contains the following modules:
    - `seismic`: seismic loads (Chapters 11, 12)


