is there a way to access Borland Star Team via python? e.g. log in , check out, ...
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.