kaggle.com
Official Kaggle API
Package Information
- Domain:
kaggle.com
- Name:
kaggle.com
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install kaggle
Programs
This package provides the following executable programs:
kaggle
Aliases
This package can also be accessed using these aliases:
kaggle
Available Versions
Show all 5 versions
1.7.4.5
,1.7.4.2
,1.6.3
,1.6.1
,1.5.16
Latest Version: 1.7.4.5
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +kaggle.com@1.7.4.5 -- $SHELL -i
Dependencies
This package depends on:
pkgx.sh^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.kagglecom
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.