Metadata-Version: 2.4
Name: pp-check
Version: 0.1.23
Summary: This tool is used exclusively for Poetry projects. As soon as you have a poetry project in front of you in the console, you can use this tool to quickly find out which script commands the poetry project contains.
Author: dapk
Author-email: pio4000@googlemail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: colored (>=2.2.4,<3.0.0)
Requires-Dist: inquirer (>=3.3.0,<4.0.0)
Requires-Dist: jmespath (>=1.0.1,<2.0.0)
Requires-Dist: pyfiglet (>=1.0.2,<2.0.0)
Requires-Dist: pyperclip (>=1.11.0,<2.0.0)
Requires-Dist: terminaltables (>=3.1.10,<4.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# pp-check

This tool is used exclusively for Poetry projects. As soon as you have a poetry project in front of you in the console, you can use this tool to quickly find out which script commands the poetry project contains.

## PyPi

```
pip install pp-check
```

## requirements

poetry version >=1.2.0, python version >= 3.10

## install

```
poetry update
poetry install
```

## execute as poetry command

```
poetry run ppcheck .
```

## install as cli command

```
sh ./cli_install_bash.sh
```

## execute as cli command

```
ppcheck .
```

## poetry run help

```
poetry run ppcheck --help
Usage: ppcheck [OPTIONS] CHECK_POETRY_PATH

  This tool is used exclusively for Poetry projects. As soon as you have a
  poetry project in front of you in the console, you can use this tool to
  quickly find out which script commands the poetry project contains.

  usage: set path of poetry project, eg.

  $ poetry run ppcheck ~/poetry-project

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

## screenshots

| MacOSX    | <img src="res/mac2.png"> |
|---------------|:------------------------|
| Windows    | <img src="res/win.png"> |

