Metadata-Version: 2.0
Name: graphene-extensions
Version: 0.1.0b4
Summary: GraphQL framework for django
Home-page: https://github.com/karol-gruszczyk/graphene-extenstions/
Author: Karol Gruszczyk
Author-email: karol.gruszczyk@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: graphql framework django relay graphene
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.6
Requires-Dist: graphene (>=2.0<3)
Requires-Dist: django (>=1.10<2)

graphene-extenstions
====================

.. image:: https://travis-ci.org/karol-gruszczyk/graphene-extenstions.svg?branch=master
    :target: https://travis-ci.org/karol-gruszczyk/graphene-extenstions
    :alt: Build

.. image:: https://coveralls.io/repos/github/karol-gruszczyk/graphene-extenstions/badge.svg?branch=master
    :target: https://coveralls.io/github/karol-gruszczyk/graphene-extenstions?branch=master
    :alt: Coverage


Goal of this library is to make development on graphene a lot simpler
and quicker, which means less boiler plate and more flexibility.

Requirements
------------

-  Python 3.6+
-  graphene 2.0+
-  Django 1.10+

More info
---------

`GitHub <https://github.com/karol-gruszczyk/graphene-extenstions/>`__


