Metadata-Version: 2.4
Name: step-cli-tools
Version: 0.2.1b4
Summary: Step CLI Tools – Prebuilt tools for the smallstep step-cli
License: LICENSE
License-File: LICENSE
Keywords: step,cli,step-cli,step-ca,certificate,root-ca,automation
Author: LeoTN
Author-email: LeoTN.GitHub@gmx.net
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
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
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: cryptography (>=46.0.2)
Requires-Dist: packaging (>=25.0,<26.0)
Requires-Dist: questionary (>=2.1.1,<3.0.0)
Requires-Dist: rich (>=14.2.0)
Requires-Dist: ruamel-yaml (>=0.18.16,<0.19.0)
Project-URL: Repository, https://github.com/LeoTN/step-cli-tools
Description-Content-Type: text/markdown

# **A CLI Wrapper for a CLI Application?!**

<p align="left">
        <a href="https://github.com/LeoTN/step-cli-tools/releases/latest" style="text-decoration: none;"><img src="https://img.shields.io/github/v/release/LeoTN/step-cli-tools?&filter=*.*.*&display_name=release&style=for-the-badge&logo=Rocket&logoColor=green&label=LATEST&color=green"></a>
        <a href="https://github.com/LeoTN/step-cli-tools/releases" style="text-decoration: none;"><img src="https://img.shields.io/github/v/release/LeoTN/step-cli-tools?&include_prereleases&filter=*.*.*b*&display_name=release&style=for-the-badge&logo=Textpattern&logoColor=orange&label=LATEST%20BETA&color=orange"></a>
        <a href="https://github.com/LeoTN/step-cli-tools/blob/main/LICENSE" style="text-decoration: none;"><img src="https://img.shields.io/github/license/LeoTN/step-cli-tools?&style=for-the-badge&logo=Google%20Docs&logoColor=blue&label=License&color=blue"></a>
</p>

This tool aims to **simplify** the use of the [step-ca](https://github.com/smallstep/certificates) command-line interface **step-cli**.

<img src="assets/operation_page_readme.png" alt="Operation Page" style="width: 70%;">

## 🚀 Getting Started

**Install / upgrade with pip:**
```bash
pip install step-cli-tools --upgrade
```

**Start the tool:**
```bash
sct
```

## Features

| Feature | Description |
|---------|-------------|
| 📜 **Manage Root CA Certificates** | Install & uninstall your **root CA certificate** easily |

ℹ️ More features are planned.


## Credits & License

* [**step-cli**](https://github.com/smallstep/cli) → the magic under the hood


I appreciate your **constructive** and **honest** feedback. Feel free to create an **issue** or **feature** request.

*This repository is licensed under the [MIT License](https://github.com/LeoTN/step-cli-tools/blob/main/LICENSE).*
