Overview
There is a need to add file handling in this project. -o or --ouput command demands need a creation of files of different types.
Describe the Proposed Solution
- Inside
src/ablist/file.py implement file handling functions
- Create a main class and functions inside of it that according to the given argument gives out the certain file type
- At the end of the create a
handler function that takes care of input parsing and processing of files.
Additional note
Important
- This feature should actually be implemented at the very end as file handling is the last step of the ablist to be carried.
Overview
There is a need to add file handling in this project.
-oor--ouputcommand demands need a creation of files of different types.Describe the Proposed Solution
src/ablist/file.pyimplement file handling functionshandlerfunction that takes care of input parsing and processing of files.Additional note
Important