py-geth 5.3.0__py3-none-any.whl → 5.5.0__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.
- geth/install.py +20 -0
- {py_geth-5.3.0.dist-info → py_geth-5.5.0.dist-info}/METADATA +8 -7
- {py_geth-5.3.0.dist-info → py_geth-5.5.0.dist-info}/RECORD +6 -6
- {py_geth-5.3.0.dist-info → py_geth-5.5.0.dist-info}/WHEEL +1 -1
- {py_geth-5.3.0.dist-info → py_geth-5.5.0.dist-info/licenses}/LICENSE +0 -0
- {py_geth-5.3.0.dist-info → py_geth-5.5.0.dist-info}/top_level.txt +0 -0
geth/install.py
CHANGED
@@ -53,6 +53,11 @@ V1_15_2 = "v1.15.2"
|
|
53
53
|
V1_15_3 = "v1.15.3"
|
54
54
|
V1_15_4 = "v1.15.4"
|
55
55
|
V1_15_5 = "v1.15.5"
|
56
|
+
V1_15_6 = "v1.15.6"
|
57
|
+
V1_15_7 = "v1.15.7"
|
58
|
+
V1_15_8 = "v1.15.8"
|
59
|
+
V1_15_9 = "v1.15.9"
|
60
|
+
V1_15_10 = "v1.15.10"
|
56
61
|
|
57
62
|
|
58
63
|
LINUX = "linux"
|
@@ -355,6 +360,11 @@ install_v1_15_2 = functools.partial(install_from_source_code_release, V1_15_2)
|
|
355
360
|
install_v1_15_3 = functools.partial(install_from_source_code_release, V1_15_3)
|
356
361
|
install_v1_15_4 = functools.partial(install_from_source_code_release, V1_15_4)
|
357
362
|
install_v1_15_5 = functools.partial(install_from_source_code_release, V1_15_5)
|
363
|
+
install_v1_15_6 = functools.partial(install_from_source_code_release, V1_15_6)
|
364
|
+
install_v1_15_7 = functools.partial(install_from_source_code_release, V1_15_7)
|
365
|
+
install_v1_15_8 = functools.partial(install_from_source_code_release, V1_15_8)
|
366
|
+
install_v1_15_9 = functools.partial(install_from_source_code_release, V1_15_9)
|
367
|
+
install_v1_15_10 = functools.partial(install_from_source_code_release, V1_15_10)
|
358
368
|
|
359
369
|
INSTALL_FUNCTIONS = {
|
360
370
|
LINUX: {
|
@@ -377,6 +387,11 @@ INSTALL_FUNCTIONS = {
|
|
377
387
|
V1_15_3: install_v1_15_3,
|
378
388
|
V1_15_4: install_v1_15_4,
|
379
389
|
V1_15_5: install_v1_15_5,
|
390
|
+
V1_15_6: install_v1_15_6,
|
391
|
+
V1_15_7: install_v1_15_7,
|
392
|
+
V1_15_8: install_v1_15_8,
|
393
|
+
V1_15_9: install_v1_15_9,
|
394
|
+
V1_15_10: install_v1_15_10,
|
380
395
|
},
|
381
396
|
OSX: {
|
382
397
|
V1_14_0: install_v1_14_0,
|
@@ -398,6 +413,11 @@ INSTALL_FUNCTIONS = {
|
|
398
413
|
V1_15_3: install_v1_15_3,
|
399
414
|
V1_15_4: install_v1_15_4,
|
400
415
|
V1_15_5: install_v1_15_5,
|
416
|
+
V1_15_6: install_v1_15_6,
|
417
|
+
V1_15_7: install_v1_15_7,
|
418
|
+
V1_15_8: install_v1_15_8,
|
419
|
+
V1_15_9: install_v1_15_9,
|
420
|
+
V1_15_10: install_v1_15_10,
|
401
421
|
},
|
402
422
|
}
|
403
423
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: py-geth
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.5.0
|
4
4
|
Summary: py-geth: Run Go-Ethereum as a subprocess
|
5
5
|
Home-page: https://github.com/ethereum/py-geth
|
6
6
|
Author: The Ethereum Foundation
|
@@ -54,6 +54,7 @@ Dynamic: description-content-type
|
|
54
54
|
Dynamic: home-page
|
55
55
|
Dynamic: keywords
|
56
56
|
Dynamic: license
|
57
|
+
Dynamic: license-file
|
57
58
|
Dynamic: provides-extra
|
58
59
|
Dynamic: requires-dist
|
59
60
|
Dynamic: requires-python
|
@@ -139,7 +140,7 @@ False
|
|
139
140
|
>>> geth.is_stopped
|
140
141
|
True
|
141
142
|
>>> geth.version
|
142
|
-
"1.15.
|
143
|
+
"1.15.10-stable"
|
143
144
|
```
|
144
145
|
|
145
146
|
When testing it can be nice to see the logging output produced by the `geth`
|
@@ -179,19 +180,19 @@ the current list of supported versions.
|
|
179
180
|
Installation can be done via the command line:
|
180
181
|
|
181
182
|
```bash
|
182
|
-
$ python -m geth.install v1.15.
|
183
|
+
$ python -m geth.install v1.15.10
|
183
184
|
```
|
184
185
|
|
185
186
|
Or from python using the `install_geth` function.
|
186
187
|
|
187
188
|
```python
|
188
189
|
>>> from geth import install_geth
|
189
|
-
>>> install_geth('v1.15.
|
190
|
+
>>> install_geth('v1.15.10')
|
190
191
|
```
|
191
192
|
|
192
193
|
The installed binary can be found in the `$HOME/.py-geth` directory, under your
|
193
|
-
home directory. The `v1.15.
|
194
|
-
`$HOME/.py-geth/geth-v1.15.
|
194
|
+
home directory. The `v1.15.10` binary would be located at
|
195
|
+
`$HOME/.py-geth/geth-v1.15.10/bin/geth`.
|
195
196
|
|
196
197
|
## About `DevGethProcess`
|
197
198
|
|
@@ -4,7 +4,7 @@ geth/chain.py,sha256=7ZTmzLgkIB6UKcB1NSvMfTuF6RqO4lW0FtHz9uSJQ5s,3683
|
|
4
4
|
geth/default_blockchain_password,sha256=7ZYUjo1py5Wh_uA_WvoXQG8mPv2CiJ07tI2tOodTLi8,30
|
5
5
|
geth/exceptions.py,sha256=yLGBkLabY_W-43kW9iYPM3FaoR08JWgTWYW1RHukaeU,2643
|
6
6
|
geth/genesis.json,sha256=HPY88vd1cD0bXKB2Fd59EQ08oK6uVTOehHqSmckuYBY,1224
|
7
|
-
geth/install.py,sha256=
|
7
|
+
geth/install.py,sha256=ET4Zi8iGu-0k7AMJmdPHoKS1qf1rHwlpcYtxlD5AfDQ,13479
|
8
8
|
geth/main.py,sha256=jgWIs3o9BfHcqWfuq6l4JBjcdQzDy13-EJDP1c2ouhQ,1463
|
9
9
|
geth/mixins.py,sha256=cpls-_Z9WZdmYbjhOZL-y6F1xRYAvmfWRed2DODe6D8,5639
|
10
10
|
geth/process.py,sha256=MEEzmwxrIjNpTMINmm4OpraB8MR6ENht63zNultIOEc,9059
|
@@ -20,8 +20,8 @@ geth/utils/proc.py,sha256=0CcHzOTkSzikrli_2ooQT6iHpPaTRYsshcvrGYC7btA,1801
|
|
20
20
|
geth/utils/thread.py,sha256=IL4C-AvzYbOwW2qOIMS63GVEqiWLe9TiMXX20qT1UaY,315
|
21
21
|
geth/utils/timeout.py,sha256=Uiz90EKJJm7UmKmVx2FhBpIblnvg9dTqszsanvfOtFM,2259
|
22
22
|
geth/utils/validation.py,sha256=rMwaB2DSKNG8-NXx269YwUrOAfzuckqTBwA4wqjgebY,5030
|
23
|
-
py_geth-5.
|
24
|
-
py_geth-5.
|
25
|
-
py_geth-5.
|
26
|
-
py_geth-5.
|
27
|
-
py_geth-5.
|
23
|
+
py_geth-5.5.0.dist-info/licenses/LICENSE,sha256=ENGC4gSn0kYaC_mlaXOEwCKmA6W7Z9MeSemc5O2k-h0,1095
|
24
|
+
py_geth-5.5.0.dist-info/METADATA,sha256=BkkYjuc9vm3KI5LV8mDHhTBciKQTdHP1B3mnSMz954U,9270
|
25
|
+
py_geth-5.5.0.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
26
|
+
py_geth-5.5.0.dist-info/top_level.txt,sha256=o8Gvkxt3xBR7BNG2p9_G1J3GnGlTrBMEhYJBdAzBWDU,5
|
27
|
+
py_geth-5.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|