Metadata-Version: 2.4
Name: tdxlite
Version: 0.3.0
Summary: A lightweight TDX protocol parser and client library
Project-URL: Homepage, https://github.com/jett2025ab/tdxlite
Project-URL: Repository, https://github.com/jett2025ab/tdxlite
Author-email: jett2025ab <jett2025ab@outlook.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: bitstring
Description-Content-Type: text/markdown

# tdxlite

[![PyPI - Version](https://img.shields.io/pypi/v/tdxlite.svg)](https://pypi.org/project/tdxlite)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tdxlite.svg)](https://pypi.org/project/tdxlite)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install tdxlite
```

## License

`tdxlite` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
