Contents

hstspreload 2024.3.1

0

Chromium HSTS Preload list as a Python package

The hstspreload Python package provides a way to interact with the Chromium HSTS preload list, which is a list of sites that are hardcoded to be HTTPS only for enhanced security. This package allows users to check if a host is on this list, indicating that it should only be accessed via HTTPS. It is updated monthly, but can be manually updated if necessary.

Stars: 9, Watchers: 9, Forks: 6, Open Issues: 1

The sethmlarson/hstspreload repo was created 4 years ago and the last code push was 3 weeks ago. The project is not very popular with only 9 github stars!

How to Install hstspreload

You can install hstspreload using pip

pip install hstspreload

or add it to a project with poetry

poetry add hstspreload

Package Details

Author
Seth Michael Larson
License
BSD-3
Homepage
https://github.com/sethmlarson/hstspreload
PyPi:
https://pypi.org/project/hstspreload/
GitHub Repo:
https://github.com/sethmlarson/hstspreload

Classifiers

  • Internet/WWW/HTTP
  • Security
No  hstspreload  pypi packages just yet.

Errors

A list of common hstspreload errors.

Code Examples

Here are some hstspreload code examples and snippets.

Related Packages & Articles

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

urllib3 2.2.1

HTTP library with thread-safe connection pooling, file post, and more.

oscrypto 1.3.0

TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries. Does not require a compiler, and relies on the OS for patching. Works on Windows, OS X and Linux/BSD.