PyHelium
PyHelium is a simple api wrapper to access Helium network's api.
How to install ?
pip install PyHelium
Important: depending on your system, make sure to use pip3 and python3 instead.
How to use ?
Simple example:
import pyHelium
#this will return a Hotspot object
myHotspot = pyHelium.initiate_hotspot_from_address("11CDbFUj3CkT2SCnFn7372f9EeNz88hb9deQaomV6xKyDFq6z1h")
#we can then print informations about your hotspot:
print(myHotspot.name)
print(myHotspot.reward_scale)
print(myHotspot.status)
#it is also possible to fetch more data about your hotspot:
myHotspot.get_activity()
#and then print it
print(myHotspot.activity)
Release files for PyHelium 0.1.2.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyHelium-0.1.2.2.1.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PyHelium-0.1.2.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / PyHelium-0.1.2.2.1.tar.gz
| Download URL | PyHelium-0.1.2.2.1.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
01ffe076b19b50a739a1f049301edd52350a35584b7f4ca6bb928e78c96e57f6
|
|
BLAKE2b-256 checksum How to use checksums |
0488563e067200850ce744220a1ac2072896fa12aee3f908fe2dd1e4cdf0f3cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
|
Release files / PyHelium-0.1.2.2.1-py3-none-any.whl
| Download URL | PyHelium-0.1.2.2.1-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0a88a5beaf01b5e391a5970b4c3972adb6994d7370a9d8c7d7aa0ca84b5c5494
|
|
BLAKE2b-256 checksum How to use checksums |
6126d020cf1f8689bcc9eb9d42e3799908bbcabe065abf3d70a8f84d9c85d13f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.5
|