Metadata-Version: 2.1
Name: django-uw-graphene
Version: 0.2
Summary: A Django app that extends the graphene interface and helpers
Home-page: https://gitlab.com/pmcoelho/django_uw_graphene
Author: Pedro Maia Coelho
Author-email: pmcoelho@protonmail.com
License: MIT
Description:   Django UW Graphene
        [![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org)
        
        ## Description
        
        This package extends the graphene-django interface for a streamlined query and mutation integration
        
        ## Installation
        
        1. Install: `pip install django-uw-graphene`
        2. add to INSTALLED_APPS:
        ```
            INSTALLED_APPS = [
                ...
                'uw_graphene',
            ]
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
