Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 312 Bytes

File metadata and controls

15 lines (10 loc) · 312 Bytes

fetchcode

A library to reliably fetch code via HTTP, FTP and version control systems.

Installation

Clone the repo using git clone https://github.com/nexB/fetchcode

Then install all the requirements using pip3 install -r requirements.txt

Running Test Suite

To run test suite python3 -m pytest