1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
a95947d304 revamp setup script
- improve function organization
- update functions copied from `src/util.py`
- simplified logging output
- improve error message clarity and readability
- implement `exit_if_invalid_python_version` function
- Improve docstrings
2022-07-01 13:22:56 +09:00
9d1eb5834a moved /dev/null usage to a separate function 2022-05-06 19:13:11 +09:00
37545eaf53 fixed command_exists always returning True 2022-05-06 18:59:32 +09:00
8fa8d4c140 moved command existance check to separate function 2022-05-06 18:07:54 +09:00
a445956ed5 use existing files when testing 2022-03-16 23:05:19 +09:00
39fddbf121 moved constants to src/constants.py 2022-03-15 16:20:35 +09:00
1c85130388 improved code readability 2022-03-15 11:17:22 +09:00
5e9ee15855 fixed import path
- script was not importing the files in the `/tmp` directory
2022-03-15 11:04:28 +09:00
9ad87e4b1d removed unnecessary comment 2022-03-14 19:27:54 +09:00
7edc63ca83 change branch form dev to master 2022-01-28 11:15:50 +09:00
0856e91519 added todo comment 2022-01-27 22:12:17 +09:00
29c7b302b0 added more prints 2022-01-27 21:47:41 +09:00
59ab76c21b removed unnecessary "!= 0" 2022-01-27 21:20:05 +09:00
35abf7b27a added more python files 2022-01-27 21:10:43 +09:00
e2b3d331a9 python rewrite initial commit 2022-01-27 11:01:01 +09:00