Core components of the MultiversX Python SDK.
Project description
mx-sdk-py-core
Core components of the MultiversX Python SDK.
Distribution
- GitHub:
git+https://git@github.com/multiversx/mx-sdk-py-core.git@v{Version}#egg=multiversx_sdk_core
- 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_core
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
multiversx_sdk_core-0.7.3.tar.gz
(45.3 kB
view hashes)
Built Distribution
Close
Hashes for multiversx_sdk_core-0.7.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4e5d6eb3614e4767f6c88cbecf5115def2c80e4c16932bbdf24dfa8e8092f5d |
|
MD5 | fed2bb6007a6275a8762e90afee87ed8 |
|
BLAKE2b-256 | 3b2ff631d5c901dc63d6eda7a4b6719eafc5dc7b0cf814702a7f768c29d4493a |
Close
Hashes for multiversx_sdk_core-0.7.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eef08dc398cfdbe1b753cd5474841b48a2f7a682425fc4f4ff8ed196ad267a47 |
|
MD5 | 5ea225794c9bad0ce4e69645211aa233 |
|
BLAKE2b-256 | 8e5af5dc9f8b0069dac1de449ba9938b946dda674d1494fa46622eefc26dd3ae |