Metadata-Version: 2.1
Name: pem
Version: 23.1.0
Summary: PEM file parsing in Python.
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
Author-email: Hynek Schlawack <hs@ox.cx>
License-Expression: MIT
License-File: LICENSE
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
Provides-Extra: dev
Requires-Dist: pem[tests,types]; extra == 'dev'
Requires-Dist: twisted[tls]; extra == 'dev'
Provides-Extra: docs
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'
Provides-Extra: tests
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'
Provides-Extra: types
Requires-Dist: mypy; extra == 'types'
Requires-Dist: twisted; extra == 'types'
Requires-Dist: types-pyopenssl; extra == 'types'
