Metadata-Version: 2.1
Name: trustpoint-client
Version: 0.1.0
Summary: Trustpoint Client Software
Author: TrustPoint-Project
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: cryptography (>=43.0.3,<44.0.0)
Requires-Dist: platformdirs (>=4.3.6,<5.0.0)
Requires-Dist: prettytable (>=3.12.0,<4.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: trustpoint-devid-module (>=0.0.7,<0.0.8)
Requires-Dist: zeroconf (>=0.136.0,<0.137.0)
Description-Content-Type: text/markdown

<p align="center">
  <img alt="Trustpoint Client" src="/.github-assets/trustpoint_client_banner.png"><br/>
  <strong>The secure user-driven onboarding utility for Trustpoint.</strong><br/><br/>
  <a href="https://github.com/orgs/TrustPoint-Project/trustpoint"><img src="https://img.shields.io/badge/Looking_for_the_main_repo%3F-014BAD?style=flat"></a>
  <a href="https://github.com/orgs/TrustPoint-Project/discussions"><img src="https://img.shields.io/badge/GitHub-Discussions-014BAD?style=flat"></a>
  <img src="https://img.shields.io/badge/License-MIT-014BAD?style=flat">
  <img src="https://img.shields.io/badge/Status-Early_technology_preview-red?style=flat">
</p>

> [!CAUTION]
> Trustpoint Client is currently in a **technology preview** (beta) state. Do not use it in production.

## What is Trustpoint Client?

Trustpoint Client allows you to onboard devices to Trustpoint, which encompasses retrieving the trust store, and requesting and downloading a digital identity (LDevID) and its associated certificate chain.
All you need is a command line interface on your device, and a recent version of python.

> [!WARNING]
> Please only onboard devices to your network you are sure you can trust.

## Documentation and Installation Instructions.

Please see the full [Trustpoint-Client Documentation](https://trustpoint-client.readthedocs.io/en/latest/) for 
further details and installation instructions.

There is also a [Quickstart-Guide](https://trustpoint-client.readthedocs.io/en/latest/quickstart.html) as an 
introduction to the Trustpoint-Client.

For details about the Trustpoint and how to set it up, please see the 
[Trustpoint Repository](https://github.com/TrustPoint-Project/trustpoint) and the
[Trustpoint Documentation](https://trustpoint.readthedocs.io/en/latest/).
