Klayout connect to Bitbucket

We developped some design that are follow into a bitbucket repositories. We would like to connect to those repositories using the URL tag but it seems that we get some trouble since those repositories are not public and we have to connect with some credentials.
Is there a way or a future enhancement to connect to a repository ?
Thanks in advance

Comments

  • Are you talking about layout file links or something else?

    Like you open a layout using "http(s):":

    klayout "https://www.klayout.org/klayout-pypi/samples/basic.gds"
    

    If that's your problem you can also use a client like curl with "pipe:":

    klayout "pipe: curl https://www.klayout.org/klayout-pypi/samples/basic.gds"
    

    KLayout's built-in HTTP client is based on Qt or curl (of you pick that build option). For curl I can't say, but the Qt version does not support modern web service authentication methods like OAuth.

    Matthias

Sign In or Register to comment.