Metadata-Version: 2.4
Name: pyscitt
Version: 0.14.1
Summary: Tools to sign claims and interact with a SCITT CCF Ledger
Home-page: https://github.com/microsoft/scitt-ccf-ledger/tree/main/pyscitt
Author: SCITT CCF Team
License: Apache License 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: ccf<8,>=7.0.6
Requires-Dist: cryptography<50,>=48.0.1
Requires-Dist: httpx
Requires-Dist: cbor2==5.8.*
Requires-Dist: pycose==1.1.0
Requires-Dist: pyjwt
Requires-Dist: loguru
Requires-Dist: jwcrypto==1.5.*
Requires-Dist: types-jwcrypto
Requires-Dist: azure-identity
Requires-Dist: azure-confidentialledger==1.*
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pyscitt: Python CLI tools for SCITT CCF Ledger

Tools to interact with a SCITT CCF Ledger and to verify transparent statements.

For more information, please find the `scitt-ccf-ledger` repository at https://github.com/microsoft/scitt-ccf-ledger.

Package sources are available at https://github.com/microsoft/scitt-ccf-ledger/tree/main/pyscitt.

## Installation

```bash
pip install pyscitt
```


