Pactus Development Kit
Project description
Pactus Python SDK
The Pactus Python SDK provides a set of utilities to seamlessly interact with the Pactus blockchain. With this SDK, you can easily create transactions, sign messages, generate cryptographic keys, and more.
Installation
You can install the SDK using pip
:
pip install pactus-sdk
Examples
To help you get started, we've included an examples
folder that contains various scripts demonstrating how to
use the SDK for different tasks. These examples cover key generation, transaction creation, message signing, and more.
To run an example, navigate to the examples
directory and execute the script using Python:
cd examples
python example_key_generation.py
Explore the examples
folder for more detailed usage scenarios.
Development Setup
For local development, you can install the package in editable mode, which allows you to make changes and test them immediately:
pip install -e .
After making changes, it's important to ensure all tests pass by running:
python3 -m unittest discover tests
Maintaining code quality is crucial. Use Ruff to format and lint your code:
ruff format # formatting code style
ruff check # running linter
Contributing
Contributions are welcome! Feel free to add features, fix bugs, or improve documentation via pull requests.
Publishing to PyPi
To deploy pactus-sdk
and create a release, tag the new version and push it to GitHub.
git tag -s -a v1.x.y -m "Version 1.x.y"
After publishing, make sure to update the version number in setup.py
.
License
This project is licensed under the MIT License. By contributing, you agree to license your contributions under the same terms.
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
Built Distribution
Hashes for pactus_sdk-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe0162d6788341b7c17201186211ace3458e2d76619b7e94fee5b3f49ce10dbc |
|
MD5 | 74846031e6f87c1e1d08e776e49f0545 |
|
BLAKE2b-256 | 4c7397e9eaadfae8fd11509967bd0f8741c08d1286be5a0f287a9d139b226e3e |