Skip to content

A convenience python library for verified ssl connection downloads using headers such as User-Agent and If-Modified-Since.

License

Notifications You must be signed in to change notification settings

dol-sen/ssl-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSL-Fetch

About

SSL-Fetch is a convenience python library for verified ssl connection downloads.

It uses headers such as User-Agent and If-Modified-Since and the loading of a timestamp file. This is a convienience lib to reduce code duplication in several gentoo utility applications. It can also be useful for other applications that require ssl connections for downloading files if they have been updated since last downloaded. Returning also the new timestamp you can save to be ready for the next update check & download.

Contribution

There is some additional coding still to do. But it does contain the one class so far. We are looking at adding some multiple possibilies to parrallelize multiple file downloads for one or multiple servers.

I welcome others to suggest additional functionality that they require.

This lib is also python-2.6 and higher compatible using the python requests package which contains urllib3, and openssl. There are some additional dependencies for python versions less than 3.2. To be updated and listed later.

Authors

Brian Dolbec

License

ssl-fetch is under GPL-2 license

About

A convenience python library for verified ssl connection downloads using headers such as User-Agent and If-Modified-Since.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages