Skip to content

Welcome to pydagoras

alt text

Introduction

pydagoras is a Python package to create a Directed Acyclic Graph DAG

This site is still under development.
if you have any suggestions for improvement, please give some feedback in the Was this page helpful? section at the bottom of each page.

The aim of this site is to document;

  • The pypi package pydagoras that underpins the demo site.
  • An example app that uses pydagoras.
  • A demo site where the example app can be seen and used.

Package

pydagoras can be installed from PyPi, which can be reached using the Python link the bottom right corner of this page.
The package section details;

Example use

This section details an example of a front end, that connects to a backend pydagoras DAG, and shows the DAG graphicaly as it updates.

Demo

This section links to the demo site, it details how to use the demo site and to make and see changes to the DAGs. It also shows shows screenshots of example DAGs, as well as a video site showing three example pydagoras DAGs being updated.

  • Other ways to get pydagoras
  • What is included in the package
  • How to constuct a DAG using pydagoras by creating and linking nodes
  • Updating inputs
  • Accessing the output

Code reference

This section allows you to look into the code behind the pydagoras package.