/** * **alembic** - A database migrations tool for SQLAlchemy. * * @domain `alembic.sqlalchemy.org` * @programs `alembic` * @version `1.17.2` (15 versions available) * @versions From newest version to oldest. * * @install `launchpad install alembic.sqlalchemy.org` * @dependencies `pkgx.sh^1` * @buildDependencies `python.org@~3.11` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.alembicsqlalchemyorg * console.log(pkg.name) // "alembic" * console.log(pkg.description) // "A database migrations tool for SQLAlchemy." * console.log(pkg.programs) // ["alembic"] * console.log(pkg.versions[0]) // "1.17.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/alembic-sqlalchemy-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const alembicsqlalchemyorgPackage: { /** * The display name of this package. */ name: 'alembic'; /** * The canonical domain name for this package. */ domain: 'alembic.sqlalchemy.org'; /** * Brief description of what this package does. */ description: 'A database migrations tool for SQLAlchemy.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/alembic.sqlalchemy.org/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/sqlalchemy/alembic'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install alembic.sqlalchemy.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +alembic.sqlalchemy.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install alembic.sqlalchemy.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['alembic']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['pkgx.sh^1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['python.org@~3.11']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.17.2', '1.17.1', '1.17.0', '1.16.5', '1.16.4', '1.16.3', '1.16.2', '1.16.1', '1.16.0', '1.15.2', '1.15.1', '1.14.1', '1.14.0', '1.13.3', '1.13.2']; aliases: readonly [] }; export type AlembicsqlalchemyorgPackage = typeof alembicsqlalchemyorgPackage