.. simplekit documentation master file, created by sphinx-quickstart on Thu Nov 19 22:49:03 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Simple Kit ======================== The SimpleKit is a collection of utility function for Python, include some mostly useful function. Python provide some useful packages and modules, but some of those is too complicated to used. for example, the package :mod:`json` is used to serialize and deserialize json object. The :func:`json.loads` function return dict object which represent the json object, I think the ``[key]`` operator, especially the json object contains hierarchical project. So, SimpleKit provides some simple and brief way which operate the object object. User's Guide ============== This part of document is introduce what's is SimpleKit and who to use it. .. toctree:: :maxdepth: 2 install objson config docker api Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`