All Projects → abawchen → graphenize

abawchen / graphenize

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

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to graphenize

Ditch
Create and broadcast transactions to Graphene-based blockchains
Stars: ✭ 32 (+166.67%)
Mutual labels:  graphene
graphene django crud
Turns the django ORM into a graphql API
Stars: ✭ 23 (+91.67%)
Mutual labels:  graphene
CourseCake
By serving course 📚 data that is more "edible" 🍰 for developers, we hope CourseCake offers a smooth approach to build useful tools for students.
Stars: ✭ 21 (+75%)
Mutual labels:  graphene
Graphene Django
Integrate GraphQL into your Django project.
Stars: ✭ 3,738 (+31050%)
Mutual labels:  graphene
gtk-rs-core
Rust bindings for GNOME libraries
Stars: ✭ 179 (+1391.67%)
Mutual labels:  graphene
Flask-GraphQL-Graphene-MySQL-Docker-StarterKit
Reference Repository for the article
Stars: ✭ 28 (+133.33%)
Mutual labels:  graphene
fittrak
A data-driven workout tracking tool for the quantified-self 💪 🤓
Stars: ✭ 19 (+58.33%)
Mutual labels:  graphene
sanic-graphql-example
Sanic using Graphsql + SQLAlchemy example
Stars: ✭ 21 (+75%)
Mutual labels:  graphene
jakartaee-faces-sample
Jakarta EE 10 Faces Example
Stars: ✭ 20 (+66.67%)
Mutual labels:  graphene
wagtail-graphql
App to automatically add GraphQL support to a Wagtail website
Stars: ✭ 37 (+208.33%)
Mutual labels:  graphene
Graphene
GraphQL framework for Python
Stars: ✭ 6,964 (+57933.33%)
Mutual labels:  graphene
graphene-sqlalchemy-filter
Filters for Graphene SQLAlchemy integration
Stars: ✭ 117 (+875%)
Mutual labels:  graphene
graphene-django-cud
Easy and painless CUD-mutations for graphene-django.
Stars: ✭ 66 (+450%)
Mutual labels:  graphene
starlette-graphene3
An ASGI app for using Graphene v3 with Starlette / FastAPI
Stars: ✭ 52 (+333.33%)
Mutual labels:  graphene
flask-graphql-neo4j
A simple flask API to test-drive GraphQL and Neo4j
Stars: ✭ 74 (+516.67%)
Mutual labels:  graphene
graphql-pynamodb
Graphene PynamoDB Integration
Stars: ✭ 63 (+425%)
Mutual labels:  graphene
gql-next
A Python GraphQL Client library providing ability to validate and make type-safe GraphQL calls
Stars: ✭ 74 (+516.67%)
Mutual labels:  graphene
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (+408.33%)
Mutual labels:  graphene
fastql
⚙️ Full stack, Modern Web Application Generator. ✨ Using FastAPI, GraphQL, PostgreSQL as database, Docker, automatic HTTPS and more. 🔖
Stars: ✭ 80 (+566.67%)
Mutual labels:  graphene
graphene-elastic
Graphene Elasticsearch/OpenSearch (DSL) integration
Stars: ✭ 68 (+466.67%)
Mutual labels:  graphene

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].