usbrevue icon indicating copy to clipboard operation
usbrevue copied to clipboard

Consider publishing this to PyPi

Open derpston opened this issue 9 years ago • 2 comments

Would you consider publishing usbrevue to PyPi? It'd be nice to be able to fetch it with pip, and have it fit into a virtualenv/requirements.txt etc workflow.

Thanks!

derpston avatar Oct 15 '15 23:10 derpston

I'll see if I can soon -- I never did because it was a capstone project for college and it's been largely unmaintained since. While I occasionally get an inquiriy, I'm not aware of anyone using it for much. What are you using it for, if I may ask?

wcooley avatar Oct 16 '15 18:10 wcooley

I'm using the usbrevue.Packet class as part of a terminal tool for converting tcpdump/usbmon pcap dumps into easy to read USB serial device sessions, which helps with reverse engineering. An early version looks like:

usbttydump

Once it's less of a prototype I intend to publish it, and I'd like the dependencies to be easily installable to encourage use by myself and others.

derpston avatar Oct 17 '15 00:10 derpston