gitextract_bs22qwwk/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .travis.yml ├── HISTORY.rst ├── LICENSE ├── MANIFEST.in ├── Makefile ├── README.md ├── README.rst ├── examples/ │ └── randomuser-sqlite.py ├── records.py ├── requirements.txt ├── setup.py ├── tests/ │ ├── __init__.py │ ├── conftest.py │ ├── test_105.py │ ├── test_69.py │ ├── test_records.py │ └── test_transactions.py └── tox.ini