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

# Tuition rates for a daycare or school
familybugle providers --type daycare     # find a provider UUID first
familybugle tuition <uuid>

# 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 tuition <uuid> --json | jq '.[].rates[].amount'
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.2.tar.gz (24.1 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.2-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: familybugle-0.1.2.tar.gz
  • Upload date:
  • Size: 24.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for familybugle-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9942193eb7c52601a39646c4a1a04b85e696c076978d29dc7385a96546f8084d
MD5 0dc01fdeb6f522f04b36570440efce8f
BLAKE2b-256 89c7bcdd6d99a9577b58a6d42557339930b1edf4a7a31abee99ff3233c8ee47e

See more details on using hashes here.

Provenance

The following attestation bundles were made for familybugle-0.1.2.tar.gz:

Publisher: publish.yml on GenerativeAdventure/park-city-families

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: familybugle-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for familybugle-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ac08e294cb49d58d897d1c02b79937e71242495b2e7fc709fd5bdacefa8b4e5b
MD5 de78ff6d4cf140f23a139a7ec81f0e23
BLAKE2b-256 4406bee5ad3f13542ccf5cc8cc0c2462600a06e88d161d9a57669579e927b6b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for familybugle-0.1.2-py3-none-any.whl:

Publisher: publish.yml on GenerativeAdventure/park-city-families

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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