alekzvik / pypipedrive

module for API of pipedrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Pipedrive API

The project provides access to the Pipedrive API

The project is still at an early stage and requires a lot of testing. Any help including bug reports is appreciated.

Usage:

from pypipedrive import PipeDrive
p = PipeDrive("YOUR_API_KEY")
print p.persons()
print p.persons.find(term="Persons Name")
print p.persons(method='POST', name='Ivanov I.I.')
print p.persons._id(method='DELETE', _id=1)

About

module for API of pipedrive.com

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:Python 100.0%