Metadata-Version: 2.0
Name: graphqlpy
Version: 0.0.1
Summary: A humble attempt at a library generating GraphQL queries programatically.
Home-page: https://github.com/seporaitis/graphqlpy
Author: Julius Seporaitis
Author-email: julius@seporaitis.net
License: MIT
Keywords: graphql
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6

=========
graphqlpy
=========

.. image:: https://img.shields.io/pypi/v/package.svg
        :target: https://pypi.python.org/pypi/graphqlpy

.. image:: https://img.shields.io/travis/seporaitis/package/master.svg
        :target: https://travis-ci.org/seporaitis/graphqlpy

A humble attempt at a library generating GraphQL queries programatically.

Features
--------

This is currently a proof of concept.


Example
-------

Some properties that can be accessed.

.. code-block:: python

    >>> import this




History
-------

PENDING
-------

* Change one
* Change two


