Reference
This reference guide is a technical description of using ArupCompute with python.
For guidance on applying these functions to real problems refer to the how-to guides.
Topics
📄️ Reports
pdf.Create
📄️ JSON
Some functions accessed through ArupCompute require JSON inputs. arupcomputepy will convert python lists / dictionaries to JSON for the user.
📄️ The Connection object
The Connection class is one of the most important parts of the Python ArupCompute client. It controls all authentication and most settings related to the client. It is a required input in most other functions related to ArupCompute.
📄️ Server-side usage of arupcomputepy
arupcomputepy in it's default form may not work when deployed onto a server. To help fix potential issues, the Connection object can take a set of options through a class called ServerConfig.