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
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.4.4.tar.gz
(18.5 kB
view hashes)
Built Distribution
Close
Hashes for multiversx_sdk_core-0.4.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c56146cd694fb0326079ace071059616887562dfc04f400d819fd24814f96df0 |
|
MD5 | f69d5e817b67c04bbfb3512bf81409bd |
|
BLAKE2b-256 | 0dfc92125738c7144dec56e06ce519368bf04200a59afbe61cb18c88869ef0e1 |
Close
Hashes for multiversx_sdk_core-0.4.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 196c17fb9c0b451eec8e06111c0efd2ce85dc4fa45d6195d4a5846f0257787d8 |
|
MD5 | 5eb78aca353b48587382f0f78d2f4e9e |
|
BLAKE2b-256 | 9e2d6746c0e52772c209eb65489a6abe6293e668e3f561ee97cbd6183979cdf7 |