A library to reliably fetch code via HTTP, FTP and version control systems.
Clone the repo using
git clone https://github.com/nexB/fetchcode
Then install all the requirements using
pip3 install -r requirements.txt
To run test suite
python3 -m pytest