gitextract_t776byha/ ├── .github/ │ └── workflows/ │ └── python-app.yml ├── .gitignore ├── AUTHORS.rst ├── CHANGELOG.rst ├── COPYING ├── Dockerfile ├── INSTALL.rst ├── MANIFEST.in ├── Makefile ├── README.rst ├── mongotail/ │ ├── __init__.py │ ├── conn.py │ ├── err.py │ ├── jsondec.py │ ├── mongotail.py │ └── out.py ├── setup.cfg └── setup.py