0

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

ADLR
  • 33
  • 4

1 Answers1

0

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.

Community
  • 1
  • 1
Bruno Gelb
  • 5,322
  • 8
  • 35
  • 50