Metadata-Version: 2.1
Name: xtradict
Version: 0.2
Summary: Extended dict class
Home-page: UNKNOWN
Author: Túlio Mumić
Author-email: tuliomumic@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Extended dict class for python, instead of using dict['index'], you can use dict.index, to use it, use strg(**dict) or default kwargs


