Pelutils

Latest version: v3.4.1

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

Scan your dependencies

Page 6 of 8

0.3.3

Not secure
- `get_repo` now accepts a custom path search for repo as opposed to always using working dir

0.3.2

Not secure
- `log.input` now also accepts iterables as input

For such inputs, it will return a generator of user inputs

0.3.1

Not secure
- Added functionality to logger for logging repository commit
- Removed function `get_commit`
- Added function `get_repo` which returns repository path and commit

It attempts to find a repository by searching from working directory and upwards
- Updates to examples in `README` and other minor documentation changes
- `set_seeds` no longer returns seed, as this is already given as input to the function

0.3.0

Not secure
- Only works for Python 3.7+

- If logger has not been configured, it now does no logging instead of crashing

This prevents dependecies that use the logger to crash the program if it is not used
- `log.throw` now also logs the actual error rather than just the stack trace
- `log` now has public property `is_verbose`
- Fixed `with log.log_errors` always throwing errors
- Added code samples to `README`
- `Parser` no longer automatically determines if experiments should be placed in subfolders

Instead, this is given explicitly as an argument to `__init__`

It also supports boolean flags in the config file

0.2.13

Not secure
- Readd clean method to logger

0.2.12

Not secure
- The logger is now solely a global variable

Different loggers are handled internally in the global _Logger instance

Page 6 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.