gitextract_96tgavo2/ ├── .gitignore ├── .readthedocs.yaml ├── .travis.yml ├── LICENSE ├── MANIFEST.in ├── README.md ├── docs/ │ ├── .gitignore │ ├── Makefile │ ├── conf.py │ ├── index.rst │ └── make.bat ├── googlesearch/ │ └── __init__.py ├── requirements.txt ├── scripts/ │ └── google ├── setup.cfg └── setup.py