c86ba293f5
This commit drastically changes EntropyRepository API, return object are now either tuple or frozenset for most functions. This aims to improve metadata reliability across function calls, making impossible to change their content. Frozenset and tuple are immutable types.