pypi-query-mcp/pypi_query_mcp/core
longhao 3d9d7b4208 style: fix code formatting and linting issues
- Remove unused imports in stats_client.py and download_stats.py
- Fix import sorting in test files
- Remove unnecessary f-strings in server.py and demo script
- Clean up whitespace and formatting issues
- Ensure all files pass ruff and isort checks

Signed-off-by: longhao <hal.long@outlook.com>
2025-05-27 21:22:18 +08:00
..
__init__.py feat: Complete PyPI Query MCP Server Implementation (#3) 2025-05-27 11:14:49 +08:00
dependency_parser.py style: fix code formatting and linting issues 2025-05-27 19:06:18 +08:00
exceptions.py fix: correct FastMCP interface usage and resolve lint issues 2025-05-27 13:44:28 +08:00
pypi_client.py feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00
stats_client.py style: fix code formatting and linting issues 2025-05-27 21:22:18 +08:00
version_utils.py feat: implement comprehensive configuration management system with multi-mirror support 2025-05-27 17:41:42 +08:00