Liblet

Latest version: v1.7.6

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

Scan your dependencies

Page 5 of 11

1.3.8alpha

-------------------------

- The ANTLR and AnnotatedTreeWalker object can be serialized (suing the
load/save methods).
- Added pyast2tree method to get a Tree from a Python ast.
- Annotated Tree rich display ignores dictionary keys starting with '_thread_'.

1.3.6alpha

-------------------------

- Added src key to annotated trees produced by the tree method of
ANTLR objects.
- Improved hash sign readability (defined the HASH constant equal to '\u266F',
replacing previous '\uFF03')
- Derivation can now start from any nonterminal.

1.3.3alpha

-------------------------

- The display.side_by_side now accepts a single argument (and iterates
over it).

1.3.2alpha

-------------------------

- Now TopDownInstantaneousDescription.match skips epsilon on the stack.
- Added the suffixes commodity function in utlis package.
- Minimal docs improvements.

1.3.1alpha

-------------------------

- InstantaneousDescription has been subclassed in two specilized classes:
TopDownInstantaneousDescription and BottomUpInstantaneousDescription.
- Stack and Queues copy method has been deprecated in favor of more
standard use of the copy module (the shallow copy obtains a separate
storage by overriding __copy__).
- InstantaneousDescription and its subclasses shallow copies don't share
the stack with the original object (obtained by overriding __copy__).
- Improved deprecations (now the warning module is used instead of raise).

1.3.0alpha

-------------------------

- Added a first version of the InstantaneousDescription class (in liblet.automata).
- Documentation improvement (substituted :obj: with :class: where appropriate).
- Bumped ANTLR version to 4.9.1.
- Created FUNDING.yml for GitHub sponsorship.

Page 5 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.