Skip to content

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

Notifications You must be signed in to change notification settings

abawchen/graphenize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published