0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python807 forks (807 forks)batch import
help wantedwishlist
Repository metrics
- Stars
- 2,141 stars (2,141 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Code completion and help support for pyVmomi in pyCharm-like IDE. A similar effort should be possible for Eclipse.
Contributor guide
- Research direction
- Explore the pyVmomi codebase to understand the API structure, then create `.pyi` stub files for the main modules following PEP 484 conventions. Use tools like `stubgen` to automate initial stub generation and refine manually.
- Tech stack
- python
- Domain
- developer experienceapi
- Issue type
- Documentation
- Prerequisites
- PythonGit