.gitignore
AUTHORS
LICENSE
MANIFEST.in
Makefile
README.md
dev-requirements.txt
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
src/randwords/__init__.py
src/randwords/entropy.py
src/randwords/words
src/randwords.egg-info/PKG-INFO
src/randwords.egg-info/SOURCES.txt
src/randwords.egg-info/dependency_links.txt
src/randwords.egg-info/entry_points.txt
src/randwords.egg-info/top_level.txt
src/randwords/cmd/__init__.py
src/randwords/cmd/randstring.py
src/randwords/cmd/randwords.py
src/randwords/tests/__init__.py
src/randwords/tests/test_entropy.py