- Fix keywords.split() error by handling None values properly - Fix text_data join error in _categorize_package function - Add null safety to prevent 'NoneType' object has no attribute 'split' errors - Replace .get() with default empty strings with .get() or '' pattern All package recommendation functions now handle missing/null metadata gracefully |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| analytics.py | ||
| community.py | ||
| compatibility_check.py | ||
| dependency_resolver.py | ||
| discovery.py | ||
| download_stats.py | ||
| metadata.py | ||
| package_downloader.py | ||
| package_query.py | ||
| publishing.py | ||
| search.py | ||
| workflow.py | ||