Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PythonRepository

import type { PythonRepository } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

Configuration for a Python remote repository.

interface PythonRepository {
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "PYPI";
}

§Properties

§
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "PYPI"
[src]

One of the publicly available Python repositories supported by Artifact Registry.