---------------------
Added
- added ``shell`` module
Changed
- moved ``run_shell`` from ``utils`` module to ``shell`` module
- ``itertools.last`` raises ``EmptyIterableError`` exception instead of ``StopIteration``
- ``itertools.first`` raises ``EmptyIterableError`` exception instead of ``StopIteration``