Skip to main content

Python package to access Universa API from python.

Project description

Universa

Build status

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

from universa.transport import transport
from universa.types import PrivateKey, Contract, RevokePermission

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


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.4.tar.gz (17.7 MB view hashes)

Uploaded Source

Built Distribution

universa-0.0.4-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page