Skip to content

Send-Dots/dots-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(...)

About

Dots Python Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages