gitextract_6qdfimih/ ├── .gitignore ├── LICENSE ├── Pipfile ├── README.md ├── run_tests.sh ├── setup.py └── textpack/ ├── __init__.py ├── tests/ │ └── test_tp.py └── tp.py