Skip to main content

Python wrapper for the Zenroom virtual machine

Project description


Zenroom

zenroom.py 🐍
A python wrapper for Zenroom

Build status Code coverage PyPI


This library attempts to provide a very simple wrapper around the Zenroom (https://zenroom.dyne.org/) crypto virtual machine developed as part of the DECODE project (https://decodeproject.eu/), that aims to make the Zenroom virtual machine easier to call from normal Python code.

This library has been developed for a specific deliverable within the project, and as such will likely not be suitable for most people's needs. Here we directly include a binary build of Zenroom compiled only for Linux (amd64), so any other platforms will be unable to use this library. This library has also only been tested under Python 3.

Zenroom itself does have good cross platform functionality, so if you are interested in finding out more about the functionalities offered by Zenroom, then please visit the website linked to above to find out more.

🚩 Table of Contents (click to expand)

💾 Installation

pip install zenroom

NOTE - the above command attempts to install the zenroom package, pulling in the Zenroom VM as a precompiled binary, so will only work on Linux (amd64) machines.


🎮 Usage

Two main calls are exposed, one to run zencode and one for zenroom scripts.

If you don't know what zencode is, you can start with this blogpost https://decodeproject.eu/blog/smart-contracts-english-speaker

A good set of examples of zencode contracts could be found here https://github.com/DECODEproject/dddc-pilot-contracts

ZENCODE

Here a quick usage example:

from zenroom import zenroom

contract = """Scenario 'coconut': "To run over the mobile wallet the first time and store the output as keypair.keys"
Given that I am known as 'identifier'
When I create my new keypair
Then print all data
    """

result, errors = zenroom.zencode_exec(contract)
print(result)

NOTE The result is in bytes and not string if you want a string you want to .decode() it

The zencode function accepts the following:

  • script (str): Required byte string or string containing script which Zenroom will execute
  • keys (str): Optional byte string or string containing keys which Zenroom will use
  • data (str): Optional byte string or string containing data upon which Zenroom will operate
  • conf (str): Optional byte string or string containing conf data for Zenroom
  • verbosity (int): Optional int which controls Zenroom's log verbosity ranging from 1 (least verbose) up to 3 (most verbose)

Returns

  • tuple: The output from Zenroom expressed as a byte string, the eventual errors generated as a string

ZENROOM SCRIPTS

from zenroom import zenroom

script = "print('Hello world')"
output, errors = zenroom.zenroom_exec(script)

print(output)

The same arguments and the same result are applied as the zencode call.


📋 Testing

Tests are made wuth pytests, just run

python setup.py test


🌐 Links

https://decodeproject.eu/

https://zenroom.org/

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

zenroom-1.0.7rc2.tar.gz (23.1 MB view details)

Uploaded Source

Built Distribution

zenroom-1.0.7rc2-py3-none-any.whl (23.3 MB view details)

Uploaded Python 3

File details

Details for the file zenroom-1.0.7rc2.tar.gz.

File metadata

  • Download URL: zenroom-1.0.7rc2.tar.gz
  • Upload date:
  • Size: 23.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for zenroom-1.0.7rc2.tar.gz
Algorithm Hash digest
SHA256 04b44aa161e31cf59f2ee491b0a6bb0955048a8293b6fd243e0549dd1b5a310c
MD5 3eface171e11af2c2a9ac913531f513c
BLAKE2b-256 5efb37a276f6c3df2843a5aa3ce6c388b0a5d823d4815d073b209e2d4223fda0

See more details on using hashes here.

File details

Details for the file zenroom-1.0.7rc2-py3-none-any.whl.

File metadata

  • Download URL: zenroom-1.0.7rc2-py3-none-any.whl
  • Upload date:
  • Size: 23.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for zenroom-1.0.7rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 49f4b4df8412cf8eaa383fb555e9d7f2c89b84de1a238009bfc8618bb2ad19ed
MD5 7770ce083d1892f100fa3727b37a2d1a
BLAKE2b-256 353794296185903c6204c4d8b983e5fbd2ec200f8a9cdd6968d2dd5e85609ac0

See more details on using hashes here.

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