Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 627 Bytes

File metadata and controls

17 lines (12 loc) · 627 Bytes
warning:⛔️ Pulp2 is EOL as of November 30 2022, for more info visit this link https://pulpproject.org/2022/09/19/pulp-2-eol/. ⛔️

Nectar

Nectar is a download library that abstracts the workflow of making and tracking download requests away from the mechanics of how those requests are carried out. It allows multiple downloaders to exist with different implementations, such as the default "threaded" downloader, which uses the "requests" library with multiple threads. Other experimental downloaders have used tools like pycurl and eventlets.

Complete Documentation

In the works...