Added
~~~~~
- Limit search & sort results to top ``n`` results (e.g. top 10 or top 100)
- Enhanced terminal sizing (buffer termination).
- ``Pydoc`` ``PAGING`` flag via ``--no-pager`` command line argument
(with ``set_flags()`` method).
- Check for appropriate ``ntsqlite`` database version.
- ``[DEVELOPMENT]`` Special ``file_or_dir_path`` and ``file_path``
custom type validators for ``argparse``.
- ``[DEVELOPMENT]`` Added special requirements files for
(``test``, ``lint``, ``optional: Levenshtein``,
and ``win_xp-test`` [Python 3.4]).
- ``[DEVELOPMENT]`` Added ``CHANGELOG.md`` file.
Changed
~~~~~~~
- Print ``exit_code`` in DEBUG mode (`--debug` flag/argument).
- Moved ``subparsers`` module in ``ntclient.argparser`` to ``__init__``.
- Moved tests out of ``ntclient/`` and into ``tests/`` folder.