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: over 1 year ago
JSON representation
A cli tool to auto-generate Graphene model from json data
- Host: GitHub
- URL: https://github.com/abawchen/graphenize
- Owner: abawchen
- Created: 2018-02-05T09:31:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T05:40:01.000Z (over 8 years ago)
- Last Synced: 2025-03-18T17:24:48.560Z (over 1 year ago)
- Topics: cli, graphene, graphql, json
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/abawchen/graphenize) [](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.
```