pmuller / procfs

Python API for Linux /proc
Other
75 stars 25 forks source link

JSON Pointer lookup function, CLI wrapper, and HTTP wrapper #8

Closed progrium closed 10 years ago

progrium commented 10 years ago

This PR includes a CLI and HTTP daemon that let you query /proc using the procfs library via a JSON Pointer style path and returns a JSON representation of the data. This makes this library useful beyond Python and may encourage further contributions towards parsing more files under /proc.

progrium commented 10 years ago

Any thoughts? We're mostly just adding stuff. The only way we can get this into PyPI is if you accept. :)

progrium commented 10 years ago

Also, if @FedericoCeratto is interested as well, I'm sure we could help co-maintain this package with you.

FedericoCeratto commented 10 years ago

@progrium indeed I'm interested. I would also package it for Debian (and Ubuntu and other derivatives)

pmuller commented 10 years ago

Thanks! I'll release it soon. :-)