slackbuilds_ponce/python/python-certifi
Dimitris Zlatanidis 161bbe3c84
python/python-certifi: Updated for version 2019.9.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2019-09-21 16:21:18 +07:00
..
python-certifi.info
python-certifi.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Certifi is a carefully curated collection of Root Certificates for validating the
trustworthiness of SSL certificates while verifying the identity of TLS hosts.
It has been extracted from the Requests project.

The internet is an untrusted place. Every HTTP request you make should have
verification on by default. This happens every time you access a website with
your web browser, without any knowledge to the user — theres no reason your code
should be any different.

Certifi is here to make this possible.