Skip to main content

Software Module Outline & Organization Summary Helper

Project description

smoosh: Software Module Outline & Organization Summary Helper

smoosh is a Python tool that helps developers understand and work with Python packages by generating LLM-optimized summaries of package structure, dependencies, and patterns. It creates compressed yet meaningful representations that can be effectively used in LLM prompts for package understanding and troubleshooting.

Features

  • Intelligent Package Analysis: Parse and analyze Python packages using AST to understand structure, relationships, and patterns
  • Smart Compression: Generate compact package representations while preserving essential information
  • LLM-Optimized Output: Create summaries specifically formatted for effective use with Language Models
  • Flexible Output Formats: Export summaries in JSON, YAML, Markdown, or custom LLM formats
  • Command Line Interface: Easy-to-use CLI for quick package analysis

Installation

pip install smoosh

Quick Start

Analyze a Python package and generate a summary:

smoosh /path/to/package

Generate a focused API summary:

smoosh /path/to/package --focus api

Export to specific format:

smoosh /path/to/package --format json --output summary.json

Configuration

Create a smoosh.yaml in your project root:

analysis:
  exclude_patterns: ['tests/*', '**/__pycache__/*']
  max_depth: 3
  focus: ['api', 'structure', 'patterns']

compression:
  level: medium  # low, medium, high
  custom_patterns:
    df_ops: "standard pandas operations"
    api_call: "external service request/response"

output:
  format: json
  include_schema: true
  max_tokens: 1000

Key Components

Code Analyzer

  • AST-based Python file parsing
  • Function and class relationship mapping
  • Dependency analysis
  • Pattern detection

Compression Engine

  • Intelligent type abbreviation
  • Pattern reference system
  • Call chain compression
  • Reference deduplication

Summary Generator

  • Multiple output format support
  • Customizable summary types
  • LLM-optimized formatting

CLI Options

Options:
  --focus TEXT          Analysis focus (api, structure, patterns)
  --format TEXT         Output format (json, yaml, markdown, llm)
  --output FILE        Output file path
  --compression-level  Compression level (low, medium, high)
  --to-clipboard       Copy output to clipboard
  --help              Show this message and exit

Example Output

package:
  name: "example_pkg"
  structure:
    modules: ["core", "utils", "api"]
    patterns:
      p1: "DataFrame processor"
      p2: "Data validation"

  api:
    core:
      - "process_data(df: DataFrame) -> DataFrame"
      - "validate_input(D[s, Any]) -> bool"
    utils:
      - "load_config(path: s) -> Config"

Development

  1. Clone the repository:
git clone https://github.com/yourusername/smoosh.git
cd smoosh
  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # or `venv\Scripts\activate` on Windows
  1. Install development dependencies:
pip install -e ".[dev]"
  1. Run tests:
pytest

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Built with Python's ast module for code analysis
  • Inspired by the need for better LLM-based code understanding tools

Roadmap

Future developments may include:

  • Snakemake pipeline analysis
  • Error pattern detection
  • IDE integration
  • Documentation generation
  • Learning path creation

Support

For questions and support, please open an issue in the GitHub repository.

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

smoosh-0.0.2.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

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

smoosh-0.0.2-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file smoosh-0.0.2.tar.gz.

File metadata

  • Download URL: smoosh-0.0.2.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for smoosh-0.0.2.tar.gz
Algorithm Hash digest
SHA256 7e0df1c3ccfe5dd046f3da43c43fe014b0ef2c9eee0cefebccb54ad12b2d8790
MD5 b0b5098dab338496d2384fa9cb172504
BLAKE2b-256 613639f6763a3114c6127506eb3d348820ddd229ce77581366e1b165893477fb

See more details on using hashes here.

File details

Details for the file smoosh-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: smoosh-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for smoosh-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 392586eb568db3ce758e3c9b8a41b629a5bc9b6af86430d1786aea1c684d22e0
MD5 c40008357ef436fa78cf4aec67aa769f
BLAKE2b-256 f2f5bb4f54f86c3a861624092b7a594e7c77c21f6cad920734ce999ca555aaa1

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