Python client for the Pipedrive V1/V2 API. Don't worry about which endpoint version to call, this SDK handles it for you.
Pipedrive is the developer-friendly CRM solution. Read its Pipedrive API Reference.
% pip install pypipedrive-clientThe full documentation can be found at pypipedrive.readthedocs.io.
Want to contribute or make a suggestion? Feel free. But don't forget to adhere to the guidelines and expectations set forth in the Contributor Covenant.
If it's your first time working on this library, clone the repo and make sure first that you can successfully run tests on your local machine. If that doesn't work out of the box, please check your local development environment before filing an issue.
Below command runs the test suite, code coverage and /docs build.
% make testSubmit an issue to let the community know about bugs. The Pipedrive API evolves constantly, specially in their current V1 to V2 migration.
Make sure to follow these steps along the submission:
- You're on the latest version of the library and you're able run the test suite locally.
- Check open issues for a duplicate issue.
- Provide context: expected vs. actual behavior, steps to reproduce, and runtime environment.
- When possible, provide code to reproduce the problem that you can share in the issue summary.
For security vulnerabilities, share them directly to the maintainers via email.
You're welcome to submit a pull request for a bug fix or a new feature.
We follow Git Flow branching strategy. See the contributing guide for branch naming conventions and workflow details.
All pull requests must adhere to the following guidelines:
- Branch follows the naming conventions outlined above and created from the appropriate base branch.
- Public functions/methods have docstrings and type annotations.
- New functionality is accompanied by clear, descriptive unit tests.
- Code passes
make test. - You have your commits signed.
- No merge conflicts with the target branch.
Don't hesitate to open a draft pull request when you're willing to discuss an idea you're working on but haven't yet finished all of the above. That's appreciated and part of the community sharing.
This project is licensed under the MIT License.
Built by Juan Manuel M. Pérez, Pipedrive API expert from © Magical Potion for teams that need to enhance and customise their Pipedrive sales experience with custom integrations and automations.