Skip to content

Releases: Wilfried-Tech/notchpay-python

Release v0.1.0

10 Dec 18:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🚀 Release v0.1.0

📝 Latest Changes

initial release of notchpay v0.1.0 – full-featured unofficial Python SDK

  • Add complete synchronous and asynchronous clients (NotchPay & AsyncNotchPay)
  • Implement all core resources: payments, customers, beneficiaries, transfers (incl. bulk), channels, balance, and webhooks
  • Provide comprehensive Pydantic schemas with full type hints and validation
  • Add detailed docstrings, examples, and inline documentation
  • Implement robust error handling (NotchPayError hierarchy)
  • Add webhook signature verification utility
  • Introduce convenient helpers (direct_charge, payment processing, etc.)
  • Set up modern packaging with pyproject.toml (uv build backend)
  • Include full test suite with sync/async coverage for all endpoints
  • Add comprehensive README and project metadata
  • Configure mypy, pytest, and coverage settings

📦 Installation

pip install notchpay==0.1.0

🔗 Links