If you just want to get the project running fast on Windows, use the installation command below first. After that, continue with the project-specific setup, configuration, and usage sections. Then ...
claude-code-python/ ├── tool/ # Tool System (Registry Pattern) │ ├── base.py # Tool abstract class + Permission model │ ├── registry.py # Global ToolRegistry │ └── builtin/ # Built-in tool ...