pyquery-ql
latest

Contents:

  • Introduction
    • What is pyquery-ql?
    • Why create a lightweight GraphQL client for Python?
  • Getting Started
    • Installation
    • Usage
  • Notes about GraphQL
    • GraphQL basics
    • GraphQL Client needs
    • GraphQL spec

Example notebooks:

  • test-request
    • Report: Last 5 issues for a repo
  • Use pyquery-ql.py with files
    • Make request and create json and csv files
    • Reports
  • Repo report: last n issues
    • Report: Last 5 issues for a repo
  • Use pyquery-ql.py with files to find most recent issues
    • Make request and create json and csv files
    • Reports
pyquery-ql
  • Docs »
  • Welcome to pyquery-ql
  • Edit on GitHub
Next

Welcome to pyquery-ql¶

Query GitHub API v4 using pyquery-ql a lightweight GraphQL client.

Contents:

  • Introduction
    • What is pyquery-ql?
    • Why create a lightweight GraphQL client for Python?
  • Getting Started
    • Installation
    • Usage
  • Notes about GraphQL
    • GraphQL basics
    • GraphQL Client needs
    • GraphQL spec

Some sample notebooks demonstrate how to use GitHub GraphQL, Jupyter notebooks, and pandas with Python 3.6.

Example notebooks:

  • test-request
    • Report: Last 5 issues for a repo
  • Use pyquery-ql.py with files
    • Make request and create json and csv files
    • Reports
  • Repo report: last n issues
    • Report: Last 5 issues for a repo
  • Use pyquery-ql.py with files to find most recent issues
    • Make request and create json and csv files
    • Reports

License¶

MIT

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2017, Carol Willing. Revision fee0ba5e.

Built with Sphinx using a theme provided by Read the Docs.