teamleader

A layer on top of the Teamleader v2 API


Keywords
Teamleader, API, CRM
License
MIT
Install
pip install teamleader==1.1.0

Documentation

My first package

This is my first package I contribute to Pypi. I build this package because I wanted an easy way to communicate with the Teamleader API. The Python language is my way to go. Suggestions for improvements are always welcome.

Installation

To download Teamleader, either fork this github repo or simply use Pypi via pip.

$ pip install teamleader

Using it

$ from teamleader import Client
$ tl = Client()

License

MIT