Metadata-Version: 1.1
Name: flexible-dotdict
Version: 0.2.1
Summary: A dictionary that allows access to keys via the dot operator
Home-page: https://github.com/ailling/flexible-dotdict
Author: Alan Illing
Author-email: alanilling@gmail.com
License: UNKNOWN
Description: Flexible dotted dictionary
        
        A dictionary that allows access to keys via the dot operator, so that instance.value is equivalent to instance['value'].
        
        Github repository: https://github.com/ailling/flexible-dotdict
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
