/repo-languages

Code Bandit

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Operation Linguistic Infiltration 🕵

Objective

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.

Docker Image Repository Location:

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

Guide to run the code and unit test:

  • To run the code:
    python3 fetch_languages.py

  • To run the test:
    python3 -m unittest test_fetch_languages.py