Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GearPlug/pipedrive-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FLAREFPVCZ/pipedrive-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 22 files changed
  • 2 contributors

Commits on May 14, 2025

  1. Update README.md

    Jankozeluh authored May 14, 2025
    Configuration menu
    Copy the full SHA
    78bd1bf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Migration to Asyncio/Aiohttp and V2 Pipedrive doc

    refactor: convert synchronous methods to asynchronous and clean up project structure
    
    Convert all synchronous methods in the Pipedrive API wrapper to asynchronous using `async` and `await` for better performance and scalability. Remove unnecessary files like `MANIFEST.in`, `pyproject.toml`, and `README.md` as part of project cleanup. Update class definitions to use modern Python syntax by removing `(object)` inheritance. Simplify exception hierarchy by introducing a base `ApiError` class. These changes improve maintainability and align the codebase with modern Python practices.
    Jankozeluh committed May 17, 2025
    Configuration menu
    Copy the full SHA
    5150c5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e5dc2 View commit details
    Browse the repository at this point in the history
  3. Delete LICENSE

    Jankozeluh authored May 17, 2025
    Configuration menu
    Copy the full SHA
    5ff3728 View commit details
    Browse the repository at this point in the history
Loading