atelier-toolbox

Tools for various automations 🧰


Keywords
toolbox, automation, poetry, cli, python, tool
License
MIT
Install
pip install atelier-toolbox==1.0.6

Documentation

atelier-toolbox

GitHub Workflow Status GitHub Workflow Status Issues License Version Python Version

Description

Tools for various automations 🧰.

Installation

You can install the Toolbox from PyPI:

python -m pip install atelier-toolbox

The package is supported on Python 3.10 and above.

How to use

Usage: toolbox [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 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ business                                                  Business CLI Tool                                                                                                                               │
│ hash                                                      Hashing Files CLI Tool                                                                                                                          │
│ pdf                                                       PDF CLI Tool                                                                                                                                    │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

CHANGELOG

Please refer to CHANGELOG.md

License

MIT