Installation
============

::

    pip install SimpleSQLite


Dependencies
============

Python 2.6+ or 3.3+

-  `DataPropery <https://github.com/thombashi/DataProperty>`__ (Used to extract data types)
-  `jsonschema <https://github.com/Julian/jsonschema>`__
-  `pathvalidate <https://github.com/thombashi/pathvalidate>`__
-  `path.py <https://github.com/jaraco/path.py>`__
-  `six <https://pypi.python.org/pypi/six/>`__
-  `xlrd <https://github.com/python-excel/xlrd>`__


Test dependencies
-----------------

-  `pytest <http://pytest.org/latest/>`__
-  `pytest-runner <https://pypi.python.org/pypi/pytest-runner>`__
-  `tox <https://testrun.org/tox/latest/>`__
-  `XlsxWriter <http://xlsxwriter.readthedocs.io/>`__
