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.6.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7aa92880272b0077a05826ca01d67fd103aff2a5886597652207aa61d7b777e |
|
MD5 | aacc39ddabe201098788670d311a2992 |
|
BLAKE2b-256 | d9c008a1a32fb3483430df5ba4b75b31c0af35647fe8e792bb90d48e1b05474d |
Close
Hashes for multiversx_sdk_wallet-0.6.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3483d0d7693b394b3735d202782d4d3ab7208648fddedee44de15e9ba7164a1c |
|
MD5 | 9de96fb68e66d84465d04c5a4e4da6ba |
|
BLAKE2b-256 | 2986b731ba75202135b85190be3bb12b77c1ce9e76da8f83e67d35a7279c9a7a |