Metadata-Version: 2.3
Name: iroh
Version: 0.18.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Summary: Bytes. Distributed. For all languages.
Home-Page: https://iroh.computer
Author: n0 team
License: MIT OR Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/n0-computer/iroh-ffi

# Iroh Python

This is the [Iroh](https://github.com/n0-computer/iroh) python api!

The api was generated using [uniffi-rs](https://github.com/mozilla/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 [tests](https://github.com/n0-computer/iroh-ffi/tree/main/python).

We currently ship binary wheels on pypi for:
- amd64 win
- x86_64 manylinux2014
- aarch64 manylinux2014
- arm64 macosx
- x86_64 macosx

If you need another platform you will have to build from source using the repository at https://github.com/n0-computer/iroh-ffi/


