kpetremann / mqtt-exporter

Simple generic MQTT Prometheus exporter for IoT working out of the box
https://hub.docker.com/r/kpetrem/mqtt-exporter
MIT License
103 stars 29 forks source link

Request to Publish Python Package on PyPI or Provide Linux Executable Release #81

Closed mssandeepkamath closed 2 months ago

mssandeepkamath commented 4 months ago

Hi @kpetremann,

Thanks for the incredible exporter. I noticed that although you've provided docker images for easy deployment, there isn't a Python package available on PyPI or Linux executable for the convenient standalone installation.

Would it be possible to you to publish the exporter as a Python package on PyPI? or provide a standalone executables. This would help a lot, Thanks.

kpetremann commented 4 months ago

hello @mssandeepkamath,

Thanks for the kind words!

I can publish it to Pypi for sure. I'll do it as soon as I can => as a requirement, I will first pin the dependencies (see #54).

mssandeepkamath commented 4 months ago

Thanks @kpetremann, appreciate it.

mssandeepkamath commented 3 months ago

Hi @kpetremann , any updates on this?

kpetremann commented 3 months ago

hi @mssandeepkamath, no I did not have time to work on it yet.

kpetremann commented 2 months ago

waiting for pypi validation

kpetremann commented 2 months ago

here you go: https://pypi.org/project/mqtt-exporter/

please let me know if everything is working well for you.

mssandeepkamath commented 2 months ago

Hi @kpetremann, Thank you. Surely will test and let you know.

mssandeepkamath commented 2 months ago

I've tested it, works perfect. Thank you :)