No project description provided
Project description
Overview
Python library for leapchain digital currency.
This library contains all of the core logic, shared functionality, and constants used by both the Bank and Validator on leapchain network.
Project Setup
Follow the steps below to set up the project on your environment. If you run into any problems, feel free to leave a GitHub Issue or reach out to any of our communities above.
Install required packages:
pip3 install -e .
Testing
To run tests:
pytest
To run tests with coverage report:
pytest --cov-config=.coveragerc --cov=./src
To run linting:
flake8 .
Building
The building and publishing of this package is automated through GitHub actions. To publish a new release, update the
./src/leapchain/__init__.py file with the latest version number. The updated package will be published once the
branch is merged into master.
To produce a source distribution manually:
python3 setup.py sdist
License
leapchain is MIT licensed.
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
File details
Details for the file leapchain-0.2.5.tar.gz.
File metadata
- Download URL: leapchain-0.2.5.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daff471ab72dd462ba51ae68924d17f733858eaafac1563db529fe81e2b15b9d
|
|
| MD5 |
04ee42b7f4b7d098cf7ac5248338fde9
|
|
| BLAKE2b-256 |
c2412470ce2b2605853f4fe456860c6849ba9ceb7123e01439bcedbaaad22b1d
|