Previously gnu lister was using same code as that of tarball loader to download, unzip and read tree.json file. To make the code consise the downloading method is changed to requests library.
Implement first pass of gnu lister to list all the packages present in https://ftp.gnu.org/ Add GNU lister in README and cli.py Closes T1722