Skip to main content

A Session Management MCP Server for Claude Code

Project description

Session Buddy

A Session Management MCP Server for Claude Code

Code style: crackerjack Python: 3.13+ Coverage Static Badge

A dedicated MCP server that provides comprehensive session management functionality for Claude Code sessions across any project.

๐ŸŒŸ What Makes Session Buddy Unique?

Session Buddy isn't just another session management toolโ€”it's an intelligent development companion that learns from your work and helps you work smarter across projects:

๐Ÿ’ก Automatic Knowledge Capture

Industry-First Feature: Session Buddy automatically captures educational insights from your conversations using deterministic pattern matchingโ€”no manual note-taking required.

Just write explanations like this:
`โ˜… Insight โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€`
Your insight here...
`โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€`

And Session Buddy automatically:
โœ… Extracts and stores it with semantic embeddings
โœ… Prevents duplicate capture (SHA-256 hashing)
โœ… Makes it searchable across all future sessions
โœ… Requires zero configuration or manual effort

The Result: Build a personal knowledge base automatically while you work!

๐ŸŒ Cross-Project Intelligence

Unique Capability: Share knowledge across related projects automatically with dependency-aware search.

Works Great For:

  • ๐Ÿ—๏ธ Microservices: Coordinate patterns across service boundaries
  • ๐Ÿ“ฆ Monorepos: Share insights across multiple packages/modules
  • ๐Ÿ”— Multi-Repo: Track patterns across related repositories
  • ๐Ÿ‘ฅ Teams: Collaborative knowledge filtering with voting

Example: Fix an authentication issue in auth-service? Next time you work on user-service (which depends on auth-service), Session Buddy will surface that solution automatically.

๐Ÿ”’ Privacy-First Architecture

  • โœ… 100% Local Processing: No external API calls
  • โœ… Local AI Models: ONNX embeddings run on your machine
  • โœ… Your Data Stays Yours: Nothing leaves your system
  • โœ… Fast Performance: <50ms extraction, <20ms search

Features

Advanced Analytics & Integration

Session Buddy Phase 4 introduces enterprise-grade analytics, real-time monitoring, and cross-session learning:

๐Ÿ“Š Real-Time Monitoring

  • ๐Ÿ”ด WebSocket Server - Live dashboard streaming at 1-second intervals

    • Top 10 most active skills displayed in real-time
    • Performance anomaly detection with Z-score analysis
    • Client subscriptions (all skills or specific skill monitoring)
  • ๐Ÿ“ˆ Prometheus Metrics - Production-ready monitoring export

    • 5 metric types: Counters, Histograms, Gauges
    • HTTP endpoint on port 9090 for scraping
    • Thread-safe updates for concurrent access

๐Ÿค– Advanced Analytics

  • ๐ŸŽฏ Predictive Models - ML-based skill success prediction

    • RandomForest classifier with 7 features
    • 30-day historical training window
    • Feature importance analysis
  • ๐Ÿงช A/B Testing Framework - Experiment with recommendation strategies

    • Deterministic user assignment (SHA-256 hashing)
    • Statistical significance testing (t-test, p < 0.05)
    • Automated winner determination
  • ๐Ÿ“‰ Time-Series Analysis - Trend detection and forecasting

    • Linear regression trend detection
    • Hourly aggregation for dashboards
    • Anomaly detection using Z-scores

๐Ÿ‘ฅ Cross-Session Learning

  • ๐ŸŒ Collaborative Filtering - Learn from similar users

    • Jaccard similarity for user matching
    • Personalized recommendations
    • SHA-256 privacy hashing for user IDs
  • ๐Ÿ“Š Community Baselines - Global skill effectiveness

    • Cross-user aggregation
    • Percentile rankings
    • User vs global comparisons

