Pylt3

Latest version: v0.8.1

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

Scan your dependencies

Page 2 of 3

0.7.3

**************************
* Added :code:`normalize_digits` to :code:`preprocessing`. This tiny function replaces all digits by ones in a file.

*************************

0.7.1

*************************
* Changed the :code:`extension` parameter for :code:`concatenate_files` so that the dot has to be provided as well.
This allows you to basically look for filenames ending with any string rather than just a final extension.

****************************

0.7.0

****************************
* Added the :code:`naive` tokenizer option when tokenizing in :code:`preprocessing.py`. This ensures that external
libraries need not be downloaded. The naive tokenizer does two things: replace word boundaries by a single
whitespace character, and substitute sequences of whitespaces with a single whitespace.

****************************

0.6.6

****************************
* BUGFIX in :code:`print_simple_dict()` inside :code:`file_helpers`.

****************************

0.6.5

****************************
* Added the :code:`keep_empty` option to :code:`tokenize_file` in :code:`preprocessing.py` so that empty lines are
still printed when required (default: :code:`True`).

****************************

0.6.0

****************************
* Renamed :code:`tokenize` to :code:`tokenize_file` in :code:`preprocessing.py`.
* Added :code:`tokenize_string` in :code:`preprocessing.py`.

****************************

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.