
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.
Long-term the hope is to make truststore the default way to verify HTTPS certificates in pip and to add this functionality into Python itself.