Skip to main content

Add dots checkout to your python app

Project description

Dots SDK for Python

The Dots Python library provides convenient access to the Dots API from applications written in the Python language.

More Info

Documentation

See the API docs.

Installation

To install the package run:

pip install --upgrade dots-python

Install from source with:

python setup.py install

Usage

The library needs to be configured with your client_id and api_key which can be found in the Developer Dashboard

import dots
dots.client_id = 'pk_dev_...'
dots.api_key = 'sk_dev_...'

invoice = dots.Invoice.create(...)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dots-python-1.4.4.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

dots_python-1.4.4-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page