:mod:`arche.tools.bitbucket` ============================ .. py:module:: arche.tools.bitbucket Module Contents --------------- .. data:: NETLOC .. data:: API_NETLOC .. data:: USER .. data:: PASS .. function:: prepare_request(url: str) -> Request .. function:: convert_to_api_url(url: str, netloc: str, api_netloc: str) -> str Support both regular and raw URLs .. function:: get_auth_header(username: str, password: str) -> Dict[str, str]