Contents

pem 23.1.0

0

PEM file parsing in Python.

PEM file parsing in Python.

Stars: 156, Watchers: 156, Forks: 37, Open Issues: 1

The hynek/pem repo was created 10 years ago and the last code push was 1 weeks ago.
The project is popular with 156 github stars!

How to Install pem

You can install pem using pip

pip install pem

or add it to a project with poetry

poetry add pem

Package Details

Author
License
Homepage
PyPi:
https://pypi.org/project/pem/
Documentation:
https://pem.readthedocs.io/
GitHub Repo:
https://github.com/hynek/pem

Classifiers

  • Software Development/Libraries/Python Modules
No  pem  pypi packages just yet.

Errors

A list of common pem errors.

Code Examples

Here are some pem code examples and snippets.

Related Packages & Articles

mitmproxy 10.2.4

An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.

certbot 2.10.0

Certbot is an easy-to-use client that fetches a certificate from Let’s Encrypt—an open certificate authority launched by the EFF, Mozilla, and others—and deploys it to a web server.

nassl 5.2.0

Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.

hstspreload 2024.4.1

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.

asn1crypto 1.5.1

Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP

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.

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support