• v0.1.0 a6fe9e0532

    v0.1.0 - Initial Release
    Some checks failed
    CI / test (push) Failing after 10s
    Release / release (push) Failing after 13s
    Stable

    7000pctAUTO released this 2026-01-30 04:52:03 +00:00 | 0 commits to main since this release

    Initial Release

    Welcome to python-stub-generator v0.1.0!

    This initial release includes:

    • Stub file generation from Python source files
    • Recursive directory scanning
    • Type inference engine with multiple heuristics
    • Config file support (pyproject.toml, stubgen.toml)
    • Interactive mode for type confirmation
    • Comprehensive CLI interface

    Installation

    pip install stubgen
    

    Quick Start

    # Generate stubs for a single file
    stubgen path/to/module.py
    
    # Generate stubs for a directory
    stubgen path/to/package/ -o output/stubs/
    
    # Dry run to preview
    stubgen path/to/module.py --dry-run
    

    Known Issues

    This is an early alpha release. Report issues at the repository.

    Downloads