๐Ÿ”— Tool Integration

  • โšก Crackerjack Integration - Quality gate tracking

    • Phase mapping to workflow stages
    • Automatic failure recommendations
    • ASCII workflow visualizations
  • ๐Ÿ’ป IDE Plugin Protocol - Context-aware recommendations

    • Code pattern detection (tests, imports, async)
    • Language-specific skill patterns
    • Keyboard shortcut management
  • ๐Ÿš€ CI/CD Tracking - Pipeline analytics

    • Stage-by-stage monitoring
    • Bottleneck identification (< 80% success)
    • JSON export for dashboards

๐Ÿ“š Skills Taxonomy

  • ๐Ÿท๏ธ Categories - Organized skill domains

    • Code Quality, Testing, Documentation, Deployment, etc.
    • 6 predefined categories
    • Multi-modal skill types (code โ†’ diagnostics, testing โ†’ test_results)
  • ๐Ÿ”— Dependencies - Co-occurrence patterns

    • Lift score calculation
    • Relationship mapping
    • Workflow-aware recommendations

Performance:

  • Real-time metrics: < 100ms
  • Anomaly detection: < 200ms
  • Collaborative filtering: < 200ms
  • MCP tools: < 50ms

Core Session Management

  • ๐Ÿš€ Session Initialization: Complete setup with UV dependency management, project analysis, and automation tools
  • ๐Ÿ” Quality Checkpoints: Mid-session quality monitoring with workflow analysis and optimization recommendations
  • ๐Ÿ Session Cleanup: Comprehensive cleanup with learning capture and handoff file creation
  • ๐Ÿ“Š Status Monitoring: Real-time session status and project context analysis
  • โšก Auto-Generated Shortcuts: Automatically creates /start, /checkpoint, and /end Claude Code slash commands

๐Ÿง  Intelligence Features (Unique to Session Buddy)

Session Buddy includes industry-first intelligent knowledge capture and sharing features that transform how you work across projects:

๐Ÿ’ก Automatic Insights Capture & Injection

What It Does:

  • Automatically extracts educational insights from your conversations using deterministic pattern matching
  • Stores insights with semantic embeddings for intelligent retrieval
  • Prevents duplicate capture through SHA-256 content hashing
  • Makes insights available across sessions via semantic search

How It Works:

When you use explanatory mode (like this session!), Session Buddy automatically captures insights marked with the โ˜… Insight โ”€โ”€โ”€โ”€โ”€ delimiter:

Some explanation text.

`โ˜… Insight โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€`
Always use async/await for database operations to prevent blocking the event loop
`โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€`

More text here.

Multi-Point Capture Strategy:

  • Checkpoint Capture: Extracts insights during mid-session quality checkpoints
  • Session End Capture: Additional extraction when session ends
  • Deduplication: SHA-256 hashing prevents storing duplicate insights
  • Session-Level Tracking: Maintains hash set across entire session

Benefits:

  • โœ… Zero Configuration: Works automatically with explanatory mode
  • โœ… No Hallucination: Rule-based extraction (not AI-generated)
  • โœ… High Quality: Conservative capture (better to miss than to hallucinate)
  • โœ… Fast Performance: <50ms extraction, <20ms semantic search
  • โœ… Privacy-First: All processing done locally, no external APIs

Documentation: See docs/features/INSIGHTS_CAPTURE.md for complete details


๐ŸŒ Global Intelligence & Pattern Sharing

What It Does:

  • Share knowledge across related projects automatically
  • Track project dependencies (uses, extends, references, shares_code)
  • Search across all projects with dependency-aware ranking
  • Coordinate microservices, monorepo modules, or related repositories

How It Works:

Create groups of related projects and define their relationships:

# Create project group
group = ProjectGroup(
    name="microservices-app",
    projects=["auth-service", "user-service", "api-gateway"],
    description="Authentication and user management microservices",
)

# Define dependencies
deps = [
    ProjectDependency(
        source_project="user-service",
        target_project="auth-service",
        dependency_type="uses",
        description="User service depends on auth service for validation",
    ),
    ProjectDependency(
        source_project="api-gateway",
        target_project="user-service",
        dependency_type="extends",
        description="Gateway extends user service with rate limiting",
    ),
]

