in mozilla_schema_generator/glean_ping.py [0:0]
def get_repos():
"""
Retrieve metadata for all non-library Glean repositories
"""
repos = GleanPing._get_json(GleanPing.repos_url)
return [repo for repo in repos if "library_names" not in repo]