/Python-Dictionary-Splitter

This module was developed to help reduce memory usage from python dictionaries, by splitting large and nested dictionaries into individual JSON files and having functionality to seamlessly access and manipulate the split data. I have used a CRUD approach, usually used in databases, for simple implementation of this module.

Primary LanguagePython

Watchers