Python wrapper for the Pipedrive API
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypipedrive-0.1.1.tar.gz.
File metadata
- Download URL: pypipedrive-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75b64e2b8577a1f3cc6197c0ab86c228854ac34a599aaaa973fd335429c990c6
|
|
| MD5 |
926eeb065be7fc731083df733c164692
|
|
| BLAKE2b-256 |
3baed9afd84955d92ae3d1a2942135d9d672dab73039bd01cad013f9fa431d49
|
File details
Details for the file pypipedrive-0.1.1.linux-x86_64.tar.gz.
File metadata
- Download URL: pypipedrive-0.1.1.linux-x86_64.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c61778d12bd0d7e3d415202a60eeacccca09502ae058e059328aca97e8a450a
|
|
| MD5 |
e4bd922cd7d559644edf2a479a6c79a3
|
|
| BLAKE2b-256 |
890e603df41dd4dd621e011eaea866a4226ab23bfc9092e69ca58731d79fecb2
|