Metadata-Version: 1.1
Name: ssl-fetch
Version: 0.3
Summary: A python interface wrapper for the dev-python/requests package
Home-page: https://github.com/dol-sen/ssl-fetch
Author: Brian Dolbec
Author-email: dolsen@gentoo.org
License: GPL-2
Description: # 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 <dolsen at gentoo dot org></code>
        
        ## License
        ssl-fetch is under GPL-2 license
        
Keywords: ssl
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3.2
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Systems Administration