Cross-Project Search:

  • Search across related projects automatically
  • Results ranked by dependency relationships
  • Understand how solutions propagate across your codebase

Benefits:

  • โœ… Knowledge Reuse: Solutions found in one project help with related projects
  • โœ… Dependency Awareness: Understand how changes ripple across projects
  • โœ… Coordinated Development: Work effectively across multiple codebases
  • โœ… Semantic Understanding: Find patterns even when projects use different terminology

Use Cases:

  • Microservices: Coordinate related services with shared patterns
  • Monorepos: Manage multiple packages/modules in one repository
  • Multi-Repo: Track patterns across separate but related repositories

๐Ÿš€ Automatic Session Management

For Git Repositories:

  • โœ… Automatic initialization when Claude Code connects
  • โœ… Automatic cleanup when session ends (quit, crash, or network failure)
  • โœ… Intelligent auto-compaction during checkpoints
  • โœ… Zero manual intervention required

For Non-Git Projects:

  • ๐Ÿ“ Use /start for manual initialization
  • ๐Ÿ“ Use /end for manual cleanup
  • ๐Ÿ“ Full session management features available on-demand

The server automatically detects git repositories and provides seamless session lifecycle management with crash resilience and network failure recovery. Non-git projects retain manual control for flexible workflow management.

Session Lifecycle Visualization

stateDiagram-v2
    [*] --> GitRepo: Claude Code Connects
    [*] --> ManualInit: Non-Git Project

    GitRepo --> AutoStart: Auto-detect Git
    AutoStart: Initialize Session
    AutoStart --> Working: Development

    ManualInit --> ManualStart: User runs /start
    ManualStart: Initialize Session
    ManualStart --> Working: Development

    state Working {
        [*] --> Active
        Active --> Checkpoint: /checkpoint
        Checkpoint --> Active: Continue Work
        Active --> Monitoring: Track Quality
        Monitoring --> Active
    }

    Working --> AutoEnd: Disconnect/Quit
    Working --> ManualEnd: User runs /end

    AutoEnd: Auto Cleanup
    AutoEnd --> [*]: Session Handoff

    ManualEnd: Manual Cleanup
    ManualEnd --> [*]: Session Handoff

    note right of AutoStart
        Automatic Features:
        - UV sync
        - Project analysis
        - Setup .claude/
        - Create shortcuts
    end note

    note right of AutoEnd
        Crash Resilient:
        - Any disconnect
        - Network failure
        - System crash
        All handled gracefully
    end note

Git Repository Auto-Management Flow

flowchart TD
    Start([Claude Code Connects]) --> Detect{Git Repo?}

    Detect -->|Yes| AutoInit[Auto-Initialize]
    Detect -->|No| Manual{User runs /start?}

    AutoInit --> Setup[Session Setup]
    Setup --> UV[UV Sync]
    UV --> Analysis[Project Analysis]
    Analysis --> CreateDir[Create .claude/]
    CreateDir --> Shortcuts[Create Shortcuts]
    Shortcuts --> Ready([Session Ready])

    Manual -->|Yes| ManualInit[/start Command]
    Manual -->|No| Idle([No Session])
    ManualInit --> Ready

    Ready --> Work[Development Work]
    Work --> Checkpoint{Mid-session?}
    Checkpoint -->|Yes| Compact[Auto-Compact Context]
    Checkpoint -->|No| Continue{Continue?}
    Compact --> Work
    Continue -->|Yes| Work
    Continue -->|No| End

    Work --> End{Disconnect?}
    End -->|Yes| AutoCleanup[Auto Cleanup]
    End -->|No| Work

    AutoCleanup --> Handoff[Create Handoff Doc]
    Handoff --> Complete([Session Complete])

    Idle --> Manual
    Manual --> Complete

    style AutoInit fill:#c8e6c9
    style AutoCleanup fill:#c8e6c9
    style ManualInit fill:#fff9c4
    style Ready fill:#b2dfdb
    style Complete fill:#ffccbc

