There are 2 ways you can use BuildVu with Python. The first is by hosting BuildVu on an application server and running it as a web service you can interact with via a REST API. The second option is to run it directly using a framework such as Py4J.
Option 1: Running BuildVu via an application server
1. For instructions on setting up BuildVu on an application server, take a look at our tutorials.
2. Using pip, install the BuildVu Python Client package with the following command:
pip install buildvu
3. Visit the Python BuildVu Client GitHub repository for code examples and instructions on how to interact with BuildVu in your project.
You can also view the Python BuildVu Client package on PyPI.
Option 2: Running BuildVu directly using Py4J
Alternatively, with a little Java coding you can use a framework such as Py4J to interact with BuildVu, as described in our blog article on running Java code from other languages.
Comments
0 comments
Please sign in to leave a comment.