buckpy-dev 0.0.2__tar.gz → 0.0.3__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.2 → buckpy_dev-0.0.3}/PKG-INFO +15 -3
  2. buckpy_dev-0.0.3/README.md +28 -0
  3. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/PKG-INFO +15 -3
  4. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/setup.py +2 -2
  5. buckpy_dev-0.0.2/README.md +0 -16
  6. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/LICENSE +0 -0
  7. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/__init__.py +0 -0
  8. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/_static/logo.png +0 -0
  9. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/_static/logo.svg +0 -0
  10. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckfast_input_file_writer_.py +0 -0
  11. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy.py +0 -0
  12. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy_gui.py +0 -0
  13. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy_postprocessing.py +0 -0
  14. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy_preprocessing_current.py +0 -0
  15. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy_preprocessing_legacy.py +0 -0
  16. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy_solver.py +0 -0
  17. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy_variables.py +0 -0
  18. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy/buckpy_visualisation.py +0 -0
  19. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/SOURCES.txt +0 -0
  20. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/dependency_links.txt +0 -0
  21. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/entry_points.txt +0 -0
  22. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/requires.txt +0 -0
  23. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/buckpy_dev.egg-info/top_level.txt +0 -0
  24. {buckpy_dev-0.0.2 → buckpy_dev-0.0.3}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: buckpy-dev
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: BuckPy: Lateral buckling formation algorithm
5
5
  Home-page: https://github.com/buckpy-org/buckpy
6
6
  Author: ismael-ripoll
7
7
  License: GPL-3.0-or-later
8
- Project-URL: Documentation, https://buckpy-org-dev.github.io/
8
+ Project-URL: Documentation, https://buckpy-org.github.io/buckpy-org-dev.github.io/
9
9
  Project-URL: Source, https://github.com/buckpy-org/buckpy
10
10
  Project-URL: Tracker, https://github.com/buckpy-org/buckpy/issues
11
11
  Keywords: pipelines,buckling,engineering,reliability,simulation
@@ -51,7 +51,19 @@ BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline des
51
51
  >
52
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.
53
53
 
54
+ > **License & Potential Issues**
55
+ > 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.
56
+
57
+ > BuckPy-Dev complies with the original GPL v3 license because:
58
+ > - It preserves the same license terms (GPL-3.0) for all distributed code.
59
+ > - It provides full access to the source code when distributed.
60
+ > - Any modifications or additions remain under GPL v3, ensuring downstream users retain the same freedoms.
61
+ > - No additional restrictions are imposed beyond those permitted by GPL v3.
62
+ >
63
+ > 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.
64
+ >
65
+ > No additional warranties or guarantees are provided beyond those stated in the license.
54
66
 
55
67
  ## Documentation
56
68
 
57
- The development documentation is available on the [BuckPy Documentation Website](https://buckpy-org-dev.github.io/).
69
+ The development documentation is available on the [BuckPy Developmen Documentation Website](https://buckpy-org.github.io/buckpy-org-dev.github.io/).
@@ -0,0 +1,28 @@
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
+ > **License & Potential Issues**
14
+ > 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.
15
+
16
+ > BuckPy-Dev complies with the original GPL v3 license because:
17
+ > - It preserves the same license terms (GPL-3.0) for all distributed code.
18
+ > - It provides full access to the source code when distributed.
19
+ > - Any modifications or additions remain under GPL v3, ensuring downstream users retain the same freedoms.
20
+ > - No additional restrictions are imposed beyond those permitted by GPL v3.
21
+ >
22
+ > 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.
23
+ >
24
+ > No additional warranties or guarantees are provided beyond those stated in the license.
25
+
26
+ ## Documentation
27
+
28
+ The development documentation is available on the [BuckPy Developmen Documentation Website](https://buckpy-org.github.io/buckpy-org-dev.github.io/).
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: buckpy-dev
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: BuckPy: Lateral buckling formation algorithm
5
5
  Home-page: https://github.com/buckpy-org/buckpy
6
6
  Author: ismael-ripoll
7
7
  License: GPL-3.0-or-later
8
- Project-URL: Documentation, https://buckpy-org-dev.github.io/
8
+ Project-URL: Documentation, https://buckpy-org.github.io/buckpy-org-dev.github.io/
9
9
  Project-URL: Source, https://github.com/buckpy-org/buckpy
10
10
  Project-URL: Tracker, https://github.com/buckpy-org/buckpy/issues
11
11
  Keywords: pipelines,buckling,engineering,reliability,simulation
@@ -51,7 +51,19 @@ BuckPy is a **Probabilistic Lateral Buckling Algorithm** for subsea pipeline des
51
51
  >
52
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.
53
53
 
54
+ > **License & Potential Issues**
55
+ > 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.
56
+
57
+ > BuckPy-Dev complies with the original GPL v3 license because:
58
+ > - It preserves the same license terms (GPL-3.0) for all distributed code.
59
+ > - It provides full access to the source code when distributed.
60
+ > - Any modifications or additions remain under GPL v3, ensuring downstream users retain the same freedoms.
61
+ > - No additional restrictions are imposed beyond those permitted by GPL v3.
62
+ >
63
+ > 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.
64
+ >
65
+ > No additional warranties or guarantees are provided beyond those stated in the license.
54
66
 
55
67
  ## Documentation
56
68
 
57
- The development documentation is available on the [BuckPy Documentation Website](https://buckpy-org-dev.github.io/).
69
+ The development documentation is available on the [BuckPy Developmen Documentation Website](https://buckpy-org.github.io/buckpy-org-dev.github.io/).
@@ -14,14 +14,14 @@ else:
14
14
 
15
15
  setup(
16
16
  name='buckpy-dev',
17
- version='0.0.2',
17
+ version='0.0.3',
18
18
  description='BuckPy: Lateral buckling formation algorithm',
19
19
  long_description=long_description,
20
20
  long_description_content_type="text/markdown",
21
21
  author='ismael-ripoll',
22
22
  url='https://github.com/buckpy-org/buckpy',
23
23
  project_urls={
24
- "Documentation": "https://buckpy-org-dev.github.io/",
24
+ "Documentation": "https://buckpy-org.github.io/buckpy-org-dev.github.io/",
25
25
  "Source": "https://github.com/buckpy-org/buckpy",
26
26
  "Tracker": "https://github.com/buckpy-org/buckpy/issues",
27
27
  },
@@ -1,16 +0,0 @@
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/).
File without changes
File without changes
File without changes