osquery / osquery-python

Python bindings for osquery's Thrift API
Other
292 stars 51 forks source link

No longer in beta mode? #26

Closed thedrow closed 6 years ago

thedrow commented 8 years ago

I was able to install this library with pip. Should we remove the comment in the README file?

marpaia commented 8 years ago

Speaking of pip and README updates, we could also update the README to be in rst. I think that will make it render more nicely on https://pypi.python.org/pypi/osquery/0.1.1.

thedrow commented 8 years ago

Although the new PyPi should support markdown.

theopolis commented 8 years ago

@marpaia it is an RST: https://github.com/osquery/osquery-python/blob/master/README.rst there are several issues with PyPI's RST parsing. I attempted to fix the parsing: https://github.com/osquery/osquery-python/commit/0bdfa8be8d82931f1ae8119279decf0d06fbee72 and it was incomplete.