0.0.1-alpha.19 • Published 7 years ago

scriptflow v0.0.1-alpha.19

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Scriptflow-core

The core graph library of scriptflow.io. Contains the data structures for graphs, nodes, connections, types, and packages.

This readme is currently incomplete, better docs can be found in Scriptflow.io's Docs.

Graph

The class holding the data structure for a graph along with most of the important functions that act on a graph.

Graph.propagate

Performs depth-first search across a graph and executes node functions.

Node

A class that all nodes extend from. Most of the code here is simply defaults for a Node class. Graph manages the execution of nodes.

Connection

A data structure for a connection. All functions on connections are managed by Graph.

Types

A data structure for Typing information.

Package

A data structure for packages.

0.0.1-alpha.19

7 years ago

0.0.1-alpha.18

7 years ago

0.0.1-alpha.17

7 years ago

0.0.1-alpha.16

7 years ago

0.0.1-alpha.15

7 years ago

0.0.1-alpha.14

7 years ago

0.0.1-alpha.13

7 years ago

0.0.1-alpha.12

7 years ago

0.0.1-alpha.11

7 years ago

0.0.1-alpha.10

7 years ago

0.0.1-alpha.9

7 years ago

0.0.1-alpha.8

7 years ago

0.0.1-alpha.7

7 years ago

0.0.1-alpha.6

7 years ago

0.0.1-alpha.5

7 years ago

0.0.1-alpha.4

7 years ago

0.0.1-alpha.3

7 years ago

0.0.1-alpha.2

7 years ago

0.0.1-alpha.1

7 years ago