Available MCP Tools

This server provides 85+ specialized tools organized into 12 functional categories. For a complete list of tools, see the MCP Tools Reference.

๐ŸŽ‰ Phase 4 Analytics Tools (NEW!)

Real-Time Monitoring:

  • get_real_time_metrics - Get top skills by usage with live dashboard data
  • detect_anomalies - Detect performance anomalies using Z-score analysis

Advanced Analytics:

  • get_skill_trend - Analyze skill effectiveness trends over time
  • get_collaborative_recommendations - Get personalized recommendations from similar users
  • get_community_baselines - Compare user performance vs global community
  • get_skill_dependencies - Explore skill co-occurrence patterns

๐Ÿง  Intelligence Tools (What Makes Session Buddy Unique)

Insights Management:

  • search_insights - Search captured insights by topic or query with semantic matching
  • insights_statistics - View statistics about captured insights (types, topics, confidence scores)
  • Wildcard search with * to view all captured insights

Multi-Project Coordination:

  • create_project_group - Create groups of related projects for coordinated development
  • add_project_dependency - Track relationships between projects (uses, extends, references)
  • search_across_projects - Search across all projects with dependency-aware ranking
  • get_project_insights - Get cross-project insights and collaboration opportunities

Team Collaboration:

  • create_team - Create teams for knowledge sharing
  • search_team_knowledge - Search across team reflections with access control
  • get_team_statistics - View team activity and contribution metrics
  • vote_on_reflection - Upvote/downvote team reflections for quality filtering

Core Session Management

  • start - Comprehensive session initialization with project analysis and memory setup
  • checkpoint - Mid-session quality assessment with workflow analysis
  • end - Complete session cleanup with learning capture
  • status - Current session overview with health checks

Memory & Conversation Search

  • store_reflection - Store insights with tagging and embeddings
  • quick_search - Fast overview search with count and top results
  • search_summary - Aggregated insights without individual result details
  • get_more_results - Pagination support for large result sets
  • search_by_file - Find conversations tied to a specific file
  • search_by_concept - Semantic search by concept with optional file context

Knowledge Graph (DuckPGQ)

  • Entity and relationship management for project knowledge
  • SQL/PGQ graph queries for complex relationship analysis
  • See Oneiric Migration Guide

All tools use local processing for privacy, with DuckDB vector storage (FLOAT[384] embeddings) and ONNX-based semantic search requiring no external API calls.

๐Ÿš€ Integration with Crackerjack

Session Buddy includes deep integration with Crackerjack, the AI-driven Python development platform:

Key Features:

  • ๐Ÿ“Š Quality Metrics Tracking: Automatically captures and tracks quality scores over time
  • ๐Ÿงช Test Result Monitoring: Learns from test patterns, failures, and successful fixes
  • ๐Ÿ” Error Pattern Recognition: Remembers how specific errors were resolved and suggests solutions

Example Workflow:

  1. ๐Ÿš€ Session Buddy start - Sets up your session with accumulated context from previous work
  2. ๐Ÿ”ง Crackerjack runs quality checks and applies AI agent fixes to resolve issues
  3. ๐Ÿ’พ Session Buddy captures successful patterns and error resolutions
  4. ๐Ÿง  Next session starts with all accumulated knowledge

For detailed information on Crackerjack integration, see Crackerjack Integration Guide.

Installation

From Source

# Clone the repository
git clone https://github.com/lesleslie/session-buddy.git
cd session-buddy

# Install with all dependencies (development + testing)
uv sync --group dev

# Or install minimal production dependencies only
uv sync

# Or use pip (for production only)
pip install session-buddy

MCP Configuration

Add to your project's .mcp.json file:

{
  "mcpServers": {
    "session-buddy": {
      "command": "python",
      "args": ["-m", "session_buddy.server"],
      "cwd": "/path/to/session-buddy",
      "env": {
        "PYTHONPATH": "/path/to/session-buddy"
      }
    }
  }
}

Alternative: Use Script Entry Point

