Wallet & crypto components of MultiversX Python SDK.
Project description
mx-sdk-py-wallet
Wallet & crypto components of MultiversX Python SDK.
Distribution
- GitHub:
git+https://git@github.com/multiversx/mx-sdk-py-wallet.git@v{Version}#egg=multiversx_sdk_wallet
- PyPi
Documentation
Development setup
Virtual environment
Create a virtual environment and install the dependencies:
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r ./requirements.txt --upgrade
Install development dependencies, as well:
pip install -r ./requirements-dev.txt --upgrade
Above, requirements.txt
should mirror the dependencies section of pyproject.toml
.
If using VSCode, restart it or follow these steps:
Ctrl + Shift + P
- Select Interpreter
- Choose
./venv/bin/python
.
Tests
Run the tests as follows:
pytest .
Linting
First, install pyright
as follows:
npm install --global pyright
Run pyright
:
pyright
Run flake8
:
flake8 multiversx_sdk_wallet
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for multiversx_sdk_wallet-0.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bd0ad35e8d7469b2361fb54010e34c7e61cd1bbed4c66adececd1cd17b37134 |
|
MD5 | 3958a1e967b40b41479fb87aebccb3c2 |
|
BLAKE2b-256 | 69eb81ad8dad26ed321fd9c0bbe152e53e8987c76593ac51d9c5e14a697c215a |
Close
Hashes for multiversx_sdk_wallet-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0fd3e8c5585dbec66ac0e033579d93750fddb1cb9380db715c8d92f3b7961b0 |
|
MD5 | 4c1880835529b9cc7bf33f2d76db65b9 |
|
BLAKE2b-256 | 4754eff9c2a416dcf8e20c3f75eb1660829e0ee8c96bba16ed5f59519eb6ba4c |