LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/best_of/__init__.py
src/best_of/_about.py
src/best_of/_cli.py
src/best_of/default_config.py
src/best_of/generator.py
src/best_of/license.py
src/best_of/projects_collection.py
src/best_of/utils.py
src/best_of/yaml_generation.py
src/best_of.egg-info/PKG-INFO
src/best_of.egg-info/SOURCES.txt
src/best_of.egg-info/dependency_links.txt
src/best_of.egg-info/entry_points.txt
src/best_of.egg-info/not-zip-safe
src/best_of.egg-info/requires.txt
src/best_of.egg-info/top_level.txt
src/best_of/generators/__init__.py
src/best_of/generators/base_generator.py
src/best_of/generators/markdown_gallery.py
src/best_of/generators/markdown_list.py
src/best_of/integrations/__init__.py
src/best_of/integrations/base_integration.py
src/best_of/integrations/conda_integration.py
src/best_of/integrations/dockerhub_integration.py
src/best_of/integrations/github_integration.py
src/best_of/integrations/gitlab_integration.py
src/best_of/integrations/libio_integration.py
src/best_of/integrations/maven_integration.py
src/best_of/integrations/npm_integration.py
src/best_of/integrations/pypi_integration.py