-
Notifications
You must be signed in to change notification settings - Fork 3
[Bootcamp Task] Change thumbor-doctor command to click #18
Copy link
Copy link
Open
Labels
L2Level 2 Bootcamp TaskLevel 2 Bootcamp TaskmaintainabilityTasks related to improving maintainability (tests, refactoring, ...)Tasks related to improving maintainability (tests, refactoring, ...)pythonPython related tasksPython related taskstaskBootcamp task. Feel free to grab it and work on it. For more information ping a bootcamp mentor.Bootcamp task. Feel free to grab it and work on it. For more information ping a bootcamp mentor.
Metadata
Metadata
Assignees
Labels
L2Level 2 Bootcamp TaskLevel 2 Bootcamp TaskmaintainabilityTasks related to improving maintainability (tests, refactoring, ...)Tasks related to improving maintainability (tests, refactoring, ...)pythonPython related tasksPython related taskstaskBootcamp task. Feel free to grab it and work on it. For more information ping a bootcamp mentor.Bootcamp task. Feel free to grab it and work on it. For more information ping a bootcamp mentor.
Areas of Expertise
Python
Summary
Change the
thumbor-doctorcommand to use click.Involved Modules
Task Relevance
By upgrading the handling of the cli parts of thumbor to a more established library like click we ensure maintainability for the future.
Further Details
Completing this task means the
thumbor-doctorcommand in thumbor is handled by click and not by optparse (deprecated module in Python 3).How to complete this task?
To complete this task, follow this workflow: