vickumar1981 / pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Other
30 stars 6 forks source link

Add support for case / data classes #9

Open vickumar1981 opened 4 years ago

vickumar1981 commented 4 years ago

Case classes were implemented in macropy, but AFAIK, this library isn't supported and doesn't work on Python 3. There's a lot in macropy, but the case class functionality is great for saving on boiler plate code.

https://macropy3.readthedocs.io/en/latest/case_classes.html