Understand the Sniffly repository structure
mainThe Sniffly repository is organized into several key areas:
sniffly/: The core Python package containing the CLI, FastAPI server, log processing logic (core/), API endpoints (api/), and utility modules (utils/).sniffly-site/: A static site used for sharing dashboards, including Cloudflare Pages Functions and assets for rendering shared views.docs/: Comprehensive documentation covering CLI references, log structures, pricing models, and technical specifications.tests/: The test suite covering CLI, deduplication, performance, and core modules.scripts/& Root Analysis Scripts: Utility scripts for starting local servers and performing specific data analysis (e.g.,analyze_response_times.py).assets/: Branding and logos for Sniffly and Lemongrass.