| 255 | |
| 256 | === Week 2 === |
| 257 | '''What did I complete this week?'''\\ |
| 258 | - Updated the encode and decode function in utils.py to accept the encoding type |
| 259 | - Ported functions from 'Script' library to deal with unicode/bytes (https://gist.github.com/sanjeetbhatti/6714dff40b8a0a6d30df25ce9e4faa20) |
| 260 | - Tested the changes by running tests (testsuites) |
| 261 | - Tested against the python-grass-addon scripts available from here (https://github.com/wenzeslaus/python-grass-addon) |
| 262 | |
| 263 | '''What am I going to achieve for next week?'''\\ |
| 264 | - Write more tests for script library to test the changes |
| 265 | - Look into the issue of running scripts for Python 3.5 and Python 3.6 (some tests fail on either of the versions) |
| 266 | - Port other small libraries and scripts |
| 267 | |
| 268 | '''Is there any blocking issue?'''\\ |
| 269 | Not at the moment. |
| 270 | |