Skip to content

42cc/pypipedrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages