cesbit / aiowmi

Python WMI Queries
GNU General Public License v3.0
27 stars 8 forks source link

Long Running Server #6

Closed majurgens closed 2 years ago

majurgens commented 2 years ago

Access to this library from a long running server would be great. Access via HTTP(s). I'm think something like a server running in gunicorn that we can HTTP POST to and get JSON data back from.

joente commented 2 years ago

@majurgens , it is possible to use this library to create such a service, but I don't see how this issue is relevant for aiowmi. The library must stay clean with as few dependencies as possible.