gitextract_g20eikyr/ ├── .flake8 ├── .flake8-tests ├── .github/ │ └── workflows/ │ └── lint_python.yml ├── .gitignore ├── .pre-commit-hooks.yaml ├── LICENSE ├── MANIFEST.in ├── README.md ├── mypy.ini ├── setup.py ├── src/ │ ├── com2ann.py │ ├── test_cli.py │ └── test_com2ann.py └── test-requirements.txt