Metadata-Version: 2.1
Name: twc-cli
Version: 2.3.0
Summary: Timeweb Cloud Command Line Interface.
Home-page: https://github.com/timeweb-cloud/twc
License: MIT
Author: ge
Author-email: dev@timeweb.cloud
Requires-Python: >=3.7.9,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: pygments (>=2.15.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: shellingham (>=1.5.0.post1,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Project-URL: Repository, https://github.com/timeweb-cloud/twc
Description-Content-Type: text/markdown

![TWC CLI](https://github.com/timeweb-cloud/twc/blob/master/artwork/logo.svg)

Timeweb Cloud Command Line Interface and simple SDK 💫

> [Руководство пользователя](https://github.com/timeweb-cloud/twc/blob/master/docs/ru/README.md) 🇷🇺  
> [Command Line Interface (CLI) Reference](https://github.com/timeweb-cloud/twc/blob/master/docs/ru/CLI_REFERENCE.md) 📜

# Installation

```
pip install twc-cli
```

# Getting started

Get Timeweb Cloud [access token](https://timeweb.cloud/my/api-keys) and
configure **twc** with command:

```
twc config
```

Enter your access token and hit `Enter`.

Configuration done! Let's use:

```
twc --help
```

# Shell completion

To install completion script run:

```
twc --install-completion
```

**twc** automatically detect your shell. Supported: Bash, Zsh, Fish, PowerShell.


