Python library for interacting with the Waves blockchain
Project description
PyWaves – Community Edition
PyWaves-CE is a community-maintained fork of the original PyWaves library for the Waves blockchain.
It is a drop-in replacement that keeps the import path pywaves intact, so existing code keeps working without edits.
pip install pywaves-ce
Basic Example
import pywaves as pw
# Create addresses from seeds
firstAddress = pw.Address(seed = 'this is just a simple test seed 1')
secondAddress = pw.Address(seed = 'this is just a simple test seed 2')
# Send Waves from one address to another
tx = firstAddress.sendWaves(secondAddress, 100000)
assert 'id' in tx
# Wait for transaction to complete and verify status
tx = pw.waitFor(tx['id'])
assert tx['applicationStatus'] == 'succeeded'
Purpose & Rationale of Community Edition
- Unmaintained upstream – the original PyWaves no longer receives updates.
- Drop-in replacement – legacy code keeps using
import pywaves as pwunchanged. - Active maintenance – security fixes and new Waves features are delivered regularly.
- Repository layout – PyWaves-CE hosts the pristine 1.0.5 upstream snapshot.
- PyPI distribution – published as pywaves-ce while the internal package name remains
pywaves. - Versioning roadmap
- 1.x – strict legacy API compatibility with upstream 1.0.5.
- 2.x – modernization and intentional breaking changes.
Documentation
License
Code released under the MIT License.
Development and Packaging
PyWaves uses Poetry for dependency management and packaging.
Installation for Development
- Install Poetry (if not already installed)
pip install poetry
- Install dependencies
poetry install
- Activate the virtual environment
poetry shell
Building the Package
poetry build
This will create both wheel and source distributions in the dist/ directory.
Testing Across Python Versions
PyWaves includes a workflow testing system that can test across multiple Python versions:
python workflow_venvs.py
python workflow_tests.py
This will test the library with all Python versions specified in PYTHON_VERSIONS.py.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pywaves_ce-2.0.4.tar.gz.
File metadata
- Download URL: pywaves_ce-2.0.4.tar.gz
- Upload date:
- Size: 27.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56b6e846a56647efcc04647b2fdab1b8a37c8450335f91808bc289a645ae8d18
|
|
| MD5 |
2e418a15a1ac144075327d695893365a
|
|
| BLAKE2b-256 |
66d77a71a4d87a7582a431766e56d8e63a80044afad2e6882da3d524f087f5ec
|
Provenance
The following attestation bundles were made for pywaves_ce-2.0.4.tar.gz:
Publisher:
publish.yml on PyWaves-CE/PyWaves-CE
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_ce-2.0.4.tar.gz -
Subject digest:
56b6e846a56647efcc04647b2fdab1b8a37c8450335f91808bc289a645ae8d18 - Sigstore transparency entry: 732047781
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-CE@411802b36abc50cd22029d1399fcc818bf96b980 -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@411802b36abc50cd22029d1399fcc818bf96b980 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pywaves_ce-2.0.4-py3-none-any.whl.
File metadata
- Download URL: pywaves_ce-2.0.4-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6137e37d32231abee5d70d43d5d58c33c1c0077108b99a9fe29c47590a37aa81
|
|
| MD5 |
9d3f345cad95e63e103fe9d1a12684a7
|
|
| BLAKE2b-256 |
879e4a7f6ee5a6f700bba4c4e05e5c9bc7dd708b9e493d2ce3b8fa475479bf01
|
Provenance
The following attestation bundles were made for pywaves_ce-2.0.4-py3-none-any.whl:
Publisher:
publish.yml on PyWaves-CE/PyWaves-CE
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pywaves_ce-2.0.4-py3-none-any.whl -
Subject digest:
6137e37d32231abee5d70d43d5d58c33c1c0077108b99a9fe29c47590a37aa81 - Sigstore transparency entry: 732047797
- Sigstore integration time:
-
Permalink:
PyWaves-CE/PyWaves-CE@411802b36abc50cd22029d1399fcc818bf96b980 -
Branch / Tag:
refs/tags/v2.0.4 - Owner: https://github.com/PyWaves-CE
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@411802b36abc50cd22029d1399fcc818bf96b980 -
Trigger Event:
push
-
Statement type: