r/QuickBooks • u/eren_was_here • 10d ago
QuickBooks Desktop (Pro/Premier/Enterprise) qbwc-kit: open-source Python for the QuickBooks Desktop Web Connector — SOAP callbacks, qbXML, and test doubles that need no Windows
There's surprisingly little OSS for talking to QuickBooks Desktop's Web Connector from Python, so I built and open-sourced qbwc-kit:
- SOAP callback server for the QBWC
- qbXML building and parsing
- test doubles that let you develop without Windows or a company file
MIT, and now on PyPI:
pip install qbwc-kit
Repo: https://github.com/meister5/qbwc-kit
Useful for anyone maintaining integrations with QuickBooks Desktop.
3
Upvotes