Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zyga/appblocks
- Owner: zyga
- License: lgpl-3.0
- Created: 2013-11-16T12:58:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T23:59:47.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T03:39:37.116Z (7 months ago)
- Language: Python
- Size: 197 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.