GoodRx / attrs_sqlalchemy

Add dunder-methods to SQLAlchemy models with attrs
https://pypi.org/project/attrs-sqlalchemy/
MIT License
2 stars 2 forks source link

Deprecate attrs_sqlalchemy #14

Closed rouge8 closed 6 years ago

rouge8 commented 6 years ago

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.