python-github3
python-github3 copied to clipboard
Converting `Repo` object?
I made a request for an organization's repositories, printed the result with the all() function, and got this:
[<Repo (express-file)>, <Repo (users)>]
How would I convert this so the result is
['express-file', 'users']