A single set is exposed, containing the reserved names:
>>> import github_reserved_names
>>> "sponsors" in github_reserved_names.ALL
TrueThe source of this data is the npm github-reserved-names project
This module attempts to provide a mirror of that project as a Python module.
If you feel a path is missing, please file a pull request upstream and it will be pulled in here.