If installed with pip/uv, you can use the script entry point:

{
  "mcpServers": {
    "session-buddy": {
      "command": "session-buddy",
      "args": [],
      "env": {}
    }
  }
}

Dependencies: Requires Python 3.13+. For a complete list of dependencies, see pyproject.toml.

๐Ÿง  Setting Up Semantic Search (Optional)

Session Buddy includes semantic search capabilities using local AI embeddings with no external API dependencies.

Current Status:

  • โœ… Text Search: Works out of the box (fast, keyword-based)
  • โœ… Semantic Search: Works with ONNX model (no PyTorch required!)

For Text Search (Default): No additional setup needed! The system uses full-text search with FTS5 for fast, accurate results.

For Semantic Search (Optional):

The system uses pre-converted ONNX models for efficient semantic search without requiring PyTorch:

# Download the pre-converted ONNX model (one-time setup)
python scripts/download_embedding_model.py

This downloads the Xenova/all-MiniLM-L6-v2 model (~100MB) which includes:

  • Pre-converted ONNX model (no PyTorch needed!)
  • 384-dimensional embeddings for semantic similarity
  • Fast CPU inference with ONNX Runtime

Note: Text search is highly effective and recommended for most use cases. Semantic search provides enhanced conceptual matching by understanding meaning beyond keywords.

Usage

Once configured, the following slash commands become available in Claude Code:

Primary Session Commands:

  • /session-buddy:start - Full session initialization
  • /session-buddy:checkpoint - Quality monitoring checkpoint with scoring
  • /session-buddy:end - Complete session cleanup with learning capture
  • /session-buddy:status - Current status overview with health checks

Auto-Generated Shortcuts: After running /session-buddy:start once, these shortcuts are automatically created:

  • /start โ†’ /session-buddy:start
  • /checkpoint [name] โ†’ /session-buddy:checkpoint
  • /end โ†’ /session-buddy:end

These shortcuts are created in ~/.claude/commands/ and work across all projects

Memory & Search Commands:

  • /session-buddy:quick_search - Fast search with overview results
  • /session-buddy:search_summary - Aggregated insights without full result lists
  • /session-buddy:get_more_results - Paginate search results
  • /session-buddy:search_by_file - Find results tied to a specific file
  • /session-buddy:search_by_concept - Semantic search by concept
  • /session-buddy:search_code - Search code-related conversations
  • /session-buddy:search_errors - Search error and failure discussions
  • /session-buddy:search_temporal - Search using time expressions
  • /session-buddy:store_reflection - Store important insights with tagging
  • /session-buddy:reflection_stats - Stats about the reflection database

For running the server directly in development mode:

python -m session_buddy.server
# or
session-buddy

Memory System

Built-in Conversation Memory:

  • Local Storage: DuckDB database at ~/.claude/data/reflection.duckdb
  • Embeddings: Local ONNX models for semantic search (no external API needed)
  • Privacy: Everything runs locally with no external dependencies
  • Cross-Project: Conversations tagged by project context for organized retrieval

Search Capabilities:

  • Semantic Search: Vector similarity matching with customizable thresholds
  • Time Decay: Recent conversations prioritized in results
  • Filtering: Search by project context or across all projects

Data Storage

This server manages its data locally in the user's home directory:

  • Memory Storage: ~/.claude/data/reflection.duckdb
  • Session Logs: ~/.claude/logs/
  • Configuration: Uses pyproject.toml and environment variables

Recommended Session Workflow

  1. Initialize Session: /session-buddy:start - Sets up project context, dependencies, and memory system
  2. Monitor Progress: /session-buddy:checkpoint (every 30-45 minutes) - Quality scoring and optimization
  3. Search Past Work: /session-buddy:quick_search or /session-buddy:search_summary - Find relevant past conversations and solutions
  4. Store Important Insights: /session-buddy:store_reflection - Capture key learnings for future sessions
  5. End Session: /session-buddy:end - Final assessment, learning capture, and cleanup

Benefits

