Truststore is a library which exposes native system certificate stores (ie trust stores) through an ssl.SSLContext-like API. This means that Python applications no longer need to rely on certifi as a root certificate store.

WWW: https://github.com/sethmlarson/truststore
