geolysis 0.1.3__py3-none-any.whl → 0.1.5__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.1.3.dist-info → geolysis-0.1.5.dist-info}/METADATA +10 -5
- {geolysis-0.1.3.dist-info → geolysis-0.1.5.dist-info}/RECORD +6 -6
- {geolysis-0.1.3.dist-info → geolysis-0.1.5.dist-info}/LICENSE.txt +0 -0
- {geolysis-0.1.3.dist-info → geolysis-0.1.5.dist-info}/WHEEL +0 -0
- {geolysis-0.1.3.dist-info → geolysis-0.1.5.dist-info}/top_level.txt +0 -0
geolysis/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: geolysis
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
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
|
Maintainer-email: Patrick Boateng <boatengpato.pb@gmail.com>
|
@@ -117,7 +117,7 @@ Classification of soil using `AASHTO` classification system.
|
|
117
117
|
|
118
118
|
```python
|
119
119
|
|
120
|
-
>>> from
|
120
|
+
>>> from geolysis.soil_classifier import AASHTO
|
121
121
|
>>> aashto_classifier = AASHTO(liquid_limit=37.7,
|
122
122
|
... plasticity_index=13.9,
|
123
123
|
... fines=47.44)
|
@@ -160,7 +160,12 @@ you agree to the terms and conditions of this license.
|
|
160
160
|
|
161
161
|
## Project Links
|
162
162
|
|
163
|
-
- [**Documentation**](https://)
|
164
|
-
|
163
|
+
<!-- - [**Documentation**](https://) -->
|
164
|
+
<!-- [Mailing list](https://) -->
|
165
|
+
<!-- - [**Website**](https://) -->
|
166
|
+
|
167
|
+
- [**PyPi**](https://pypi.org/project/geolysis/)
|
165
168
|
- [**Source Code**](https://github.com/patrickboateng/geolysis/)
|
166
|
-
- [**
|
169
|
+
- [**Bug Reports**](https://github.com/patrickboateng/geolysis/issues)
|
170
|
+
- [**Contributing**](https://github.com/patrickboateng/geolysis/blob/main/docs/CONTRIBUTING.md#how-to-contribute)
|
171
|
+
- [**Code of Conduct**](https://github.com/patrickboateng/geolysis/blob/main/CODE_OF_CONDUCT.md)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
geolysis/__init__.py,sha256=
|
1
|
+
geolysis/__init__.py,sha256=DyIKUD32BQRw4M36Gb3XZnV3NKK08miTP1HOpEon79I,745
|
2
2
|
geolysis/estimators.py,sha256=rNCToxM4xqDxOQjv453LpNq0XkaHUX0L38yV0Zc5fyc,15382
|
3
3
|
geolysis/exceptions.py,sha256=5puNO6DburJSP-hTUdJJXjf5Z1qFQ-ytbmNX7BM-YBw,785
|
4
4
|
geolysis/soil_classifier.py,sha256=IrMNpJrm6Rbfxahlv52HnOKiZeypUYq7x3p99t3c3rc,13995
|
@@ -7,8 +7,8 @@ geolysis/bearing_capacity/__init__.py,sha256=3t4zWZma_vIuWLuDAZJll9blpgKjGaxg5uC
|
|
7
7
|
geolysis/bearing_capacity/allowable.py,sha256=B-694oRxvHd6aiDo8AKFTxP8z0jr1U_KvwzTeu9kKB0,3714
|
8
8
|
geolysis/bearing_capacity/spt.py,sha256=x1qjtOSNgIHbt9hR_qQVKh5Ass6QoOIgfZS0_PWDfGU,10436
|
9
9
|
geolysis/bearing_capacity/ultimate.py,sha256=aB56qHANQ5dFMQXnn-meSNiaPqeL3kSh2GAPIJurcLE,32093
|
10
|
-
geolysis-0.1.
|
11
|
-
geolysis-0.1.
|
12
|
-
geolysis-0.1.
|
13
|
-
geolysis-0.1.
|
14
|
-
geolysis-0.1.
|
10
|
+
geolysis-0.1.5.dist-info/LICENSE.txt,sha256=Gxc3UWw7OX-M-Nif4EZcGFQ0Jh3gfNUO_kPS1TDy-BU,1086
|
11
|
+
geolysis-0.1.5.dist-info/METADATA,sha256=mj9zTBvEaMxPBWI1met5AV27kcQ4XXdYw7rCHXcpZMk,7007
|
12
|
+
geolysis-0.1.5.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
13
|
+
geolysis-0.1.5.dist-info/top_level.txt,sha256=9mnQgOaCRr11dtXff8X-q3FfXjRONd6kHseSy5q2y8g,9
|
14
|
+
geolysis-0.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|