Metadata-Version: 1.1
Name: wickedql
Version: 0.0.1
Summary: Wicked Cool GraphQL Library for Python
Home-page: https://github.com/wickedql/wickedql
Author: WickedQL
Author-email: admin@penny-api.com
License: MIT
Description-Content-Type: UNKNOWN
Description: # wickedql
        
        Wicked cool python tools for GraphQL
        
        <a href='https://codecov.io/github/wickedql/wickedql/'><img src='https://codecov.io/github/wickedql/wickedql/branch/master/graph/badge.svg' align="right" /></a>
        <a href='https://travis-ci.org/wickedql/wickedql'><img src='https://img.shields.io/travis/wickedql/wickedql.svg' align="right" /></a>
        <a href='https://pypi.python.org/pypi/wickedql'><img src='https://img.shields.io/pypi/v/wickedql.svg' align="right" /></a>
        
        ## Usage
        
        ## Installation
        
        ```
        pip install wickedql
        ```
        
        ## Setup development environment
        
        If you want to work on this project, you need setup your development
        environment using the following commands.
        
        ```
        $ pip install pipenv
        $ pipenv install --dev
        $ pipenv shell
        ```
        
        ## License
        
        "wickedql" is licensed under the MIT license. For more information see LICENSE.
        
        ## Changelog
        
        ### 0.0.1
        
         * Initial commit.
        
        ## Contributors
        
         * WickedQL
        
Keywords: wickedql
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
