.env.example
.gitignore
LICENSE
PUBLISH.md
README.md
SKILL.md
config.json
example.config.json
pyproject.toml
release.sh
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/test.yml
src/drupaltools_tip_generator.egg-info/PKG-INFO
src/drupaltools_tip_generator.egg-info/SOURCES.txt
src/drupaltools_tip_generator.egg-info/dependency_links.txt
src/drupaltools_tip_generator.egg-info/entry_points.txt
src/drupaltools_tip_generator.egg-info/requires.txt
src/drupaltools_tip_generator.egg-info/top_level.txt
src/tip_generator/MANIFEST.in
src/tip_generator/__init__.py
src/tip_generator/config.json
src/tip_generator/url_cache.py
src/tip_generator/viewer.py
src/tip_generator/static/style.css
src/tip_generator/templates/about.html
src/tip_generator/templates/index.html
static/style.css
templates/about.html
templates/index.html
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_paths.py
tests/test_pure.py
tests/test_tip_parsing.py
tests/test_tip_storage.py
tests/test_url_cache.py
tests/test_viewer.py