QuTech-Delft/quantuminspire ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python tool and command line app for Quantum Inspire that lets users log in, log out, manage projects, manage algorithms, and submit jobs from their terminal.

I want it to feel easy for someone using the platform for the first time, so they can authenticate in the browser, create or list projects, initialize an algorithm, run a circuit or Python file on a chosen backend, and then check job status, logs, results, and final results. It should also support saving settings locally so people can reuse the same project and algorithm without starting over every time.

Please make sure the commands are clear and helpful, and that the tool works well as a Python SDK too, so it can be used directly in code. If anything about the current Quantum Inspire API or login flow is unclear, look up the latest docs online and match the expected behavior.