Commit graph

15 commits

Author SHA1 Message Date
Yann Lanthony
807b4cb155 add setup.py + switch to pytest
* pytest: more modern and easy-to-use testing framework
2017-09-19 12:11:29 +02:00
Yann Lanthony
600c527221 fix error in variable name 2017-09-19 12:09:21 +02:00
Yann Lanthony
5bfb55ddd3 code formatting
* auto formatting based on pep8 recommendations
* """ for docstrings
2017-09-19 12:05:18 +02:00
Yann Lanthony
7e1a66663a [graph] use shutil to rename status file
* os.rename does not work on Windows if destination already exists
2017-09-19 11:51:12 +02:00
Yann Lanthony
0485ce4738 [graph] fix nodes plugin import from folder path 2017-09-19 11:45:03 +02:00
Yann Lanthony
a758a47475 [graph] use cross-platform temp directory 2017-09-19 11:41:08 +02:00
Yann Lanthony
759458832c [graph]fix errors on addNode methods 2017-09-19 11:40:30 +02:00
Yann Lanthony
7488de782c reorder modules and packages
* meshroom package at root
* use pep8 recommandation for import orders
2017-09-19 11:38:28 +02:00
Yann Lanthony
9f176e6d78 cleanup gitignore
* remove unused entries
* added pycharm folders
2017-09-19 11:26:22 +02:00
Fabien Castan
c1bc9535d7 newNodeType: parse all parameters properly with multiple parsers 2017-09-19 03:49:56 +02:00
Fabien Castan
460a573292 Add shebang 2017-09-19 03:49:08 +02:00
Fabien Castan
97ab82b663 New status command line 2017-09-18 00:31:29 +02:00
Fabien Castan
096da0689d Initial version
* plugins loader
* graph IO in json
* uid computation
* commandLine expression evaluation
* subprocess execution
* generate statistics
* export command logs to file
* save/load status file
* only compute nodes not previously computed
2017-09-18 00:31:29 +02:00
Fabien Castan
29729612f7 add gitignore 2017-09-17 13:15:31 +02:00
Fabien Castan
3ed2954181 Initial commit 2017-09-16 23:09:00 +02:00