.. dictstruct documentation master file, created by sphinx-quickstart on Thu Feb 1 21:29:06 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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!?" .. figure:: https://private-user-images.githubusercontent.com/70677534/382577015-fdb3bf24-036e-4c0b-a117-5ae122d09d74.jpg :scale: 50 % :alt: And you may ask yourself, "Well, how did I get here!?" .. automodule:: dictstruct :members: :undoc-members: :show-inheritance: