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
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
Built Distribution
Close
Hashes for multiversx_sdk_wallet-0.4.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5752d14bc60dbe1915560c7f4d44d7b12dd1b02c0328d0b87fff7cd99a355d3f |
|
MD5 | 51c46b0b9ea97f18c255fee9387ce40d |
|
BLAKE2b-256 | 172c180c39cc96e76bfa1a8d0f9013c52606f48ee99f3acb5071fb369abad229 |
Close
Hashes for multiversx_sdk_wallet-0.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fecabc399a6c6678f456f3041b630e588bfa2c52a72454ac7c2ab342d854c80 |
|
MD5 | 20eafc5ec81d997fdaf309a6cfbfb04a |
|
BLAKE2b-256 | 9fc287c8d42d7a3ecaab1885bd6bc62e90f67af073d898e4710696fb35d831e5 |