gitextract_1pfsqkt6/ ├── .flake8 ├── LICENSE.md ├── README.md ├── VERSION ├── distribution ├── distribution.py ├── distributionrc └── tests/ ├── runTests.sh ├── stderr.01.expected.txt ├── stderr.02.expected.txt ├── stderr.03.expected.txt ├── stderr.04.expected.txt ├── stderr.05.expected.txt ├── stderr.06.expected.txt ├── stderr.07.expected.txt ├── stdin.01.txt ├── stdin.02.txt ├── stdin.03.txt ├── stdin.04.txt ├── stdout.01.expected.txt ├── stdout.02.expected.txt ├── stdout.03.expected.txt ├── stdout.04.expected.txt ├── stdout.05.expected.txt ├── stdout.06.expected.txt └── stdout.07.expected.txt