Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abawchen/graphenize

A cli tool to auto-generate Graphene model from json data
https://github.com/abawchen/graphenize

cli graphene graphql json

Last synced: 4 months ago
JSON representation

A cli tool to auto-generate Graphene model from json data

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/abawchen/graphenize.svg?branch=master)](https://travis-ci.org/abawchen/graphenize) [![Coverage Status](https://coveralls.io/repos/github/abawchen/graphenize/badge.svg?branch=master)](https://coveralls.io/github/abawchen/graphenize?branch=master)

# Graphenize

A command line tool to auto-generate Graphene model from json data.

## Installation

For instaling graphenize, just run this command in your shell

```
pip install graphenize
```

### Usage

Generage Graphene models by running this command in your shell

```
graphenize --help
```

```
Usage: graphenize [OPTIONS]

Generate Graphene models from json data

Options:
--input TEXT input path of json data [required]
--output TEXT file path of output models
--root TEXT root model name
--help Show this message and exit.
```