barfi

Python Flow Based Programming environment that provides a graphical programming environment.

MIT License

Downloads
1.4K
Stars
640
Committers
2

Bot releases are visible (Hide)

barfi - v 0.7.0 Latest Release

Published by krish-adi about 2 years ago

  • Add Block state to store data private to the block. Using block.get_state('key'), block.set_state('key').
  • Block state also stores execution status and errors. Using block.get_state('info'), block.set_state('info'). Note: 'info' is a reserved key.
  • When a block fails on its compute function, its descendants are skipped and the rest of the blocks are computed.
  • Add delete schema function. (@zabrewer)
barfi - 0.6.1

Published by krish-adi about 2 years ago

  • Add option to categories the Blocks with a category in a sub-menu in the context menu on right-click>add-node.
  • Fix compute_engine to take in categories.
barfi - 0.6.0

Published by krish-adi about 2 years ago

  • Add option to categories the Blocks with a category in a sub-menu in the context menu on right-click>add-node.