Adds a command line, string-parsing alternative to the library version of
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 13 Mar 2008 18:59:15 +0000 (18:59 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 13 Mar 2008 18:59:15 +0000 (18:59 +0000)
commit97d71f3d73384e4035afa0bd9e153e054a62285a
treed01a41e8ff436cf395b6e13d96c532025ab9a88d
parentb53782de0a0631593e70244bd6e663306f4b3ed6
Adds a command line, string-parsing alternative to the library version of
pypciscan's get_devices.  Also, adds both packages into a single file, so that
users of the pypci library need only:

  from pypci import *
pypci.py [new file with mode: 0644]