Metadata-Version: 2.4
Name: buckpy-dev
Version: 0.0.3
Summary: BuckPy: Lateral buckling formation algorithm
Home-page: https://github.com/buckpy-org/buckpy
Author: ismael-ripoll
License: GPL-3.0-or-later
Project-URL: Documentation, https://buckpy-org.github.io/buckpy-org-dev.github.io/
Project-URL: Source, https://github.com/buckpy-org/buckpy
Project-URL: Tracker, https://github.com/buckpy-org/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
Requires-Dist: pysubsea==0.1.5
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

BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline design and assessment.

> **Development Version**
> This repository contains a development version of BuckPy intended for testing and evaluation of new features. Functionality, interfaces, algorithms, and input formats may change without notice and it is not recommended for production use.

> **Disclaimer**
> This repository contains an independent development version of BuckPy and is not part of, affiliated with, endorsed by, or maintained by the official BuckPy project.
>
> The software is provided "as is" without any warranty, express or implied. It has not been fully validated for all applications and should not be relied upon for engineering decisions without independent verification and validation by qualified personnel. The author and contributors accept no liability for any direct or indirect consequences arising from the use of this software.

> **License & Potential Issues**  
> BuckPy-Dev is released under the same open-source license as the BuckPy project. All code in this repository is provided in accordance with the terms and conditions of that license.  

> BuckPy-Dev complies with the original GPL v3 license because:
> - It preserves the same license terms (GPL-3.0) for all distributed code.
> - It provides full access to the source code when distributed.
> - Any modifications or additions remain under GPL v3, ensuring downstream users retain the same freedoms.
> - No additional restrictions are imposed beyond those permitted by GPL v3.
>
> This development version may introduce experimental features, modified algorithms, or changes in input/output formats that are not backward compatible with the stable BuckPy release. Users should be aware that results may differ from official releases and should be independently verified before use in engineering applications.  
>
> No additional warranties or guarantees are provided beyond those stated in the license.

## Documentation

The development documentation is available on the [BuckPy Developmen Documentation Website](https://buckpy-org.github.io/buckpy-org-dev.github.io/).
