Utils-anviks

Latest version: v1.1.0

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

Scan your dependencies

1.1.0

Added

* Introduce the `parse_file_content` function as an alternative to the `read_file` decorator.
The `parse_file_content` function provides equivalent functionality to the `read_file` decorator but in a
more versatile and widely applicable form.

Deprecated

* Deprecate the `read_file` decorator in favor of the `parse_file_content` function.
The `read_file` decorator is no longer recommended for use and will be removed in a future release.
Users are encouraged to migrate to the `parse_file_content` function for file parsing functionality.

1.0.2

Changed

* Fix the issue, where the `stopwatch` decorator, when used on recursive functions,
would start a new timer for each recursive call. Now, the decorator will only
start a timer for the first call and return the total time taken by the function
and all its recursive calls.

1.0.1

Changed

* Update project links in `pyproject.toml`.

1.0.0

Added

* Official release of the package.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.