Light API for pipedrive.com
Project description
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.
-------------
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.3.tar.gz
(1.8 kB
view details)
File details
Details for the file pypedrive-0.1.3.tar.gz
.
File metadata
- Download URL: pypedrive-0.1.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19c7b929f2479a8c6a7195c988454551782ad4b95f74ce87ad065c8f271736cc |
|
MD5 | 73b5c3dc3a947980cb1b7509bc8f8e2c |
|
BLAKE2b-256 | 42fbec23cbe6615ab7d9b9254dadef9853dc41823ddf30144c2c351c06bd88db |