deltachat / dcrpcgen

Automatic code generation for the Delta Chat JSON-RPC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delta Chat JSON-RPC Code Generator

CI Code style: black

Automatic code generation for the Delta Chat JSON-RPC API.

Install

pip install git+https://github.com/deltachat/dcrpcgen

Usage

To generate Java bindings given a local JSON-RPC schema file ./schema.json and save the generated code to ./src/ folder:

dcrpcgen java --schema schema.json --output src

Run dcrpcgen --help to see all available options.

About

Automatic code generation for the Delta Chat JSON-RPC API

License:GNU General Public License v3.0


Languages

Language:Python 60.1%Language:Jinja 39.9%