CLI tool with arguments parsing and validation, input reading, action processing, output writing. Includes input validation.
Concerning #21 and #22 , is_valid_mnemonic and is_valid_seed now raise NotImplementedError until they will be implemented.
Closes #20, closes #24.
Fixed compatibility with Python 3.5 (subprocess module).
Changed configuration of Travis CI not to use pytest, but setup.py with nose.
Fixed tests integration which run subprocesses on Travis CI (5f7951e).
Removed unused dependendies.
CLI tool with arguments parsing and validation, input reading, action processing, output writing. Includes input validation.
Concerning #21 and #22 ,
is_valid_mnemonic
andis_valid_seed
now raiseNotImplementedError
until they will be implemented.Closes #20, closes #24.
Fixed compatibility with Python 3.5 (subprocess module). Changed configuration of Travis CI not to use
pytest
, butsetup.py
withnose
. Fixed tests integration which run subprocesses on Travis CI (5f7951e). Removed unused dependendies.