Metadata-Version: 2.1
Name: datatrails-receipt-scitt
Version: 0.4.0a0
Summary: Datatrails Scitt Receipt Verification in python
Home-page: https://github.com/datatrails/datatrails-receipt-scitt
Author: DataTrails Inc.
Author-email: support@datatrails.ai
License: MIT
Project-URL: Source, https://github.com/datatrails/datatrails-receipt-scitt
Project-URL: Tracker, https://github.com/datatrail/datatrails-receipt-scitt/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: trie ~=2.1.0
Requires-Dist: pycose ~=1.0.1
Requires-Dist: cbor2 ~=5.4.6
Requires-Dist: rfc3339 ~=6.2
Requires-Dist: eth-hash[pycryptodome] ~=0.5.1


.. _readme:

DataTrails Scitt Receipt Verification in python
===============================================

Python support for the offline verification of scitt receipts for DataTrails events.


**Notice**: This work is based on the *draft* standard draft-birkholz-scitt-receipts-02_ . This work and the upstream standard will evolve. We make no current promise of api stability

.. _draft-birkholz-scitt-receipts-02: https://datatracker.ietf.org/doc/draft-birkholz-scitt-receipts/

Python Support
==============

This package currently is tested against Python versions 3.7,3.8,3.9, 3.10 and 3.11.

The current default version is 3.7 - this means that this package will not
use any features specific to versions 3.8 and later.

After End of Life of a particular Python version, support is offered on a best effort
basis. We may ask you to update your Python version to help solve the problem,
if it cannot be reasonably resolved in your current version.
