INNER CODE UNIT · Python

main

futo-org/android-keyboard · tools/contributors.py:83

def main() -> None:
    # 1. languageContribs
    repo_root = Path(__file__).resolve().parent.parent

    # need to pull the private repo https://gitlab.futo.org/keyboard/keyboard-translations for email-based deduplication
    langs_map = translation_contribs(repo_root / "keyboard-translations")
    lang_lines = [
        f"{n} ({', '.join(sorted(langs))})" for n, langs in sorted(langs_map.items())
    ]

    # 2. layoutContribs
    layout_authors = sorted(merged_pr_authors("futo-org/futo-keyboard-layouts"))

    # 3. codeContribs
    code_authors = sorted(
        merged_pr_authors("futo-org/android-keyboard", label="PR Merged")
    )

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…