Core components of the Dharitri Python SDK.
Project description
drt-sdk-py-core
Core components of the Dharitri Python SDK.
Distribution
- GitHub:
git+https://git@github.com/DharitriOne/drt-sdk-py-core.git@v{Version}#egg=drt_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 drt_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
drt_sdk_core-0.0.3.tar.gz
(49.4 kB
view hashes)
Built Distribution
Close
Hashes for drt_sdk_core-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05f2a37efdf9b2cdf5e32b809b4d048220d54c3a113269ff10804ab80e712014 |
|
MD5 | 378e88e4528d88e20af5ff966888b3fb |
|
BLAKE2b-256 | 19e20a3e1a08bed9b3fe66077ead2f58b6102e8014f9efe872d0539e325cfbc2 |