Metadata-Version: |
2.1 |
Name: |
pem |
Version: |
23.1.0 |
Summary: |
PEM file parsing in Python. |
Author-Email: |
Hynek Schlawack <hs[at]ox.cx> |
Project-Url: |
Documentation, https://pem.readthedocs.io/ |
Project-Url: |
Changelog, https://pem.readthedocs.io/en/stable/changelog.html |
Project-Url: |
Source Code, https://github.com/hynek/pem |
Project-Url: |
Funding, https://github.com/sponsors/hynek |
Project-Url: |
Tidelift, https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek |
Keywords: |
cryptography,pem,pyopenssl,ssl,tls,twisted |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pem[tests,types]; extra == "dev" |
Requires-Dist: |
twisted[tls]; extra == "dev" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-notfound-page; extra == "docs" |
Requires-Dist: |
twisted[tls]; extra == "docs" |
Requires-Dist: |
certifi; extra == "tests" |
Requires-Dist: |
coverage[toml] (>=5.0.2); extra == "tests" |
Requires-Dist: |
pretend; extra == "tests" |
Requires-Dist: |
pyopenssl; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
mypy; extra == "types" |
Requires-Dist: |
twisted; extra == "types" |
Requires-Dist: |
types-pyopenssl; extra == "types" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
types |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |