Simple Python github library to push/pull files?

Malcolm Greene python at bdurham.com
Tue Jan 28 11:36:02 EST 2020


Any recommendations on a library providing a simple interface to Github for basic push/pull type of actions? I know there's a native GitHub RESTful API but wondering if anyone has placed a friendly Python wrapper on top of that interface? PyGithub supports a rich set of actions, but doesn't appear to provide support to push/pull files to/from a repo.

Thank you,
Malcolm


More information about the Python-list mailing list