We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This does everything ListDict does and more.
For example, if I declare a ListDict using the obj.["attr"] style notation, I cannot automatically access using obj.attr
It also has to/from json methods, and may actually be a candidate for something that we can use in lieu of mt_metadata base in future
https://pypi.org/project/python-box/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This does everything ListDict does and more.
For example, if I declare a ListDict using the obj.["attr"] style notation, I cannot automatically access using obj.attr
It also has to/from json methods, and may actually be a candidate for something that we can use in lieu of mt_metadata base in future
https://pypi.org/project/python-box/
The text was updated successfully, but these errors were encountered: