Skip to content

User interface to build flow-based functional programming python logics

License

Notifications You must be signed in to change notification settings

elegos/blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blueprint

Blueprint is a functional flow development environment for Python projects, divided in two main parts: the IDE (GUI) and the runner (script).

The principle is to develop a set of functions and then create different application flows in a graphic interface, in order to focus on the application's logics, rather than on the code itself.

It has been designed with ETL processes in mind, but it can be used with any functional design.

blueprint-gui

blueprint-gui is the graphical user interface written with the Qt6 libraries. It is designed to be run within the virtual environment (if any) of the target project, otherwise it won't be able to scan the available functions.

TODO: MORE TO COME

About

User interface to build flow-based functional programming python logics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages