cbebirr


Namecbebirr JSON
Version 0.0.19 PyPI version JSON
download
home_page
SummaryCBEBirr integration
upload_time2023-10-16 16:22:02
maintainer
docs_urlNone
authorEba Alemayehu
requires_python
license
keywords python cbebirr payment ethiopia cbe commercial bank of ethiopia
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# CBEBirr integration

```python
import cbebirr

if __name__ == '__main__':
    cbebirr.push_ussd(
        thirdPartyID='THIRD_PARTY_ID', 
        primaryPartyIdentifier='PHONE',
        receiverPartyIdentifier='CUSTOMER_ID',
        intiatorIdentifier='IDENTIFIER',
        securityCredential='SECURITY_CREDENTIAL',
        posDeviceID='POS_DEVICE_ID', 
        shortCode='SHORT_CODE', 
        amount='10', 
        password='PASSWORD',
        timestamp='TIME_STAMP',
        resultURL='RETURN_URL', )

    # See PyCharm help at https://www.jetbrains.com/help/pycharm/

```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cbebirr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,cbebirr,payment,ethiopia,CBE,Commercial bank of Ethiopia",
    "author": "Eba Alemayehu",
    "author_email": "<ebaalemayhu3@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/37/4c/859b31f712cfa87ed5a04b602cdc587d307066236169263c9f4f7c3e3eb4/cbebirr-0.0.19.tar.gz",
    "platform": null,
    "description": "\n# CBEBirr integration\n\n```python\nimport cbebirr\n\nif __name__ == '__main__':\n    cbebirr.push_ussd(\n        thirdPartyID='THIRD_PARTY_ID', \n        primaryPartyIdentifier='PHONE',\n        receiverPartyIdentifier='CUSTOMER_ID',\n        intiatorIdentifier='IDENTIFIER',\n        securityCredential='SECURITY_CREDENTIAL',\n        posDeviceID='POS_DEVICE_ID', \n        shortCode='SHORT_CODE', \n        amount='10', \n        password='PASSWORD',\n        timestamp='TIME_STAMP',\n        resultURL='RETURN_URL', )\n\n    # See PyCharm help at https://www.jetbrains.com/help/pycharm/\n\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "CBEBirr integration",
    "version": "0.0.19",
    "project_urls": null,
    "split_keywords": [
        "python",
        "cbebirr",
        "payment",
        "ethiopia",
        "cbe",
        "commercial bank of ethiopia"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a258ac3b04100e90684232a1aef92afae9b16465eb8cbbff0859188712842555",
                "md5": "3323a0d56c5664b824df7603ed9389d3",
                "sha256": "c476b2ae704c06d63c162db913e86d9e22195816c58855000bee709d620c1324"
            },
            "downloads": -1,
            "filename": "cbebirr-0.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3323a0d56c5664b824df7603ed9389d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3988,
            "upload_time": "2023-10-16T16:22:00",
            "upload_time_iso_8601": "2023-10-16T16:22:00.819934Z",
            "url": "https://files.pythonhosted.org/packages/a2/58/ac3b04100e90684232a1aef92afae9b16465eb8cbbff0859188712842555/cbebirr-0.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "374c859b31f712cfa87ed5a04b602cdc587d307066236169263c9f4f7c3e3eb4",
                "md5": "df17e0249b814a1844bae3ea8644a6a0",
                "sha256": "63f759a650a6a132fcdd9c0bd7ed71e23ff71d59e667cf262008c3a5f32bf33f"
            },
            "downloads": -1,
            "filename": "cbebirr-0.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "df17e0249b814a1844bae3ea8644a6a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3876,
            "upload_time": "2023-10-16T16:22:02",
            "upload_time_iso_8601": "2023-10-16T16:22:02.418898Z",
            "url": "https://files.pythonhosted.org/packages/37/4c/859b31f712cfa87ed5a04b602cdc587d307066236169263c9f4f7c3e3eb4/cbebirr-0.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 16:22:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cbebirr"
}
        
Elapsed time: 0.12414s