IVObject

A Immutable Value Object implementation in Python.


Keywords
python, ddd, value, object, hexagonal, architecture
License
MIT
Install
pip install IVObject==1.0.2

Documentation

IVObject

Forked from: https://github.com/quiqueporta/simple-value-object

A value object is a small object that represents a simple entity whose equality isn't based on identity: i.e. two value objects are equal when they have the same value, not necessarily being the same object.

Installation

> pip install ivobject