Rush Python Client¶
Welcome to the rush-py docs! These docs are for people who would like programmatic access to Rush’s capabilities. If you prefer a visual interface, you can easily use EXESS here and everything else here with no setup required. If you prefer scripting, read on.
Rush is the gateway to QDX’s technology. There are two parts to Rush:
The Rush website, which provides a web-based interface and chatbot assistant named Walter.
This Python client, for anyone who prefers writing Python scripts to access and use Rush.
When you do something in the Rush Python client, the results will show up on the Rush website, which lets you easily visualize results and share them with colleagues.
The most notable pieces of technology you can access through this API are EXESS and NN-xTB. You can read papers on these here.
Continue onto the Getting Started page to onboard and run your first rush-py script.