.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
./human_readable_id/__init__.py
./human_readable_id/api.py
./human_readable_id/cli.py
./human_readable_id/words/objects.txt
./human_readable_id/words/predicates.txt
.github/workflows/workflow.yml
bash/hrid.sh
bash/install.sh
bash/uninstall.sh
bash/tests/.gitkeep
human_readable_id/__init__.py
human_readable_id/api.py
human_readable_id/cli.py
human_readable_id.egg-info/PKG-INFO
human_readable_id.egg-info/SOURCES.txt
human_readable_id.egg-info/dependency_links.txt
human_readable_id.egg-info/entry_points.txt
human_readable_id.egg-info/requires.txt
human_readable_id.egg-info/top_level.txt
human_readable_id/words/objects.txt
human_readable_id/words/predicates.txt
tests/test_sample.py