package_name returns package names that differ from PyPI
https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/trezor.py#L18-L20
Unclear if it should be trezor-agent or trezor_agent. See this comment.
https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/ledger.py#L59-L61
Should be ledger_agent. See PyPI.
https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/jade.py#L29-L31
Should be jade_agent but is in fact no longer on PyPI (see 3c911e9).
https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/keepkey.py#L24-L26
Should be keepkey_agent. See PyPI.
https://github.com/romanz/trezor-agent/blob/3c911e99a0394278104564092225d67c75e74b99/libagent/device/onlykey.py#L27-L29 Included only to show that I checked this too. But the value returned here matches that on PyPI.