Welcome to varboxes documentation! ==================================== .. toctree:: :maxdepth: 2 :caption: Contents: Installation Usage API License Links **varboxes** allows to store permanently objects between python session. It uses json module, so it restricts the type of variable to store accordingely. Features ======== * to use permanent variable between session, use attribute of a varbox * the attribute will be saved on the disk and retrieved later Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`