Skip to main content

IOTA API library for Python

Project description

https://travis-ci.org/iotaledger/iota.lib.py.svg?branch=master https://readthedocs.org/projects/pyota/badge/?version=latest

PyOTA

This is the official Python library for the IOTA Core.

It implements both the official API, as well as newly-proposed functionality (such as signing, bundles, utilities and conversion).

Join the Discussion

If you want to get involved in the community, need help with getting setup, have any issues related with the library or just want to discuss Blockchain, Distributed Ledgers and IoT with other people, feel free to join our Discord.

You can also ask questions on our dedicated forum.

If you encounter any issues while using PyOTA, please report them using the PyOTA Bug Tracker.

Dependencies

PyOTA is compatible with Python 3.6, 3.5 and 2.7.

Installation

To install the latest version:

pip install pyota

Optional C Extension

PyOTA has an optional C extension that improves the performance of its cryptography features significantly (speedups of 60x are common!).

To install this extension, use the following command:

pip install pyota[ccurl]

Installing from Source

  1. Create virtualenv (recommended, but not required).

  2. git clone https://github.com/iotaledger/iota.lib.py.git

  3. pip install -e .

Running Unit Tests

To run unit tests after installing from source:

python setup.py test

PyOTA is also compatible with tox, which will run the unit tests in different virtual environments (one for each supported version of Python).

To run the unit tests, it is recommended that you use the detox library. detox speeds up the tests by running them in parallel.

Install PyOTA with the test-runner extra to set up the necessary dependencies, and then you can run the tests with the detox command:

pip install -e .[test-runner]
detox -v

Documentation

PyOTA’s documentation is available on ReadTheDocs.

If you are installing from source (see above), you can also build the documentation locally:

  1. Install extra dependencies (you only have to do this once):

    pip install '.[docs-builder]'
  2. Switch to the docs directory:

    cd docs
  3. Build the documentation:

    make html

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

PyOTA-2.0.5.tar.gz (5.5 MB view details)

Uploaded Source

Built Distribution

PyOTA-2.0.5-py2.py3-none-any.whl (108.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file PyOTA-2.0.5.tar.gz.

File metadata

  • Download URL: PyOTA-2.0.5.tar.gz
  • Upload date:
  • Size: 5.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyOTA-2.0.5.tar.gz
Algorithm Hash digest
SHA256 4734b4b80c6cdb1af37decda376b3649c77cfefe61ec6d8210251f8a3af30b3d
MD5 40024a0a3c2857395c275b43900b8323
BLAKE2b-256 666b9f3fb61bdf8b85d9c4c7599815b53e9b98dd5eb8672551e5cd4501f5042b

See more details on using hashes here.

File details

Details for the file PyOTA-2.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for PyOTA-2.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 60ebdd6ab289af4ecc9f7ff07182c8adaae56d770b9a8ac5063dbbd59c397bda
MD5 883a759867e51fe71c43036ea2195b3d
BLAKE2b-256 a9bfda5e148cf406cb8cf0a5b710bd74c6fa56c216985adfd3b93d3ab773c027

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