Skip to main content

Python SDK

This library provides a pure Python interface for the RocketAPI. It's compatible with Python versions 3.7+.

Installing

You can install or upgrade rocketapi via

pip

pip install rocketapi --upgrade

poetry

poetry add rocketapi@latest

Source code is available on GitHub.