Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 284 Bytes

File metadata and controls

19 lines (11 loc) · 284 Bytes

osquery-python

Python bindings for OSQuery

README

This is the README file for osquery-python

Example Usage: from osquery import osquery

osquery = osquery() print osquery.setOutputMode("--json").query("SELECT * from etc_hosts")

Todo

[ ] Add SWIG Interfaces [ ] Package