Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 346 Bytes

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