The following project fetches information about all the the programming languages used in the LSST-IT/LSST-Control repository and displays the size of code written in each language.
https://hub.docker.com/repository/docker/dtapiacl/docker-lang:v1.0
- To pull the Docker image:
** docker pull dtapiacl/docker-lang:v1.0 - To run the Docker image:
- docker run docker-lang:v1.0
-
To run the code:
python3 fetch_languages.py -
To run the test:
python3 -m unittest test_fetch_languages.py