buckpy-dev 0.0.1__tar.gz → 0.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/PKG-INFO +13 -7
  2. buckpy_dev-0.0.2/README.md +16 -0
  3. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy_dev.egg-info/PKG-INFO +13 -7
  4. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/setup.py +1 -1
  5. buckpy_dev-0.0.1/README.md +0 -10
  6. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/LICENSE +0 -0
  7. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/__init__.py +0 -0
  8. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/_static/logo.png +0 -0
  9. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/_static/logo.svg +0 -0
  10. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckfast_input_file_writer_.py +0 -0
  11. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy.py +0 -0
  12. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy_gui.py +0 -0
  13. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy_postprocessing.py +0 -0
  14. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy_preprocessing_current.py +0 -0
  15. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy_preprocessing_legacy.py +0 -0
  16. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy_solver.py +0 -0
  17. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy_variables.py +0 -0
  18. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy/buckpy_visualisation.py +0 -0
  19. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy_dev.egg-info/SOURCES.txt +0 -0
  20. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy_dev.egg-info/dependency_links.txt +0 -0
  21. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy_dev.egg-info/entry_points.txt +0 -0
  22. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy_dev.egg-info/requires.txt +0 -0
  23. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/buckpy_dev.egg-info/top_level.txt +0 -0
  24. {buckpy_dev-0.0.1 → buckpy_dev-0.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: buckpy-dev
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: BuckPy: Lateral buckling formation algorithm
5
5
  Home-page: https://github.com/buckpy-org/buckpy
6
6
  Author: ismael-ripoll
@@ -39,13 +39,19 @@ Dynamic: requires-dist
39
39
  Dynamic: requires-python
40
40
  Dynamic: summary
41
41
 
42
- # BUCKPY
43
- Probabilistic Lateral Buckling Algorithm.
42
+ # BuckPy
44
43
 
45
- ## Project Philosophy
46
- **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).
44
+ BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline design and assessment.
45
+
46
+ > **Development Version**
47
+ > 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.
48
+
49
+ > **Disclaimer**
50
+ > 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.
51
+ >
52
+ > 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.
47
53
 
48
- 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).
49
54
 
50
55
  ## Documentation
51
- See the [BuckPy Documentation Website](https://buckpy-org.github.io/) for full usage guides, technical references, benchmarking, API references, and updates.
56
+
57
+ The development documentation is available on the [BuckPy Documentation Website](https://buckpy-org-dev.github.io/).
@@ -0,0 +1,16 @@
1
+ # BuckPy
2
+
3
+ BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline design and assessment.
4
+
5
+ > **Development Version**
6
+ > 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.
7
+
8
+ > **Disclaimer**
9
+ > 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.
10
+ >
11
+ > 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.
12
+
13
+
14
+ ## Documentation
15
+
16
+ The development documentation is available on the [BuckPy Documentation Website](https://buckpy-org-dev.github.io/).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: buckpy-dev
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: BuckPy: Lateral buckling formation algorithm
5
5
  Home-page: https://github.com/buckpy-org/buckpy
6
6
  Author: ismael-ripoll
@@ -39,13 +39,19 @@ Dynamic: requires-dist
39
39
  Dynamic: requires-python
40
40
  Dynamic: summary
41
41
 
42
- # BUCKPY
43
- Probabilistic Lateral Buckling Algorithm.
42
+ # BuckPy
44
43
 
45
- ## Project Philosophy
46
- **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).
44
+ BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline design and assessment.
45
+
46
+ > **Development Version**
47
+ > 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.
48
+
49
+ > **Disclaimer**
50
+ > 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.
51
+ >
52
+ > 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.
47
53
 
48
- 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).
49
54
 
50
55
  ## Documentation
51
- See the [BuckPy Documentation Website](https://buckpy-org.github.io/) for full usage guides, technical references, benchmarking, API references, and updates.
56
+
57
+ The development documentation is available on the [BuckPy Documentation Website](https://buckpy-org-dev.github.io/).
@@ -14,7 +14,7 @@ else:
14
14
 
15
15
  setup(
16
16
  name='buckpy-dev',
17
- version='0.0.1',
17
+ version='0.0.2',
18
18
  description='BuckPy: Lateral buckling formation algorithm',
19
19
  long_description=long_description,
20
20
  long_description_content_type="text/markdown",
@@ -1,10 +0,0 @@
1
- # BUCKPY
2
- Probabilistic Lateral Buckling Algorithm.
3
-
4
- ## Project Philosophy
5
- **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).
6
-
7
- 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).
8
-
9
- ## Documentation
10
- See the [BuckPy Documentation Website](https://buckpy-org.github.io/) for full usage guides, technical references, benchmarking, API references, and updates.
File without changes
File without changes
File without changes