* Move command line interface dependencies to extras. New installations now needs to run ``pip install ctypes-ejdb[cli]`` to install it. This is better for those who want only the core library.
0.3.3
---------------------
* Fix Python 2 compatibility.
0.3.2
---------------------
* Fix attribute lookup in ``DatabaseError`` construction. * Add options to config EJDB path by environ or ``.cfg`` file. * Make document repr look like a dict so it prints better.
0.3.1
---------------------
* Fixed context manager usage opening a ``Database``. * Fixed attribute error in ``Collection.count``. * Fixed document iterator slicing. * Experimental CLI utility ``ejdb.cli`` based on Click and ptpython.
0.3
---------------------
* Make EJDB path configurable with ``ejdb.init(path)``.