This renames the utxo_to_sqlite.py script to utxo_convert.py, and:
- Adds support for multiple output formats selectable with
--format(default depends on filename extension). - Adds a CSV format (which includes reporting the scriptPubKey as address/descriptor).
- Makes type checkers and linters happier.
The goal is giving users a way to construct the UTXO set in a textual, greppable format.