Metadata-Version: 2.4
Name: telepact-cli
Version: 1.0.0a168
Summary: A CLI tool for various local Telepact operations.
License: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: cli,telepact
Author: Telepact Authors
Author-email: telepact@googlegroups.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Utilities
Requires-Dist: click (>=8.2.1,<9.0.0)
Requires-Dist: jinja2 (>=3.1,<4.0)
Requires-Dist: msgpack (>=1.1.1,<2.0.0)
Requires-Dist: requests (>=2.32,<3.0)
Requires-Dist: starlette (>=0.47.3,<0.51.0)
Requires-Dist: uvicorn (>=0.35,<0.39)
Requires-Dist: websockets (>=12,<16)
Description-Content-Type: text/markdown

# Telepact CLI

The CLI is a tool for various development jobs, such as fetching API schemas,
generating code, and starting up mock servers for testing purposes.

## Installation

```
pipx install telepact-cli
```

## Usage

```
telepact --help
```


