Helius SDK
Project description
WIP
Installation
pip install helius-sdk
You can also install the in-development version with:
pip install https://github.com/mmchougule/helius-sdk-python/archive/main.zip
Examples
>>> export API_KEY=YOUR_API_KEY
Get transaction details
>>> from helius_sdk.transaction import Transaction >>> t = Transaction(api_key="api_key", tx_address="").get() >>> t.shape
Get nft sales
>>> from helius_sdk.event import Sale >>> sale = Sale(api_key="api_key", col_address="").get() >>> sale.shape
Documentation
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.0.0 (2023-04-09)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
helius-sdk-0.0.11.tar.gz
(17.5 kB
view details)
Built Distribution
File details
Details for the file helius-sdk-0.0.11.tar.gz
.
File metadata
- Download URL: helius-sdk-0.0.11.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | def9e019fa4f43eed54a925580e703d4a91d3116a58561033ae5fb301af5f7b9 |
|
MD5 | 080b3edbce6338b7061bdcd9f837b0b2 |
|
BLAKE2b-256 | 3fe93a22e8d87446f9a7d0456ba1f42c4ad9bcfa0660dab0fcdf92e0aec9aa33 |
File details
Details for the file helius_sdk-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: helius_sdk-0.0.11-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2fb73e9876f25600b85a7839090e966e488c66c038a60e67390c6a8e7f5d03c |
|
MD5 | 4f6942bd7aa585834c9a20d80582bc48 |
|
BLAKE2b-256 | 9d13341fa04665baa760c9044521724a32db6d8a46626316a6338f24a9094b67 |