MANIFEST.in
README.md
setup.py
seed_otp/__init__.py
seed_otp/crypto.py
seed_otp/generate.py
seed_otp/main.py
seed_otp/words.py
seed_otp.egg-info/PKG-INFO
seed_otp.egg-info/SOURCES.txt
seed_otp.egg-info/dependency_links.txt
seed_otp.egg-info/entry_points.txt
seed_otp.egg-info/requires.txt
seed_otp.egg-info/top_level.txt
seed_otp/wordlists/chinese_simplified.txt
seed_otp/wordlists/chinese_traditional.txt
seed_otp/wordlists/english.txt
seed_otp/wordlists/french.txt
seed_otp/wordlists/italian.txt
seed_otp/wordlists/japanese.txt
seed_otp/wordlists/korean.txt
seed_otp/wordlists/spanish.txt
tests/__init__.py
tests/test_cli.py
tests/test_crypto.py
tests/test_encoding.py