Metadata-Version: 2.4
Name: clone-subdir
Version: 0.1.1
Summary: Add your description here
Requires-Python: >=3.10
Description-Content-Type: text/markdown

usage for your case:

```bash
python clone_subdir.py \
  https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents/a2a-mcp-without-framework
```

this will create a local directory:

```text
./a2a-mcp-without-framework
```

if you want a custom name:

```bash
python clone_subdir.py \
  https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents/a2a-mcp-without-framework \
  my-agent-example
```
