Prometeo Python API client

The official python package for the Prometeo API

Installation

Install from PyPI using pip:

$ pip install prometeo

Quick Start

Go to your dashboard, there you’ll find your API key. Use it to instantiate the client:

from prometeo import Client

client = Client('<YOUR_API_KEY>', environment='testing')

The environment argument is either testing for the sandbox or production for the production environment.

Note

Contact us to get an api key!

Usage Guide

Guides for all the available services:

Reference

Indices and tables