Metadata-Version: 2.1
Name: bolor
Version: 0.2.6
Summary: Local LLM-based code repair tool with self-healing capabilities
Home-page: UNKNOWN
Author: Bolorerdene Bundgaa
Author-email: hi@photoxpedia.studio
License: MIT
Keywords: code-fix,debugging,llm,phi-2,repair,bug-fix
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Debuggers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ctransformers>=0.2.0
Requires-Dist: langchain>=0.0.208
Requires-Dist: chromadb>=0.4.0
Requires-Dist: rich>=13.0.0
Requires-Dist: astunparse>=1.6.3
Requires-Dist: typer>=0.9.0
Requires-Dist: pytest>=7.0.0
Requires-Dist: urllib3<2.0.0,>=1.26.0
Requires-Dist: charset-normalizer<3.0.0,>=2.0.0
Requires-Dist: requests<3.0.0,>=2.25.0


    Bolor is a local LLM-based code repair tool with self-healing capabilities.
    It can scan codebases for issues, fix detected problems, and generate code from natural language descriptions.
    The tool is designed to work locally without requiring an internet connection.

    ## Key Features

    - **Code Scanning**: Scan your code for issues and get suggestions for improvements
    - **Code Generation**: Generate code from natural language prompts
    - **Local Operation**: Works offline with local models

    ## Commands

    - `bolor update` - Download or update local GGUF models
    - `bolor check <file>` - Analyze a file and suggest fixes
    - `bolor explain <file>` - Explain what the code does using LLM
    - `bolor optimize <file>` - Optimize code for better performance or readability
    - `bolor document <file>` - Add or improve documentation in code
    - `bolor config` - Configure Bolor settings
    

