Commit Graph

12 Commits

Author SHA1 Message Date
6061a7d224 Change from dynamic to explicit module loading
dynamic loading was removed to have an overall better flow control,
Remove Abstract Module, 
clear out module __init__.py
2020-03-06 02:34:57 +01:00
Lucas Noki
69c93fd894 Add python-fire, Remove pyinquirer from main runner script 2020-01-18 05:39:23 +01:00
c7e2afbbc7 Rename variables to not cover outer ones, remove transform method
simplify module run process
2020-01-05 17:56:53 +01:00
af169b9598 Replace IModule with AbstractModule
Delete CommandRunner
Set up API to delegate the module execution to the module itself
Update SampleModule
2019-12-21 02:49:53 +01:00
79449c8ad3 Add command line interface with PyInquirer
Add update requirements.txt
2019-12-16 22:51:40 +01:00
1fbca4a652 Add exception handling for module discovery 2019-12-15 21:11:01 +01:00
440d72896f Integrate single module runner in main file 2019-12-15 21:11:01 +01:00
d49d2feeda Fix indentation 2019-12-14 04:54:52 +01:00
e8197d5cea Renaming of functions
Autoformatting
2019-12-14 04:26:02 +01:00
03005113b2 Skip sample module 2019-12-14 04:13:35 +01:00
88514af6f9 Create main file with sample module 2019-12-14 04:11:32 +01:00
77d4b26ed7 Delete old, create new project structure 2019-12-13 23:25:54 +01:00