Dawg-python

Latest version: v0.7.2

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

Scan your dependencies

Page 1 of 2

0.7.2

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

- minor speedup;
- bitbucket mirror is no longer maintained.

0.7.1

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

- Switch to setuptools;
- upload wheel tp pypi;
- check Python 3.4 compatibility.

0.7

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

IntDAWG and IntCompletionDAWG are implemented.

0.6

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

Use less shared state internally. This should fix thread-safety bugs and
make iterkeys/iteritems reenterant.

0.5.1

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

Internal tweaks: memory usage is reduced; something is a bit faster,
something is a bit slower.

0.5

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

Storage scheme is updated to match DAWG==0.5. This enables
the alphabetical ordering of ``BytesDAWG`` and ``RecordDAWG`` items.

In order to read ``BytesDAWG`` or ``RecordDAWG`` created with
versions of DAWG < 0.5 use ``payload_separator`` constructor argument::

>>> BytesDAWG(payload_separator=b'\xff').load('old.dawg')

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.