-
v0.1.0 - Initial Release
Stablereleased this
2026-01-30 04:52:03 +00:00 | 0 commits to main since this releaseInitial 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 stubgenQuick 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-runKnown Issues
This is an early alpha release. Report issues at the repository.
Downloads