geolysis 0.10.1__py3-none-any.whl → 0.10.2__py3-none-any.whl
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.
- geolysis/__init__.py +1 -1
- {geolysis-0.10.1.dist-info → geolysis-0.10.2.dist-info}/METADATA +4 -1
- {geolysis-0.10.1.dist-info → geolysis-0.10.2.dist-info}/RECORD +6 -6
- {geolysis-0.10.1.dist-info → geolysis-0.10.2.dist-info}/WHEEL +0 -0
- {geolysis-0.10.1.dist-info → geolysis-0.10.2.dist-info}/licenses/LICENSE.txt +0 -0
- {geolysis-0.10.1.dist-info → geolysis-0.10.2.dist-info}/top_level.txt +0 -0
geolysis/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: geolysis
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.2
|
4
4
|
Summary: geolysis is an opensource software for geotechnical engineering analysis and modeling.
|
5
5
|
Author-email: Patrick Boateng <boatengpato.pb@gmail.com>
|
6
6
|
License: MIT License
|
@@ -57,6 +57,9 @@ The `geolysis` python package is among three other projects, `geolysis.excel`,
|
|
57
57
|
`geolysis.gui`, and `geolysis.ai`. More details about these projects are
|
58
58
|
provided [here](https://github.com/geolysis-dev).
|
59
59
|
|
60
|
+
`geolysis` has only one project dependency which is [func-validator](https://github.com/patrickboateng/func-validator/)
|
61
|
+
for validating `function` (and `method`) arguments.
|
62
|
+
|
60
63
|
The rest of this **README** provides an overview of the `geolysis` python
|
61
64
|
package.
|
62
65
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
geolysis/__init__.py,sha256=
|
1
|
+
geolysis/__init__.py,sha256=KhU464V_BkITyZRQohK6zh_d5Lt3y2sQ57B1hXvMlko,161
|
2
2
|
geolysis/foundation.py,sha256=khmZCa8V-UEqp7A4WlIwt8Oy5tVQdT0UsaLMuxEbDQU,12819
|
3
3
|
geolysis/soil_classifier.py,sha256=gPOl9Fr18r4aDtVBFK5KdWdsLIvpTLLMTt7YU49noSA,27442
|
4
4
|
geolysis/spt.py,sha256=_AWfs5Ho5ScCwPlVDNh6cuhcLOR4-u7Dr7UoagRlDoM,18620
|
@@ -15,8 +15,8 @@ geolysis/bearing_capacity/ubc/_core.py,sha256=GfE0ZzPqC5VJ8PakR5ZiFvsfSwuEYrEzuP
|
|
15
15
|
geolysis/bearing_capacity/ubc/_hansen_ubc.py,sha256=aVu40WFCtvstWNq3x65Klb9am4UfJq00MtfaJYIwifI,6995
|
16
16
|
geolysis/bearing_capacity/ubc/_terzaghi_ubc.py,sha256=U9mt92glUuooXnd_NPOFDpEdG15bTdb_KPPXLu5zjPw,5503
|
17
17
|
geolysis/bearing_capacity/ubc/_vesic_ubc.py,sha256=a8TvlJCZ4AMU_YEVE0DEXb_Eo75uVOtOLDg-mC3zYlc,7034
|
18
|
-
geolysis-0.10.
|
19
|
-
geolysis-0.10.
|
20
|
-
geolysis-0.10.
|
21
|
-
geolysis-0.10.
|
22
|
-
geolysis-0.10.
|
18
|
+
geolysis-0.10.2.dist-info/licenses/LICENSE.txt,sha256=ap6sMs3lT7ICbEXBhgihwH1BTCVcjmCQkIkwVnil1Ak,1065
|
19
|
+
geolysis-0.10.2.dist-info/METADATA,sha256=C7k4XQDahVEox37SMS8gCtjLjKMFeJZMlZzgGj-aWM0,6814
|
20
|
+
geolysis-0.10.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
21
|
+
geolysis-0.10.2.dist-info/top_level.txt,sha256=9mnQgOaCRr11dtXff8X-q3FfXjRONd6kHseSy5q2y8g,9
|
22
|
+
geolysis-0.10.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|