Piou

Latest version: v0.16.0

Safety actively analyzes 724087 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 11

0.1.12

NEW:

- you can now use `Literal` for string validation.

python
from typing import Literal


cli.command(cmd='foo',
help='Run foo command')
def foo_main(
bar: Literal['foo', 'bar'] = Option(None, '--foo', help='Literal argument'),
):
...


FIXED:

- `list` type was not correctly parsed

0.1.11

- **New**: you can now use the `set_option_processor` to run
specific function against global options before the script runs.

0.1.10

Changelog

0.1.9

- Fix: issue where the default argument was not passed to the function

0.1.8

- The `help` of a command can now also be extracted from the docstring.

0.1.7

- Fixing `default` type for `add_option`.

Page 10 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.