Historique | Voir | Annoter | Télécharger (768 octet)
Added punctuation marks at the end of every log messages.
Changed import statements and added shebang to increase portability
Created a module for each stage of DockOnSurf and started developing the isolated one
Moved the printing of input variables from dockonsurf.py to dos_input.py
Created specific module for the reading of command-line arguments and transferred the relevant commands into it
Included tests to the implemented functions to check new commits don't mess things up
Added empty init file to ease importing modules
Increase of the input errors that get caught by the program, change how the logger is setup, its message format and how it is organized internally.
Reformat files and extend documentation
Included modules subdirectory in the system path. Changed the log message to show now the timestamp. Improved code readability.
Added indentation to read variables in the log file to increase readability
Refactoring code by creating modules directory and moving dos_input.py into it.
Added first version of main dockonsurf.py script including logging, parsing arguments and reading the input.