Prefixeddict

Latest version: v0.3

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

Scan your dependencies

0.3

Added supported for the 'del' operator and a missing .clear() method.

0.2

This release has the following changes:
- Improved compatibility with standard Python dictionaries: the 'in' operator now works as you would expect, and iteration is done on the PrefixedDict's keys by default.
- Added full laziness in order to minimise memory usage. This works on Python 2 as well, as it uses itertools.izip on those releases.
- Fixed a bug that would cause different prefixes to prefix each other with themselves.

0.1

This is the first public release.

It does what it says it does on the README file, and is compatible with all Python interpreters it claims to be compatible with.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.