Skip to main content

Light API for pipedrive.com

Project description

=============
Pypedrive
=============

Just an approach using requests for python-pipedrive library by @jscott1989
with new features.


Installing
-------------

Clone this repo or use pip command:
$ pip install pypedrive


Using
-------------

Python Code:

from pypedrive import Pypedrive

pipedrive = Pypedrive('AUTH_TOKEN')

# Creating organizations, deals, person ...
pipedrive.organizations({
'method': 'POST',
'name': 'Organization inc.',
'phone': '(12) 1231-1412',
...
})

# You can use lists to update or exclude a bunch of information
pipedrive.persons({
'method': 'DELETE',
'id': [1,2,3]
})



For more information about how to use Pipedrive's API, consult https://developers.pipedrive.com/v1.

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

pypedrive-0.1.2.tar.gz (1.9 kB view hashes)

Uploaded Source

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