Dataclass-dict

Latest version: v0.0.6

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

Scan your dependencies

0.0.3

Added
=====
- Any attribute, including parent ones, that starts with underscore will
be ignored.
- `item_zip` was added. It iterates between more than one
`dict`.

Fixed
====
- Now, indeed, anything started with underscore will be ignored.

0.0.2

Changed
========
- Any attribute starting with a `_` will not be added to the dataclass, but will be available normally

Fixed
======
- `dataclass_dict.DataclassDict.__new__` and `dataclass_dict.DataclassDict.__init_subclass__` now calls their parents with `super`
- If a class inherited `dataclass_dict.DataclassDict` and it didn't have a field with
annotations, it would raise an error. That's fixed now.

0.0.1.1

Added
======
- Added Tidelif information in the readme

Fixed
====
- Fixed informations in the `setup.py` file such as descriptions and
repository link.

0.0.1

Added
--------
- Package released

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.