Metadata-Version: 2.4
Name: buckpy
Version: 0.1.4
Summary: BuckPy: Lateral buckling formation algorithm
Home-page: https://github.com/Xodus-Group/BuckPy
Author: ismael-ripoll
License: GPL-3.0-or-later
Project-URL: Documentation, https://buckpy-org.github.io/
Project-URL: Source, https://github.com/Xodus-Group/BuckPy
Project-URL: Tracker, https://github.com/Xodus-Group/BuckPy/issues
Keywords: pipelines,buckling,engineering,reliability,simulation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib==3.8.3
Requires-Dist: multiprocess==0.70.16
Requires-Dist: numba==0.59.0
Requires-Dist: numpy==1.26.4
Requires-Dist: openpyxl==3.1.5
Requires-Dist: pandas==2.2.1
Requires-Dist: scipy==1.12.0
Requires-Dist: xlrd==2.0.1
Requires-Dist: XlsxWriter==3.2.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# BUCKPY
Probabilistic Lateral Buckling Algorithm.

## Project Philosophy
**BuckPy** is an open-source algorithm developed to facilitate the implementation of the probabilistic lateral buckling methodology presented in [Lateral Buckling Design using the Friction Distributions at the Expected Buckles (PDF)](docs/_static/SPT%202023%20-%20Lateral%20Buckling%20Design%20using%20the%20Friction%20Distributions%20at%20the%20Expected%20Buckles.pdf), published by Ismael R., Carlos S., and Emilien B. at the 2023 Subsea Pipeline Technology Congress in London (SPT 2023).

The code is available on [GitHub](https://github.com/Xodus-Group/BuckPy), allowing the pipeline community to review, expand, and use it under the [GNU General Public License v3.0](https://github.com/Xodus-Group/BuckPy/blob/main/LICENSE).

## Documentation
See the [BuckPy Documentation Website](https://buckpy-org.github.io/) for full usage guides, technical references, benchmarking, API references, and updates.
