A python util for ubirch anchoring services.
Project description
ubirch library for ubirch anchoring services
This library contains several useful tools used to connect to a SQS or Kafka and anchor messages retrieved from a queue to the IOTA Tangle or the Ethereum Blockchain.
Usage
Configuration, connection to a Kafka server and retrieving queues.
To set up the different arguments needed to connect to the SQS Server and to access the ETH Wallet.
from ubirch.anchoring_kafka import * args = set_arguments(servicetype='ethereum') # Or 'IOTA' #To access the Kafka server port = args.port #To unlock your wallet (if servicename=='ethereum') password = args.pwd keyfile = args.keyfile queue1 = KafkaConsumer('queue1', bootstrap_servers=port)
Polling a topic and processing its messages
Please see ubirch-ethereum-service or ubirch-iota-service to how this library is put into action.
Testing
Unit tests are added to test the functionality of all objects provided in this library.
python3 -m unittest discover
License
This library is publicized under the Apache License 2.0.
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ubirch_python_utils-1.3.10-py3-none-any.whl (9.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size ubirch-python-utils-1.3.10.tar.gz (4.9 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for ubirch_python_utils-1.3.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57cbb37e03f6b03da166963ab59c45d3e8bcdb099d5be1eda9e3f4276a92a85f |
|
MD5 | 3c4ecaa3cad46e746eb9159a420a4524 |
|
BLAKE2-256 | 53f916c013ea40f6cf5264cf863e2941bf6ccdf6bc38fc38ee6fce35968653aa |
Close
Hashes for ubirch-python-utils-1.3.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d355552f172931d95368418a620df2d8e238e54da34ec65b1e7046c87773b5c2 |
|
MD5 | 0192a7e47361dc08020ff9be4e485d07 |
|
BLAKE2-256 | 670e84b2343a67ce80027f982916f40b1029022b39fa47237764cd52c26997af |