[Bootcamp Task] change thumbor main command to click #19
Labels
L2
Level 2 Bootcamp Task
maintainability
Tasks related to improving maintainability (tests, refactoring, ...)
python
Python related tasks
task
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
command 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
command 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:
The text was updated successfully, but these errors were encountered: