Metadata-Version: 2.1
Name: mpt-cli
Version: 2.1.3
Summary: Command line utility for SoftwareOne Marketplace Platform
License: Apache-2.0 license
Keywords: fulfillment,command,line,interface,utility,cli,softwareone,marketplace
Author: SoftwareOne AG
Requires-Python: >=3.12,<4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Dist: openpyxl (==3.1.*)
Requires-Dist: pydantic (==2.7.*)
Requires-Dist: pyfiglet (==1.0.*)
Requires-Dist: requests (==2.32.*)
Requires-Dist: requests-toolbelt (==1.0.*)
Requires-Dist: typer (==0.12.*)
Description-Content-Type: text/markdown

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=softwareone-platform_swo-marketplace-cli&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=softwareone-platform_swo-marketplace-cli) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=softwareone-platform_swo-marketplace-cli&metric=coverage)](https://sonarcloud.io/summary/new_code?id=softwareone-platform_swo-marketplace-cli)

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

# SoftwareONE CLI
Command line utility for SoftwareOne Marketplace Platform

# Run tests
```
$ docker-compose build app_test
$ docker-compose run --service-ports app_test
```

# Command Line Interface
To list all available commands use


```
mpt-cli --help
```

