LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
docs/conf.py
docs/index.rst
examples/README.md
examples/_shared.py
examples/pirate_greeting.py
examples/readme_bridge_contrast.py
examples/rewrite_technical_passage.py
scripts/check_documentation.py
src/smallwords/__init__.py
src/smallwords/_constraints.py
src/smallwords/_spec_utils.py
src/smallwords/_variant_data.py
src/smallwords/grammar_builder.py
src/smallwords/input_words.py
src/smallwords/json_schema.py
src/smallwords/prompts.py
src/smallwords/py.typed
src/smallwords/remix.py
src/smallwords/resources.py
src/smallwords/types.py
src/smallwords/validation.py
src/smallwords/variants.py
src/smallwords/wordlists.py
src/smallwords.egg-info/PKG-INFO
src/smallwords.egg-info/SOURCES.txt
src/smallwords.egg-info/dependency_links.txt
src/smallwords.egg-info/requires.txt
src/smallwords.egg-info/top_level.txt
src/smallwords/data/__init__.py
src/smallwords/data/basic_english_850.txt
src/smallwords/data/moby_freq_alpha_898.txt
src/smallwords/data/special_english_1475.txt
src/smallwords/themes/__init__.py
src/smallwords/themes/caveman.py
src/smallwords/themes/pirate.py
tests/test_basics.py
tests/test_examples.py
tests/test_package_surface.py
tests/test_prompt_helpers.py
tests/test_schema.py
tests/test_wordlists.py