Jump to letter: [
034679ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python2-nectar - A download library that separates workflow from implementation details
- Description:
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.
Packages