Metadata-Version: 2.4
Name: mpesa_c2b_sdk
Version: 0.1.1
Summary: A Python SDK for Safaricom Daraja C2B APIs
Home-page: https://github.com/bmuia/mpesa_c2b_sdk.git
Author: Belam Muia
Author-email: belammuia0@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.20.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

### MPESA C2B SDK
This SDK is a simplified and improved version of existing Mpesa C2B packages. It helps developers easily integrate with Safaricom's Daraja API, focusing specifically on Customer to Business (C2B) transactions — like simulating payments and registering callback URLs.

## Features
1. **Easy URL registration (register_url)**
2. **Simulate C2B transactions (simulate)**
3. **Minimal setup with .env support**

## Installation
```bash
pip install mpesa-c2b-sdk==0.1.0
```
Ideal for developers building Kenyan payment solutions using Safaricom's sandbox or production APIs.
