Dockerfile icon indicating copy to clipboard operation
Dockerfile copied to clipboard

Migrate bin/console to Python 3 (and Pipenv)

Open bittner opened this issue 7 years ago • 2 comments

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.

bittner avatar Aug 28 '18 09:08 bittner

Side note: Having bin/console is a bit PHP-like. :smirk: :smile:

bittner avatar Aug 28 '18 09:08 bittner

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.

htuscher avatar Aug 29 '18 07:08 htuscher