Metadata-Version: 2.1
Name: ds78
Version: 0.0.8
Summary: 
Author: Dmitry Drozdov
Author-email: dinochrom1@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: tqdm (>=4.65.0,<5.0.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# `ds78`

Здесь наверное должно быть какое-то краткое описание программы

**Usage**:

```console
$ ds78 [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

**Commands**:

* `print-something`: Напечатает заранее захардкоженый текст
* `say-hello`: Типа говорит привет и приглашает попить кофе
* `vd`: Показывает суммарную длительность видео в...

## `ds78 print-something`

Напечатает заранее захардкоженый текст

**Usage**:

```console
$ ds78 print-something [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `ds78 say-hello`

Типа говорит привет и приглашает попить кофе

**Usage**:

```console
$ ds78 say-hello [OPTIONS] NAME
```

**Arguments**:

* `NAME`: [required]

**Options**:

* `--city TEXT`
* `--help`: Show this message and exit.

## `ds78 vd`

Показывает суммарную длительность видео в текущей папке и её подпапках

**Usage**:

```console
$ ds78 vd [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

