Metadata-Version: 2.1
Name: atelier-toolbox
Version: 0.2.2
Summary: Tools for various automations 🧰
Home-page: https://github.com/mihaichris/atelier-toolbox
License: MIT
Keywords: toolbox,automation,poetry
Author: Mihai
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: ocrmypdf (>=14.0.1,<15.0.0)
Requires-Dist: pdf2docx (>=0.5.6,<0.6.0)
Requires-Dist: pylint (>=2.15.5,<3.0.0)
Requires-Dist: pytest (>=7.2,<8.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Project-URL: Repository, https://github.com/mihaichris/atelier-toolbox
Description-Content-Type: text/markdown

# atelier-toolbox

## Description

Tools for various automations 🧰.

## Installation

You can install the Toolbox from [PyPI](https://pypi.org/):

```python
python -m pip install atelier-toolbox
```
The package is supported on Python 3.10 and above.


## How to use

```python
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                                                                        │
│ pdf                           PDF CLI Tool                                                                             │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```

## CHANGELOG
 Please refer to [CHANGELOG.md](https://github.com/mihaichris/toolbox/blob/main/CHANGELOG.md)

## License
[MIT](https://opensource.org/licenses/MIT)
