Skip to content

Latest commit

 

History

History

chardet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

chardet

python:3-alpine-based dockerization of chardet, The Universal Character Encoding Detector

The source code for this image is hosted on GitHub in the backplane/conex repo.

Usage

Interactive

The following shell function can assist in running this image interactively:

chardet() {
  docker run \
    --rm \
    --interactive \
    --tty \
    --volume "$(pwd):/work" \
    "backplane/chardet" \
    "$@"
}