Skip to main content

CLI tool for interacting with Indico event management systems

Project description

indico-cli

Command line interface for interacting with Indico event management systems.

Installation

# Run directly with uvx (recommended)
uvx indico-cli --help

# Or install with pip
pip install indico-cli

Configuration

Set environment variables:

export INDICO_BASE_URL="https://indico.cern.ch"
export INDICO_API_TOKEN="indp_..."  # Bearer token from Indico preferences

Or use the configure command to save credentials:

indico-cli configure --base-url https://indico.cern.ch --token indp_...

API tokens can be generated at <your-indico-url>/user/preferences/api. Required scopes: read:legacy_api, write:legacy_api (for create operations), read:user (optional).

Usage

Search

# Full-text search across all content types
indico-cli search-by-term --term "machine learning"

# Search events in a category
indico-cli search-events --category-id 4648 --from-date 2025-01-01

# Browse categories
indico-cli search-categories --category-id 0

Event Details

# Get event info with contributions and sessions
indico-cli event-details --event-id 137346 --contributions --sessions

# List contributions/talks
indico-cli contributions --event-id 137346 --subcontributions

Files

# List and download all event files
indico-cli files --event-id 137346

# List files without downloading
indico-cli files --event-id 137346 --no-download

# Download a single attachment
indico-cli download --url "https://indico.cern.ch/event/.../file.pdf"

Create Events

# Create a simple meeting
indico-cli create-event --title "Team Meeting" --category-id 4648 --type meeting \
  --start 2025-06-15T09:00:00 --end 2025-06-15T10:00:00

# Create event with full agenda from JSON file
indico-cli create-event-with-agenda --title "Workshop" --category-id 4648 \
  --type meeting --start 2025-06-15T09:00:00 --end 2025-06-15T17:00:00 \
  --agenda-file agenda.json

All Commands

Run indico-cli --help to see all available commands, or indico-cli <command> --help for command-specific options.

Claude Code Skill

A Claude Code skill package is available in skill/ for AI-assisted Indico workflows. Install it with:

claude plugin install ./skill

Documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

indico_cli-0.1.0.tar.gz (26.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

indico_cli-0.1.0-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file indico_cli-0.1.0.tar.gz.

File metadata

  • Download URL: indico_cli-0.1.0.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for indico_cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 67ecc660ab3e604c14e49a18091879f75390d5d438895c590339a6dbe61537fd
MD5 ad2dc37d39052b9af4ec9e351d9ed8a2
BLAKE2b-256 3943caa5eebbe148dde9a9aefc60979d0ab0c4aa8c3eddb91fb613e47fb5f51b

See more details on using hashes here.

File details

Details for the file indico_cli-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: indico_cli-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for indico_cli-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f1797eb7f05dbbf7f8da2c586f04ced0670a241aff849a272c5eaa8734b228ff
MD5 1d45b441ffdcbbab8cfb4e2d1dd21af8
BLAKE2b-256 da0efbe287f4af9769c26aa702e9a905142cee91cf5860f4f6bb34aeb1c72f10

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page