Metadata-Version: 2.1
Name: to7z
Version: 1.3.0
Summary: Converts ZIP to 7z.
Author: Marcus Bruno Fernandes Silva
Author-email: marcusbfs@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: py7zr (>=0.16.1,<0.17.0)
Requires-Dist: rich (>=10.2.0,<11.0.0)
Requires-Dist: typer[all] (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# `to7z`

Converts ZIP to 7z.

**Usage**:

```console
$ to7z [OPTIONS] [PATH]
```

**Arguments**:

* `[PATH]`: Path to working directory. Default to current dir

**Options**:

* `-i, --ignore PATH`: Directories to ignore  [default: ]
* `-r, --recursive`: [default: False]
* `-f, --fetch`: Return list of zips and rar found in path  [default: False]
* `-k, --keep-original`: Keep original ZIP files. Default is to delete them  [default: False]
* `-d, --debug`: [default: False]
* `-v, --version`
* `--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.

