Is the python client is actively developed for consul?
because in the documentation i didn’t find the watch api for python client for consul?
The Python SDKs listed on consul.io’s Client Libraries & SDKs page are not maintained by HashiCorp – they are maintained by the community.
It does not appear that any of the Python SDKs support Watches today. There is an open feature request for python-consul to add this functionality (see cablehead/python-consul#259). You may want to  the issue to also express your interest for that feature.
 the issue to also express your interest for that feature.
While it doesn’t appear to have the watch API implemented, there is a more current fork of python-consul here: https://github.com/poppyred/python-consul2
              
              
              1 Like
            
            
          Got it
Thank you
Is there issue to include the import and export for the python client ?