brennerm / check-mk-web-api

Python library to talk to the Check_Mk Web API
https://brennerm.github.io/check-mk-web-api/
MIT License
53 stars 26 forks source link

Very good tool #5

Closed hoshang82 closed 6 years ago

hoshang82 commented 6 years ago

Hi all, thank you so much for this web api tool its really very very helpful. I have only a question, is there a way to not install the web-api ? I want use it beside my other python files ?

thanks in advance

Best Regards Neeloj

brennerm commented 6 years ago

Hi Neeloj,

Thanks for your appreciation.

To use the library without installing it you can just clone the repository and copy the check_mk_web_api folder next to your python script or adding it to your PYTHONPATH. Afterwards you can import it.

Not quite sure if this answers your question. If not just let me know and further explain your problem.

Cheers, Max

hoshang82 commented 6 years ago

Thank you so much Max:-) it works like a charm :-) I hope you will add more features to this fantastic check_mk_web_api :-)

brennerm commented 6 years ago

If you have any feature suggestions feel free to open an issue.