python-jenkins or jenkinsapi for jenkins remote access API in python [closed] python-jenkins or jenkinsapi for jenkins remote access API in python [closed] jenkins jenkins

python-jenkins or jenkinsapi for jenkins remote access API in python [closed]


Given that both seem to have more or less the basic features and that JenkinsAPI is

  1. mentioned by the official documentation
  2. more active (jenkins-python history vs jenkinsapi history)

I would go for jenkinsapi.

As for token support, given the documentation, the fact that the code uses token in place of passwords for the API and is backward compatible with basic auth, I would say that any client that supports passwords will support tokens.