feat: improve get_top_downloaded_packages with robust fallback system
- Add curated popular packages database with 100+ packages - Implement GitHub API integration for real-time popularity metrics - Create multi-tier fallback strategy (live API -> curated -> enhanced) - Add period scaling and realistic download estimates - Provide rich metadata with categories and descriptions
This commit is contained in:
parent
146952f404
commit
530d1ba51b
8 changed files with 1159 additions and 78 deletions
1
pypi_query_mcp/data/__init__.py
Normal file
1
pypi_query_mcp/data/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""Data module for PyPI package information."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue