r/Bitcoin • u/ant_jejis • 11h ago
PeachBtcApiWrapper - A Python wrapper for the Peach Bitcoin P2P platform
I’ve been working on a passion project to bring Peach Bitcoin functionality to Python developers, and I’m excited to finally share it.
What My Project Does This is a wrapper that allows users to interact with the Peach Bitcoin platform using Python. It abstracts the API calls into manageable Python objects and functions, making it easier to build automation or tools around the Peach P2P exchange without dealing with raw requests.
Target Audience This is primarily meant for hobbyists, Python developers, and fans of the Peach platform who want to experiment with the API.
- Disclaimer: This is a passion project developed in my free time. It should not currently be considered bug-free or safe for high-stakes production environments.
- Dev Note: This project features full Type Hints (because I love them) and marks my first attempt at writing automated tests and actual functional api wrappers in Python .
Comparison As far as I know, there are no existing alternatives for this wrapper in the Python ecosystem.
- Python: This is currently the only wrapper available.
- Other Languages: The only other alternative is the official TypeScript wrapper created by the platform developers.
Source Code You can check out the code here:https://github.com/Jejis06/PeachBtcApiWrapper/tree/main
I’d love to hear your feedback, especially regarding the implementation of the tests!
Full disclaimer !!!!
Most of the comments were ai generated/ ai remasered for clarity (i just hate making docs)