PyPkiPractice

View on PyPIReverse Dependencies (0)

2.2.1 PyPkiPractice-2.2.1-py3-none-any.whl

Wheel Details

Project: PyPkiPractice
Version: 2.2.1
Filename: PyPkiPractice-2.2.1-py3-none-any.whl
Download: [link]
Size: 58065
MD5: c526b1632abdf8698eb03b2505d9f0ab
SHA256: 37e35a3bb97be63513f96e3ceca96d8b8f1e6e09490bcd4c39605e777415bddc
Uploaded: 2025-01-25 18:14:24 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: PyPkiPractice
Version: 2.2.1
Summary: A project that, given two input files, can simulate the usage of a Public-Key Infrastructure while devices communicate
Author-Email: Laolu Adewoye <laoluadewoye[at]gmail.com>
Project-Url: Repository, https://github.com/laoluadewoye/PKI_Practice_Python
Project-Url: DockerHub, https://hub.docker.com/r/laoluade/pypkipractice
License: MIT License Copyright (c) 2024 Laolu Adewoye 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: Digital Certificates,Public-Key Infrastructure,PKI,Certificate Authorities,Digital Signatures,Encryption,Cryptography,Python,Simulation
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: <=3.14,>=3.8
Requires-Dist: cryptography (==44.0.0)
Requires-Dist: PyYAML (==6.0.2)
Requires-Dist: tomli (==2.2.1)
Requires-Dist: asciidoc (==10.2.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10687 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
Default_Configs/default_auto.json sha256=Vdl3SKu8OG2tuv7Wu-iklwQPhWmZDlHb5fcBlR9UgjY 579
Default_Configs/default_auto.toml sha256=wTV6Cb3JrxkklZn2UhG5J5ZKG4hpuztTt92RrtWq4to 5057
Default_Configs/default_auto.xml sha256=FmjtjVfdLz4Tdae7UzRz6pHEaguhacLxv6BiaxWHbis 6420
Default_Configs/default_auto.yaml sha256=jTymDoq191GemZ8mMCcTthOwcQwCkz0ftPiirYcqF8w 5045
Default_Configs/default_manual.json sha256=GRgJMEUp3IdQFqXa9kDW7f_uctGt2bQFiCfhvnjBI4I 7434
Default_Configs/default_manual.toml sha256=Ak0Nl5eaYV_e8FY2i8W9xrtBimo817WxgwUisef89fQ 7355
Default_Configs/default_manual.xml sha256=XIb0EbZqmW5FpU9_gevEKBkcGyXRhLPKconfo9E9GNc 9790
Default_Configs/default_manual.yaml sha256=oI89wqkThlxnwAinEQel7VdQgZxp8gZVJMaufSAMCf4 8462
PKIPractice/RunConfig.py sha256=_VU5OrPC9TuNmxkPk6YRQqxoWaqEttp2-0y3KBXRQCc 159
PKIPractice/__init__.py sha256=R5I_LzDUFj2tfp3HhbbSwN1afJzwMCeuvDjw2dXdpcU 354
PKIPractice/Simulation/Certificate.py sha256=IhQgoyxdPb3NXWWRtbIChU1iulYJ8h9M9m0n4i7Eutg 5109
PKIPractice/Simulation/Holder.py sha256=1338HUNv9zd755OIFjhyqr0GQpzMpokEcizkHyAVCDA 15263
PKIPractice/Simulation/Network.py sha256=9KCqtAtWfZ0mQzQa0OCnLmcxqyKfTVn-XynBr2RWLt8 13420
PKIPractice/Simulation/SimUtils.py sha256=PrBfqIbmfbdlM8COWpnQYrVg_uCvxTFo6KLa-tx5JQs 7292
PKIPractice/Simulation/__init__.py sha256=N4eEmltypkelbP0An5WzMWg39DuNho9PWxgmj9krBLI 170
PKIPractice/Utilities/CLIUtils.py sha256=z2ln5MR3aiAGG2gMSUFx0a0q5cU_ZFqc4WFgZL4UyvQ 19480
PKIPractice/Utilities/DataclassUtils.py sha256=LwNs_v7K7nht0BAq3Y1tHcSkGTwdpaIssiw-7IHKc3g 6105
PKIPractice/Utilities/EnumUtils.py sha256=kGonXijiuyB8fqVcAirQtCivMmFGUEPaloFkM-i9jYY 28255
PKIPractice/Utilities/IngestUtils.py sha256=EglKba99TNhPaEfnqK1kHu4i4Q5T1TOKQHkT7uyLnMQ 14299
PKIPractice/Utilities/__init__.py sha256=qQTo3jhbARwiM8zmLDuGRgVQzge0Hk4SnZXpQNLOFzg 478
PKIPractice/tests/__init__.py sha256=CkEmTKksSal8TPqzUiauqyXiJ8xKyhBu0gdhraJbsis 444
PKIPractice/tests/test_cli.py sha256=aybffs6Sil61R8g7F6e2JexkbCVFSk0V4VVUIXfkSME 7889
PKIPractice/tests/test_enums.py sha256=98V7PPQXlxu1j0Qy89efkaotcwZRYBROyPQNlIzqYsk 8686
PKIPractice/tests/test_ingestion.py sha256=q-kfhXu-ddB_5lUrA2ii-nwOp405Vk4OzOGIPKsnqpE 6874
PKIPractice/tests/test_network.py sha256=GNtPPe3wnMDQo6HL83gPw92RsALQKh4gPe7t9zA8C78 6742
PyPkiPractice-2.2.1.dist-info/LICENSE sha256=YkVv4JeAhWdY-YEh9HttwXK2k6JmyPcfIFbZj8CuOUg 1070
PyPkiPractice-2.2.1.dist-info/METADATA sha256=EvnqPzlp1a_2YaTpc1zfis1nMqETnX3vpozaXljlabg 13348
PyPkiPractice-2.2.1.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
PyPkiPractice-2.2.1.dist-info/entry_points.txt sha256=xEjRZ1veBhKs6mE9Z3sdOXctPPG1WyooEKCDSGAUA8w 66
PyPkiPractice-2.2.1.dist-info/top_level.txt sha256=qUCEY5uIKVJxpadVscxlznZEEtaxl_6OpiC-vr3mBik 28
PyPkiPractice-2.2.1.dist-info/RECORD

top_level.txt

Default_Configs
PKIPractice

entry_points.txt

run-pki-practice = PKIPractice:run_pki_practice