.editorconfig
.gitignore
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
SECURITY.md
pyproject.toml
renovate.json
requirements.test.txt
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/FUNDING.yml
.github/boring-cyborg.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
cache/.gitignore
example/generate.py
src/zegie/__init__.py
src/zegie.egg-info/PKG-INFO
src/zegie.egg-info/SOURCES.txt
src/zegie.egg-info/dependency_links.txt
src/zegie.egg-info/not-zip-safe
src/zegie.egg-info/requires.txt
src/zegie.egg-info/top_level.txt
src/zegie/discover/__init__.py
src/zegie/post/__init__.py
src/zegie/post/from_link.py
src/zegie/post/from_topic.py
tests/__init__.py
tests/test_client.py