google / python-fire

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
Other
26.86k stars 1.44k forks source link

Add Docker Image for easier setup #455

Open Faizan-Alam-1 opened 1 year ago

Faizan-Alam-1 commented 1 year ago

I would like to propose adding a Docker image to the project.

It will be easier for contributors and users to set up and run the project since they won't have to manually install dependencies.

I would be glad to work on this and create a pull request if the maintainers agree.