erikwrede / rustberry

Python Bindings for apollo-rs
MIT License
14 stars 0 forks source link

Python Bindings for Apollo-RS

This is a basic prototype. Use with caution and for testing only!

build

pip install maturin 
maturin build --release

test

Adjust the wheel path in test_parser/pyproject.toml

cd test_parser
poetry install
source .venv/bin/activate
python test_rust.py
python test_graphql_core.py