cert-tools

View on PyPIReverse Dependencies (0)

3.0.2 cert_tools-3.0.2-py3-none-any.whl

Wheel Details

Project: cert-tools
Version: 3.0.2
Filename: cert_tools-3.0.2-py3-none-any.whl
Download: [link]
Size: 24096
MD5: 316ddd0d9c14f7ba38c8b83939f588e0
SHA256: 41e6c90800ed3d6b42f4e80fcdfbae737bda7f35817c5c1026df58e5a1d956ac
Uploaded: 2023-10-31 13:36:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cert-tools
Version: 3.0.2
Summary: creates blockchain certificates
Author: Blockcerts
Author-Email: info[at]blockcerts.org
Home-Page: https://github.com/blockchain-certificates/cert-tools
License: MIT
Requires-Dist: cert-core (>=2.1.10)
Requires-Dist: cert-schema (>=3.1.0)
Requires-Dist: configargparse (>=0.13.0)
Requires-Dist: jsonpath-rw (>=1.4.0)
Requires-Dist: pycoin (>=0.80)
Requires-Dist: tox (>=3.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 11208 characters]

WHEEL

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

RECORD

Path Digest Size
cert_tools/__init__.py sha256=FDUC8xOuizaRKSkyG1VOmlDwzcPJgbzFUWz58fhdUGQ 22
cert_tools/create_issuer.py sha256=sBKBBg1xMaNTREifrTKWv9rgQbII0WdhzYR_s8lRyfQ 2806
cert_tools/create_revocation_addresses.py sha256=G2irFEFd7rVVn4TVTmVgE-hUWiAbOW3oX8IdAktXBnw 2231
cert_tools/create_v1_2_certificate_template.py sha256=KmbkxQ7_v4rkJzsrFRy19EBUCz6eMzhAkjIOUB12ck0 5329
cert_tools/create_v2_certificate_template.py sha256=4afscmsa9QIoKMCQ9flZZtoT49xxdPM7SWQDyJCcDX8 7385
cert_tools/create_v2_issuer.py sha256=C1VK8oL8hiep993ha-4cxGtK0Fhe8MMtuq74ASvyV9E 3304
cert_tools/create_v3_certificate_template.py sha256=XJez0Hlx8q_dQMs5vcsXeIdxDVEIiR6DSAYqu8C5ljk 3357
cert_tools/extract_links.py sha256=pwlB28gcV9y1BOoRVC_9a9VIT0ToXcv-VLfQkMVD8-I 1625
cert_tools/helpers.py sha256=D5b0FxACTPM6CqT_GLAuX4fVZWbQ6vGyuwhfzdbToFE 1506
cert_tools/instantiate_v1_2_certificate_batch.py sha256=3NBeJuPB6urqYytyLzpeUhY6UnQdns96OZwFFk1evMs 4799
cert_tools/instantiate_v2_certificate_batch.py sha256=CGurqorvK6cB7yIaeyqBvCyvn9LIOhcK2enTDlcZSr8 5702
cert_tools/instantiate_v3_certificate_batch.py sha256=y_fNCnaruEkzU-FvP5aRLIKoQEzhMe410Jl_RSIDnZU 4937
cert_tools/jsonpath_helpers.py sha256=4mlnBiVbBzh5Mf8_VGeLVOki9uPehF6qzurj5gR4oFg 2802
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_cert_tools.py sha256=didecNSVp-DEldwYAcAuIoj3SPPK9T0toQecKR2Xe18 180
tests/test_create_v3_certificate_template.py sha256=k7hM_VsSbPJ8bT7FPDq0NHo_NuAlopxKMQOfrWOTge8 752
cert_tools-3.0.2.dist-info/LICENSE sha256=FBcBHKXffO3PguBKpPgNQvjbxqsKAzjqDCPcU74mRTc 1088
cert_tools-3.0.2.dist-info/METADATA sha256=3t6NjQYUpbpuCpAPpptqLhWmTkLXRHSyWzrrxl5xpus 11704
cert_tools-3.0.2.dist-info/WHEEL sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o 92
cert_tools-3.0.2.dist-info/entry_points.txt sha256=KlmnXpaHGHqFis47g6q8ycaRBbk85iQV9KOZzaPaLoQ 390
cert_tools-3.0.2.dist-info/top_level.txt sha256=LwJZyAPwC0JsN9vtCgaWNvW4AH2eY5DXIWuSGACpcCw 17
cert_tools-3.0.2.dist-info/RECORD

top_level.txt

cert_tools
tests

entry_points.txt

create-certificate-template = cert_tools.create_v3_certificate_template:main
create-certificate-template_v2 = cert_tools.create_v2_certificate_template:main
create-issuer = cert_tools.create_v2_issuer:main
instantiate-certificate-batch = cert_tools.instantiate_v3_certificate_batch:main
instantiate-certificate-batch_v2 = cert_tools.instantiate_v2_certificate_batch:main