terrytangyuan/scaffolder
Automate Scaffolding R Interfaces to Packages in Other Programming Languages
This tool helps R package developers create R interfaces for existing Python packages. It takes Python code (modules, classes, functions, and their documentation) and automatically generates the corresponding R wrapper functions and their documentation. This is for R package developers who need to integrate Python functionalities into their R packages.
No commits in the last 6 months.
Use this if you are an R package developer regularly creating R wrappers for Python packages and find the manual process tedious and prone to inconsistencies.
Not ideal if you only occasionally need to call Python from R for ad-hoc analysis, as 'reticulate' alone is sufficient for such direct calls.
Stars
28
Forks
—
Language
R
License
Apache-2.0
Category
Last pushed
Jul 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/terrytangyuan/scaffolder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.