https://github.com/chatmail/dcrpcgen
Automatic code generation for the Delta Chat JSON-RPC API
https://github.com/chatmail/dcrpcgen
Last synced: 8 months ago
JSON representation
Automatic code generation for the Delta Chat JSON-RPC API
- Host: GitHub
- URL: https://github.com/chatmail/dcrpcgen
- Owner: chatmail
- License: gpl-3.0
- Created: 2024-05-27T22:25:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T15:20:13.000Z (9 months ago)
- Last Synced: 2025-10-01T17:28:13.186Z (9 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delta Chat JSON-RPC Code Generator
[](https://github.com/chatmail/dcrpcgen/actions/workflows/python-ci.yml)
[](https://github.com/psf/black)
Automatic code generation for the Delta Chat JSON-RPC API.
## Install
```sh
pip install git+https://github.com/chatmail/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.