Skip to content

Python-SDK

The Plutus Python Helper Library

The Plutus Python Helper Library makes it easy to interact with our APIs from your Python application. You can find the most recent version of the library on PyPi. The Plutus Data Labs Python Helper Library supports Python applications written in Python 3.7 and above.

How To Install the Library from PyPi

pip install plutus

Using the Library

First, create the Plutus client:

from plutus.client import PlutusSDK

client = PlutusSDK()
result = client.get_nyc_taxi_data()
print(result)

Endpoints

Plutus Function
sdk.getNycTaxiData

More Information, Pull Requests, Feature Suggestions and Bug Reports