Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyga/appblocks

Flow based command line application framework for Python
https://github.com/zyga/appblocks

Last synced: 2 days ago
JSON representation

Flow based command line application framework for Python

Awesome Lists containing this project

README

        

AppBlocks
=========

Flow based programming framework for python command line applications.

Why?
====

For better control, testing and reliability of command line apps.

How
===

AppBlocks allows you to create command line applications out of interconnected
elements. Each element performs a dedicated function such as computation,
presentation or user interaction.

Each element class is easy to test with standard best practices. The flow of
application elements is easy to visualise through static analysis or runtime
annotations.