Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 760 Bytes

README.python.md

File metadata and controls

19 lines (13 loc) · 760 Bytes

Iroh Python

This is the Iroh Python API!

The API was generated using uniffi-rs.

All iroh classes, methods, functions, and enums contain docstrings.

The current best way to understand how the iroh python API can be used is to check out our example or tests.

We currently ship binary wheels on pypi for:

  • amd64 win
  • x86_64 manylinux2014
  • aarch64 manylinux2014
  • arm64 macosx
  • x86_64 macosx

Notes on how the wheels are built and tested are in our FFI development docs.