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.
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 details)
File details
Details for the file pypedrive-0.1.2.tar.gz
.
File metadata
- Download URL: pypedrive-0.1.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba4ec6f6fd79017f055ac74e309a08d4fff8fe88c03c15d83fd8a67a84ec935f |
|
MD5 | 1b8fa94247525f6972bce9a774c0ce72 |
|
BLAKE2b-256 | 0530b5d1df8709a1b828af87da97f3ab2dd1f53fb45a09ffc6fd994f150a13ea |