https://github.com/igraph/stimulus
Code generator for high-level interfaces of igraph (experimental)
https://github.com/igraph/stimulus
Last synced: about 1 year ago
JSON representation
Code generator for high-level interfaces of igraph (experimental)
- Host: GitHub
- URL: https://github.com/igraph/stimulus
- Owner: igraph
- License: gpl-2.0
- Created: 2021-09-21T11:12:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T21:33:54.000Z (over 1 year ago)
- Last Synced: 2025-03-25T07:36:17.131Z (about 1 year ago)
- Language: Python
- Size: 274 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `stimulus`
This repository hosts an experimental code generator for high-level interfaces
of igraph.
`stimulus` has already been used to generate a significant part of the codebase
of the R interface of igraph. The aim of this repository is to refactor it in a
way that makes it easier to potentially use `stimulus` for other high-level
interfaces (e.g., the Python interface, which still relies on hand-written code
for the Python bindings).