This directory contains demo applications and guides for GraalPy.
Tip: open this directory in IntellIJ IDEA. It should offer to load all Maven projects.
- Minimal Java application that embeds GraalPy
- Minimal Java application that embeds
openai
Python package with GraalPy - Embed
qrcode
Python package with GraalPy in JBang - Embed SVG charting library
pygal
with GraalPy in Micronaut - Embed SVG charting library
pygal
with GraalPy in Spring Boot
- Use GraalPy and GraalPy Maven plugin in a Java SE application
- Use GraalPy with popular Java frameworks, such as Spring Boot or Micronaut
- Use GraalPy Maven plugin to install and use Python packages that rely on native code, e.g. for data science and machine learning
- Manually install Python packages and files if the Maven plugin gives not enough control
- Freeze transitive Python dependencies for reproducible builds
- Migrate from Jython to GraalPy