Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 449 Bytes

Pathfinder Network

Description

A reference implementation of the PACT Pathfinder Network in Python.

https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/

Installation

poetry install

Usage

Currently, the only items to have been implemented are the datatypes in pathfinder_network/datamodel, so you can use them, and run tests.

How to Contribute

Submit a PR.

Tests

pytest