Metadata-Version: 2.1
Name: gqt
Version: 0.13.0
Summary: GraphQL query builder.
Home-page: https://github.com/eerimoq/gqt
Author: Erik Moqvist
Author-email: erik.moqvist@gmail.com
License: MIT
License-File: LICENSE

GraphQL in the terminal
=======================

.. image:: docs/assets/showcase.gif

Installation
------------

.. code-block:: text

   pip3 install gqt
           
Ideas
-----

- Execute or print built query.

- Contols:

  - Use ``/`` to fuzzy find field.

- Variables?

- Pipe output to other programs? Possible when using curses? How to do it?
