Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running on Windows. #10

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

andrewleech
Copy link

Update psutil api to support current version
Use psutil to list processes, on windows use win32api to find open files.
Use tempfile module instead of hardcoded '/tmp'
Add a pure python 'which' function rather than depending on an app of the same name existing on the system.

Update psutil api to support current version
Use psutil to list processes, on windows use win32api to find open files.
Use tempfile module instead of hardcoded '/tmp'
Add a pure python 'which' function rather than depending on an app of the same name existing on the system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant