Installation

This code is open-source. See License for details.

If you want to contribute to the code, you should go to Contributing to the project documentation.

Install the package with your favorite Python installer. As an example, with pip:

pip install PROJECT

Then, you should be able to use it!

>>> from wardrobe import StackedDict
>>> something = StackedDict()

See API for a detailed usage documentation.