Skip to content

Repository files navigation

githubgql

Python library for GraphQL API interactions on Github Actions.

Basic example:

fromgithubgqlimportgithubgqlQUERY="""query {  repository(owner: "github", name: "docs") { name }}"""token=os.environ.get('BOT_TOKEN', None)
result=githubgql.graphql(QUERY, token)

More detailed examples are present in the source.

Packaged using tutorial on packaging.python.org. Uses gh-action-pypi-publish for automatic publishing.

About

Python library for GraphQL API actions on Github

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages