Initial commit: Add python-stub-generator project
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 04:51:39 +00:00
parent a0a079b1df
commit 3771b7b8c6

15
CHANGELOG.md Normal file
View File

@@ -0,0 +1,15 @@
# Changelog
## [0.1.0] - 2024-01-30
### Added
- Initial release of python-stub-generator
- Stub file generation from Python source files
- Recursive directory scanning
- Type inference engine
- Config file support (pyproject.toml, stubgen.toml)
- Interactive mode for type confirmation
- Output customization options
- CLI interface with click
- Comprehensive test suite