SQLAlchemy already manages __eq__ and __hash__ based on identity within the session. This project is incompatible with attrs 17.1.0+ or recent versions of SQLAlchemy.
If you're just looking for a nice __repr__ for your SQLAlchemy models, consider sqlalchemy-repr, repr, or other packages.
SQLAlchemy already manages
__eq__
and__hash__
based on identity within the session. This project is incompatible with attrs 17.1.0+ or recent versions of SQLAlchemy.If you're just looking for a nice
__repr__
for your SQLAlchemy models, consider sqlalchemy-repr, repr, or other packages.