Multivalued-dict

Latest version: v2.0.1

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

Scan your dependencies

Page 2 of 5

1.7.0

Changes:
- Adjust the position of some import statements in multivalued_dict_module.py

1.6.2

Changes:
- Fixed minor issues in readme.md

1.6.1

Changes:
- Fixed minor issues in check_self_class_call_of_meta_module.py

1.6.0

Changes:
- Added version number attribute.
- Changed the internal variable name of check_self_class_call_of_meta_module.py

1.5.0

Change from

>>> mv_d = multivalued_dict({'a': ['test-1', 'test-2', 'test-3'], 'b': 'test-4'})

>>> mv_d

multivalued_dict({'a': [['test-1', 'test-2', 'test-3']], 'b': ['test-4']})

to

>>> mv_d = multivalued_dict({'a': ['test-1', 'test-2', 'test-3'], 'b': 'test-4'})

>>> mv_d

multivalued_dict({'a': ['test-1', 'test-2', 'test-3'], 'b': ['test-4']})

1.4.7

Changes:
- Fixed minor issues in readme.md
- Fixed minor issues in setup.py

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.