trezor-agent icon indicating copy to clipboard operation
trezor-agent copied to clipboard

package_name returns package names that differ from PyPI

Open doolio opened this issue 2 years ago • 0 comments

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.

doolio avatar Sep 11 '23 12:09 doolio