gitextract_4ty4owtm/ ├── .coveragerc ├── .flake8 ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── feature_request.md │ └── workflows/ │ └── python-package.yml ├── .gitignore ├── .hgignore ├── .hgtags ├── .readthedocs.yaml ├── LICENSE.txt ├── MANIFEST.in ├── README.rst ├── docs/ │ ├── Makefile │ ├── _static/ │ │ └── sidebar.js │ ├── _templates/ │ │ └── page.html │ ├── conf.py │ ├── index.rst │ ├── requirements.txt │ └── spelling_wordlist.txt ├── gnupg.py ├── messages.json ├── package.json ├── pyproject.toml ├── release ├── setup.cfg ├── test_gnupg.py ├── test_pubring.gpg ├── test_secring.gpg └── tox.ini