BobTheBuidler / dictstruct

A msgspec.Struct implementation that is fully compatible with the standard dictionary API

Home Page:https://bobthebuidler.github.io/dictstruct/

Repository from Github https://github.comBobTheBuidler/dictstructRepository from Github https://github.comBobTheBuidler/dictstruct

I made this library because I wanted to use msgspec to decode ethereum rpc responses but I still needed the resulting objects to be compatible with the standard dictionary API

You may find yourself in a similar position. You may find yourself using dictstruct to solve your problem. You may find yourself elated to focus on better things.

And you may ask yourself, "Well, how did I get here!?"

How did I get here?

About

A msgspec.Struct implementation that is fully compatible with the standard dictionary API

https://bobthebuidler.github.io/dictstruct/

License:MIT License


Languages

Language:Python 100.0%