Lsseq

Latest version: v3.0.2

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

Scan your dependencies

Page 4 of 4

2.2.2

Some shebangs in my code were referring to python3.6, and discovered that it all works by removing the explicit 3.6, just using 3, then it works on other systems that might be more up-to-date than 3.6. (Eg. my mac which is 3.7)

2.2.1

I combed through all the lsseq code, and simplified and cleaned it up quite a bit.
Added comments and named variable, constants better etc. Moved some logic around to
be much easy to follow the flow. So it's much easier to read and follow the logic now.
Furthermore, I added a feature that will report if a sequence has poorly or malformed padded numbers,
which surprisingly helped in the code simplification overall.
The rule for padding sequences is pretty simple, and rarely is broken by users, but it's very useful to catch in the
cases that it is broken. Also, added some helpful hints in the expandseq and condenseseq commands with
regard to passing negative integers on the command line.
Also added some test cases for the badPadding. More test cases will follow in subsequent updates, but
I'm confident that no new (or very few) new bugs have been introduced.

2.1.0

This code has been regression tested, plus pylint run on it to catch any errors in the
update. This is safe to use to replace any earlier versions of lsseq, expandseq and condenseseq!

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.