Skip to content

CodewaySA/docker-python2-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-python2

DEPRECATION NOTICE: this container image has been deprecated and will no longer receive any updates. Automated builds will be removed from Docker Hub after August 31st 2023.

This is a basic Python2 image based on Alpine Linux, derived from codewaysa/alpine (GitHub, Docker Hub), with development tools included.

Sources for this image are published on GitHub and builds are available from Docker Hub.

WARNING: Python2 has reached the end of its life on January 1st, 2020 and is no longer supported!

this image is only intended to help testing legacy code and should not be used in any production environment.

Tools included in this image:

  • git to enable installing code from Git repositories
  • coverage to measure code coverage
  • isort to lint imports
  • pip to install packages
  • pyfakefs to fake a filesystem for testing
  • PyLint for syntax and style checks
  • pytest for code testing with pytest-cov extension
  • Setuptools to manage and build python packages
  • Sphinx for documentation auto generation
  • tox for test automation
  • wheel for packaging