/** * **psycopg2** - PostgreSQL database adapter for the Python programming language * * @domain `psycopg.org/psycopg2` * @version `2.9.11` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install psycopg.org/psycopg2` * @homepage https://www.psycopg.org/ * @dependencies `python.org~3.11`, `postgresql.org` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.psycopgorgpsycopg2 * console.log(pkg.name) // "psycopg2" * console.log(pkg.description) // "PostgreSQL database adapter for the Python prog..." * console.log(pkg.versions[0]) // "2.9.11" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/psycopg-org/psycopg2.md * @see https://ts-pkgx.netlify.app/usage */ export declare const psycopgorgpsycopg2Package: { /** * The display name of this package. */ name: 'psycopg2'; /** * The canonical domain name for this package. */ domain: 'psycopg.org/psycopg2'; /** * Brief description of what this package does. */ description: 'PostgreSQL database adapter for the Python programming language'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/psycopg.org/psycopg2/package.yml'; homepageUrl: 'https://www.psycopg.org/'; githubUrl: 'https://github.com/psycopg/psycopg2'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install psycopg.org/psycopg2'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +psycopg.org/psycopg2 -- $SHELL -i'; launchpadInstallCommand: 'launchpad install psycopg.org/psycopg2'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['python.org~3.11', 'postgresql.org']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.9.11', '2.9.10', '2.9.9']; aliases: readonly [] }; export type Psycopgorgpsycopg2Package = typeof psycopgorgpsycopg2Package