Dockerfile
Dockerfile copied to clipboard
Migrate bin/console to Python 3 (and Pipenv)
The console script used in make provision runs on Python 2 only. As Python 2.7 is now deprecated and migrating to Python 3 is recommended it should be migrated to Python 3.6+.
While at it, it may make sense to add a Pipfile using pipenv, which is about to become the new standard of adding Python package and project requirements (obsoleting requirements.txt in future).
In addition, the code may be made more pythonic. Running flake8, and optionally Pylint, over the code base will suffice to detect what needs to be changed.
Side note: Having bin/console is a bit PHP-like. :smirk: :smile:
I haven't done python since over 10 years. But I would be very happy and thankful for a contribution ;-). Our python familiar contributors are currently not available.