Metadata-Version: 1.2
Name: pip_system_certs
Version: 1.2
Summary: Live patches pip to use system certs by default
Home-page: https://gitlab.com/alelec/pip-system-certs
Author: Andrew Leech
Author-email: andrew@alelec.net
License: BSD
Description: ================
        pip-system-certs
        ================
        
        This package patches pip at runtime to use certificates from the default system store (rather than the bundled certs ca).
        
        This will allow pip to verify tls/ssl connections to servers who's cert is trusted by your system install.
        
        Simply install with::
        
          pip install pip_system_certs
        
        and pip should trust your hosts if your host system does.
        
        
        Acknowledgements
        ----------------
        The method of patching at runtime is built from the autowrapt module: https://pypi.python.org/pypi/autowrapt
Platform: UNKNOWN
Requires-Python: >=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
