Search code examples
pythonstarteam

Is there a way to access Borland Star Team via python?


is there a way to access Borland Star Team via python? e.g. log in , check out, ...


Solution

  • Well, as I can see, unfortunately there is no native StarTeam API for python.

    But according to this: The StarTeam APIs, I think you can call their java API functions from python by those ways: Calling Java from Python

    Also if you are on Windows, you can just use their Windows COM interfaces.