New
* Now, you can generate a Hierarchical Deterministic wallet from the Command Line Interface CLI (On the terminal).
> $ hdwallet
> Usage: hdwallet [OPTIONS] COMMAND [ARGS]...
>
> Options:
> -v, --version Show HDWallet version and exit.
> -h, --help Show this message and exit.
>
> Commands:
> generate (g) Select Generate for HDWallet.
> list (l) Select List for HDWallet information.
Improvements
* Both `from_root_xprivate_key` and `from_root_xpublic_key` functions are now merged into `from_xprivate_key` and `from_xpublic_key` functions.
* Now, you can drive both `from_xprivate_key` and `from_xpublic_key` functions.
* Drop both `from_root_xprivate_key` and `from_root_xpublic_key` functions.
Fix Bugs
* Fix derivation path value of `Derivation` class of `from_index` function set to `None` value.
Dependencies
* Add `Click` v8.0.3 and `Click-Aliases` v1.0.1 packages tools for CLI.
* Add `Tabulate` v0.8.9 package for Table list.