Python package to access Universa API from python.
Project description
Universa
This is an under-construction official python package from Universa to facilitate access to the Java library using Universa's UMI protocol.
Installation
Prerequisites
JVM v1.8.* must be installed.
Installation
pip install universa
Usage
#!/usr/bin/env python3
from universa.transport import transport
from universa.types import PrivateKey, Contract, RevokePermission
if __name__ == '__main__':
print(transport.version())
private_key = PrivateKey(size=2048)
contract = Contract()
short_address = private_key.public_key.short_address
owner_role = contract.set_owner_addresses(short_address)
revoke_permission = RevokePermission(owner_role)
contract.add_permission(revoke_permission)
Docs and resources
For more information see:
License
The gem is available as open source under the terms of the MIT License.
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
universa-0.0.4a0.tar.gz
(17.7 MB
view hashes)
Built Distribution
universa-0.0.4a0-py3-none-any.whl
(17.0 kB
view hashes)
Close
Hashes for universa-0.0.4a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c3640b123180cbea411a982f5b5596dd1c868c18b977b3c54381cf7c63641e9 |
|
MD5 | f965af8f7df603030144f99860828b33 |
|
BLAKE2b-256 | 8eccad10f274a5e629f4ae5ae8a982898c70554fecd3afa9112b1c4e324542d9 |