Pz

Latest version: v1.1.0

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

Scan your dependencies

1.1.0

- CHANGED: tuple output delimited by a tab instead of ', '
- string repeat operator (`s *= 1` no more converted to `s = s *= 1`)
- zero is added amongst `numbers`
- env var `PZ_SETUP` for imports (conditioned by the `--insecure` flag at the moment) 7

1.0.0

- CHANGED: `--end` clause renamed from `--finally`
- auto-importing works in the `--setup` clause
- will not internally change commands starting with a reserved keyword (ex: `if s ==` will not be changed to `s = if s ===`)
- generator
- skip processing if not needed to speed up
- command chaining tuned up
- `--format`, `--stderr`, `--overflow-safe` flags
- `count` variable
- raw bytes support

0.9

- other modules added for auto-import
- global instances of collections
- regular matches output
- regular flags
- `--finally` flag in opposition to `--setup`
- allowing callables to be output
- raw output
- `--lines` flag, variables `lines` and `numbers`
- added Python3.6 support

0.8

- fully working

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.