Added
~~~~~
- Recipes are stored in a ``csv`` format now with ``uuid`` instead of ``int``,
and they can be viewed in a convenient ``tree`` output
(**NOTE:** recipes is still a WIP).
- Calculate functions for body fat, BMR, 1-rep max, & lean body limits.
- Example recipe ``csv`` files.
- ``unittest`` compatibility, not sure this will stay.
May revert to ``pytest``.
- Dedicated test file for ``calculate.py`` service.
Changed
~~~~~~~
- Use a ``CliConfig`` class for storing ``DEBUG`` and ``PAGING`` flags.
- Requirements versions for ``colorama`` and ``python3.4``.
- Removed ``F401`` warnings, e.g. importing services into ``__init__``.
- General refactor of ``argparse`` stuff, but still not complete.
- Start to split apart some of the original ``test_cli`` functions.
- Enable more verbose ``mypy`` flags.
Fixed
~~~~~
- Faulty algebra in the ``orm_brzycki`` equation.
- Missing rep ranges for ``dos_remedios`` equation.