Commit Graph
4 Commits
Author SHA1 Message Date
bendtherules 8446ef78fc Make gui executable and plugin func to call it on start
New requirement added:
	psutil - to check if pid is running on unix + windows

plugin still doesnt start gui on start, test the func first
2015-12-19 22:33:25 +05:30
bendtherules 998d4e0e9a Restructure to submodules under module named folder 2015-12-13 08:20:20 +05:30
bendtherules 89ce7ef1bc In setup.py, make two submodules plugin and gui 2015-12-13 07:59:57 +05:30
bendtherules abadfff45c Add work done till now
Things done:

1. Plugin part complete, needs tests
2. Installable with setup.py
3. Requirements.txt

TBD:

1. Make the gui part
2. Restructure directories into plugin and gui
3. Add plugin tests
4. In setup.py, add pytest hook
2015-12-13 07:33:11 +05:30