.. meta:: :title: FlexDict - Elegantly Nested Python Dictionaries :description: Easily work with deeply nested data and write clean code using FlexDict; a small subclass of dict. FlexDict provides automatic and arbitrary levels of nesting along with additional utility methods. FlexDict - Elegantly Nested Python Dictionaries =============================================== .. image:: https://img.shields.io/travis/ozturkberkay/FlexDict?style=flat-square .. image:: https://img.shields.io/codacy/grade/66f007ce4acf4076802667c726e89753?style=flat-square .. image:: https://img.shields.io/github/repo-size/ozturkberkay/FlexDict?style=flat-square .. image:: https://img.shields.io/pypi/v/flexdict?style=flat-square .. image:: https://img.shields.io/pypi/pyversions/flexdict?style=flat-square .. image:: https://img.shields.io/badge/security-bandit-yellow.svg?style=flat-square Easily work with deeply nested dictionaries **and** write clean code using FlexDict; a *small* subclass of ``dict``. FlexDict provides automatic and arbitrary levels of nesting along with additional utility methods. .. toctree:: :maxdepth: 1 getting-started user-guide contributing api