Skip to content

An implementation of the PACT Pathfinder Network Data Model in Python.

Notifications You must be signed in to change notification settings

ZeroTwentyFifty/pathfinder_network

Repository files navigation

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