Skip to main content

CLI for Family Bugle — Park City family activities, providers, and AI Q&A

Project description

familybugle

CLI for Family Bugle — Park City activities, providers, school breaks, and AI Q&A, straight from your terminal.

$ familybugle search "ski lessons" --age 7 --limit 5
╭─────────────────────────────────────────────────────────────────────────╮
│ Name                   │ Provider          │ Ages       │ Date       │ Price │
│ Youth Ski Camp         │ Basin Recreation  │ 6-12 years │ 2026-01-15 │ $150  │
│ Ski Explorers          │ Park City Mtn     │ 5-10 years │ 2026-01-08 │ $200  │
╰─────────────────────────────────────────────────────────────────────────╯
  Showing 2 of 2  —  familybugle show activity <id> for details

Install

# Recommended: pipx (isolated environment)
pipx install familybugle

# Or: uvx (no install needed)
uvx familybugle search "spring break camps"

# Or: pip
pip install familybugle

Quickstart

# Search activities
familybugle search "ski lessons" --age 7
familybugle search "swim" --category Sports --limit 10

# List providers
familybugle providers
familybugle providers --type daycare --location "Old Town"
familybugle providers --search "ymca"

# Full detail
familybugle show activity <uuid>
familybugle show provider <uuid>

# Utility
familybugle categories
familybugle breaks

# Ask the AI
familybugle ask "when is spring break?"
familybugle ask "what swim lessons are available for a 5-year-old?"

API Key

All commands work without a key (public tier: 100 requests/hour). For higher limits (2,000 requests/hour), get a free key:

  1. Sign in at familybugle.com/accountDeveloper tab
  2. Click Create API key, copy the fb_live_... value
  3. Save it locally:
familybugle config set api-key fb_live_YOUR_KEY_HERE

The key is stored in ~/.config/familybugle/config.toml (mode 0600) and sent automatically on every request. Override with FAMILYBUGLE_API_KEY env var.

# Check stored key (masked)
familybugle config get api-key
# → API key: fb_live_abc1…

# Remove key
familybugle config unset api-key

Rate limits

Tier Reads /ask
Public (no key) 30/hour 3/minute
API key 2000/hour 30/minute

Local development

# Point at a local backend
familybugle --api-url http://localhost:8000 search "ski"
familybugle --api-url http://localhost:8000 categories

# Or set via env var
export FAMILYBUGLE_API_URL=http://localhost:8000
familybugle categories

Raw JSON output

Every command supports --json for scripting:

familybugle search "camps" --json | jq '.data[].title'
familybugle ask "spring break dates?" --json | jq '.answer'

Links

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

familybugle-0.1.0.tar.gz (22.2 kB view details)

Uploaded Source

Built Distribution

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

familybugle-0.1.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: familybugle-0.1.0.tar.gz
  • Upload date:
  • Size: 22.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.9

File hashes

Hashes for familybugle-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8d6971435b805de810d21e9484c7b11478ab57c0d57e5680ef084315d60d22c0
MD5 286d52b09b7b1c243c42807cf08c0a9e
BLAKE2b-256 7bbed403293c679c4c5999217d0415a922e700968f6fb7052ded029781075992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for familybugle-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7327dd72443ac53d3e9077fba0ffe0bed82401541ce8fff9d4033078b091be53
MD5 04558375b2eeb5970d8c9ae64a9fd114
BLAKE2b-256 70eab4fa1028b1668a3c0044cab2277cccda41a389708567954c29b5468d6ed5

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