Metadata-Version: 2.4
Name: hstspreload
Version: 2020.10.6
Summary: Chromium HSTS Preload list as a Python package and updated daily
Home-page: https://github.com/sethmlarson/hstspreload
Author: Seth Michael Larson
Author-email: sethmichaellarson@gmail.com
License: BSD-3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# hstspreload

Chromium HSTS Preload list as a Python package and updated daily.

Install via `python -m pip install hstspreload`

See https://hstspreload.org for more information regarding the list itself.

## API

The package provides a single function: `in_hsts_preload()` which takes an
IDNA-encoded host and returns either `True` or `False` regarding whether
that host should be only accessed via HTTPS.

## Changelog

This script gathers the HSTS Preload list by monitoring
[this file in the Chromium repository](https://github.com/chromium/chromium/blob/master/net/http/transport_security_state_static.json).
Changes to the HSTS Preload list can be seen in the
[history of that file](https://github.com/chromium/chromium/commits/master/net/http/transport_security_state_static.json).

## License

BSD-3
