Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 847 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 847 Bytes

Build Status Coverage Status

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.