Zxpy

Latest version: v1.6.3

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

Scan your dependencies

Page 3 of 5

1.4.2

Refer 18

1.4.1

- `__name__` will now be `'__main__'`, just like how it is when running any other file directly
- Passing additional arguments to `zxpy` command is now supported

1.4.0

Anything passed as an f-string into a bash string will be automatically quoted with `shlex.quote`.

i.e., `~f'{xyz}'` is the same as `~f'{shlex.quote(xyz)}`

1.3.0

- Alternate method of invoking shell commands: `stdout, stderr, return_code = ~'...'`. Fixes 6
- Add a few tests.

1.2.5

- Removes zxpy executable from sys.argv, to mimic default python behaviour (10)

1.2.4

- Finally figured out the correct way to handle `expr` transformations. Cleaned up a bunch of AST code.
- Shell strings and shell f-strings should be usable inside call statements now, eg. `print(~'echo test')`

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.