๐Ÿง  Intelligence & Knowledge Sharing (Unique to Session Buddy)

  • Automatic Insights Capture: Extracts educational insights from conversations without manual effort
  • Semantic Pattern Discovery: Find related insights across sessions using vector embeddings
  • Cross-Project Learning: Share knowledge between related projects automatically
  • Dependency Awareness: Understand how solutions propagate across your codebase
  • Team Knowledge Base: Collaborative filtering and voting for best practices
  • No Hallucination: Rule-based extraction ensures only high-quality insights are captured

Comprehensive Coverage

  • Session Quality: Real-time monitoring and optimization
  • Memory Persistence: Cross-session conversation retention
  • Project Structure: Context-aware development workflows

Reduced Friction

  • Single Command Setup: One /session-buddy:start sets up everything
  • Local Dependencies: No external API calls or services required
  • Intelligent Permissions: Reduces repeated permission prompts
  • Automated Workflows: Structured processes for common tasks

Enhanced Productivity

  • Quality Scoring: Guides session effectiveness
  • Built-in Memory: Enables building on past work automatically
  • Project Templates: Accelerates development setup
  • Knowledge Persistence: Maintains context across sessions

Documentation

Complete documentation is available in the docs/ directory:

๐Ÿง  Intelligence Features (What Makes Session Buddy Unique)

  • Intelligence Features Quick Start โญ Start Here - 5-minute practical guide

    • Automatic insights capture (how to use โ˜… Insight โ”€โ”€โ”€โ”€โ”€ delimiters)
    • Cross-project intelligence (group related projects)
    • Team collaboration (shared knowledge with voting)
    • Advanced search techniques (semantic, faceted, temporal)
    • Configuration and troubleshooting
  • Insights Capture & Deduplication โญ Deep Dive

    • Automatic extraction of educational insights from conversations
    • Multi-point capture strategy (checkpoint + session end)
    • SHA-256 deduplication to prevent duplicate insights
    • Semantic search with wildcard support
    • Complete test coverage (62/62 tests passing)
    • Architecture and implementation details

User Documentation

Developer Documentation

Feature Guides

Reference

  • Reference - MCP schemas and command references

Troubleshooting

Common Issues:

  • Memory/embedding issues: Ensure all dependencies are installed with uv sync
  • Path errors: Verify cwd and PYTHONPATH are set correctly in .mcp.json
  • Permission issues: Remove ~/.claude/sessions/trusted_permissions.json to reset trusted operations

Debug Mode:

# Run with verbose logging
PYTHONPATH=/path/to/session-buddy python -m session_buddy.server --debug

For more detailed troubleshooting guidance, see Configuration Guide or Quick Start Guide.

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

session_buddy-0.14.5.tar.gz (6.5 MB view details)

Uploaded Source

Built Distribution

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

session_buddy-0.14.5-py3-none-any.whl (3.3 MB view details)

Uploaded Python 3

File details

Details for the file session_buddy-0.14.5.tar.gz.

File metadata

  • Download URL: session_buddy-0.14.5.tar.gz
  • Upload date:
  • Size: 6.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for session_buddy-0.14.5.tar.gz
Algorithm Hash digest
SHA256 b0db8c593e0cf47f1c0cb2176c35d20f43eff6f40b4b189e9fad386c4ff751b7
MD5 a07ddd90081fb11cdf6063cfea617161
BLAKE2b-256 1013700d6033717f067861b12e19d859af0f5d9901b4b2db60b8630b26248ee1

See more details on using hashes here.

File details

Details for the file session_buddy-0.14.5-py3-none-any.whl.

File metadata

  • Download URL: session_buddy-0.14.5-py3-none-any.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for session_buddy-0.14.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ffab8f6033612fd8e6363e3952255becc031d4e178998e9949951d7e87eb05e3
MD5 f2251b8e02c95b4df7cec9bba93acc63
BLAKE2b-256 a005d01d7054b88b019de184bc4971e9556404aa4aa8b9c3c32627ee160aa4d0

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