showcert

View on PyPIReverse Dependencies (0)

0.2.12 showcert-0.2.12-py3-none-any.whl

Wheel Details

Project: showcert
Version: 0.2.12
Filename: showcert-0.2.12-py3-none-any.whl
Download: [link]
Size: 13662
MD5: 9fc58b7d1a717417f68709d550ccc9d1
SHA256: 9d7fd72f4149d46c17f5a6168aa6c0b36a014a903c141db172fe676686c443ee
Uploaded: 2024-12-23 18:28:32 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: showcert
Version: 0.2.12
Summary: Simple OpenSSL for humans: all you need for X.509 TLS certificates (and nothing more)
Author-Email: Yaroslav Polyakov <yaroslaff[at]gmail.com>
Project-Url: Homepage, https://github.com/yaroslaff/showcert
Project-Url: Issues, https://github.com/yaroslaff/showcert/issues
License: MIT License Copyright (c) 2022 Yaroslav Polyakov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: CA,SSL,TLS,X.509,X509,alternative,certificate,gencert,generate,local,openssl,remote,showcert,simple,verify
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8
Requires-Dist: certifi (>=2018.10.15)
Requires-Dist: cryptography (>=41.0.0)
Requires-Dist: pem (>=23.1.0)
Requires-Dist: pyopenssl (>=24.0.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6206 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
showcert/__init__.py sha256=GOlqYpAbeXBU8pYgXsAgMtKusKeeO1iC_GrwyupHF50 23
showcert/gencert.py sha256=2L9k9RxZ4rKG5162d_lvIbZg3d15EuAw21NDSK9NlkY 7832
showcert/showcert.py sha256=VUe9u5pFeJkVie6l6muOESY8Bsr_7H6GJ0FNCt5jckA 16231
showcert-0.2.12.dist-info/METADATA sha256=WLoUNQEYlE9SunrOVUH7Ng70XBOt2XuyeMMpf0X9mJw 8304
showcert-0.2.12.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
showcert-0.2.12.dist-info/entry_points.txt sha256=9qjsGjmaeSPMWFljva9MGXy6KzfPhD8KSmOskkP8u7I 84
showcert-0.2.12.dist-info/licenses/LICENSE sha256=ENXi1FYtD8L6LfDSweUYT16pHjolxjfqI-eLG0XiAfU 1074
showcert-0.2.12.dist-info/RECORD

entry_points.txt

gencert = showcert.gencert:main
showcert = showcert.showcert:main