Rebase is a small library consisting of powerful reusable components aimed at making your Data Layer more robust. With the changes of how data is being stored in databases, it is becoming very challenging to validate data specially in NoSQL databases.
Rebase is designed in such a way that it is easier to manipulate the data and project them in different views.
Working daily with data having different structures becomes a pain eventually. Sometimes you have to adapt or map an object to another format or apply some filters to part of the data. This occurs very often when have data coming from different sources and want to conform them.
Install via pip
$ pip install rebase