mvondracek / PA193_mnemonic_Slytherin

BIP39 Mnemonic Phrase Generator and Verifier
0 stars 2 forks source link

CLI #25

Closed mvondracek closed 4 years ago

mvondracek commented 4 years ago

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.