{ "info": { "author": "Raju Ahmed Shetu", "author_email": "shetu2153@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=========================\nBkash Django Integration\n=========================\n\nBkash Django Integration app is to integrate Bkash Api to Django Backend. With Minimal setup in the `settings.py`, one can easily perform bkash checkout api and store response from bkash api for further audit issues\n\nDetailed documentation is in the \"docs\" directory.\n\nInstallation\n------------\nRun this command::\n\n pip install django-bkash-integration\n\nQuick start\n-----------\n\n1. Add \"bkash\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'bkash',\n ]\n\n2. Include the bkash URLconf in your project urls.py like this::\n\n path('bkash/', include('bkash.urls')),\n\n3. Define the following constants in the version settings.py::\n\n BKASH_APP_KEY = // bkash app key\n BKASH_APP_SECRET = // bkash app secret\n BKASH_APP_USERNAME = // bkash app username\n BKASH_APP_PASSWORD = // bkash app password\n BKASH_APP_VERSION = // bkash app version\n BKASH_APP_BASE_URL = // bkash app base url\n BKASH_APP_PAYMENT_TOKEN_GRANT_URL = '%s/%s/checkout/token/grant' % (BKASH_APP_BASE_URL, BKASH_APP_VERSION)\n BKASH_APP_PAYMENT_CREATE_URL = '%s/%s/checkout/payment/create' % (BKASH_APP_BASE_URL, BKASH_APP_VERSION)\n BKASH_APP_PAYMENT_EXECUTE_URL = '%s/%s/checkout/payment/execute' % (BKASH_APP_BASE_URL, BKASH_APP_VERSION)\n\n4. Make sure you have postgres database and the routes are protected by some kind of oauth2 authentication\n\n5. Run `python manage.py migrate` to create the bkash models.\n\n6. Host the application in a remote server and connect from the frontend.\n\n7. For any query and bug please file an issue or knock me at shetu2153@gmail.com\n\nHappy Coding !!!", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Taitalus/django-bkash-integration", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-bkash-integration", "package_url": "https://pypi.org/project/django-bkash-integration/", "platform": "", "project_url": "https://pypi.org/project/django-bkash-integration/", "project_urls": { "Homepage": "https://github.com/Taitalus/django-bkash-integration" }, "release_url": "https://pypi.org/project/django-bkash-integration/0.3/", "requires_dist": null, "requires_python": "", "summary": "A simple django app to integrate bkash rest api to your application", "version": "0.3" }, "last_serial": 4356783, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "23a2fb82c9f79faa23e716c9f855a453", "sha256": "1609265a13cdfae4c12573faf410d9d468231180d496685666016e6d1522f7f7" }, "downloads": -1, "filename": "django-bkash-integration-0.2.tar.gz", "has_sig": false, "md5_digest": "23a2fb82c9f79faa23e716c9f855a453", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6018, "upload_time": "2018-10-09T17:26:26", "url": "https://files.pythonhosted.org/packages/68/da/c8b85ef4277f08ec7cb51c14e2405d2f25163ce77bb2af683e014afa180b/django-bkash-integration-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "2d95f5c45c7e96e774a594f4e7f2d590", "sha256": "41ab0667e5da1ef6d9f4b1e5f1b1e9662fcc996a578575dbbf894719e44bf6e0" }, "downloads": -1, "filename": "django-bkash-integration-0.3.tar.gz", "has_sig": false, "md5_digest": "2d95f5c45c7e96e774a594f4e7f2d590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6032, "upload_time": "2018-10-09T17:35:57", "url": "https://files.pythonhosted.org/packages/1e/c8/ca0315fe727385ddf6cca58c85f53ea8a1a1ac04313517294d968dfa0215/django-bkash-integration-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d95f5c45c7e96e774a594f4e7f2d590", "sha256": "41ab0667e5da1ef6d9f4b1e5f1b1e9662fcc996a578575dbbf894719e44bf6e0" }, "downloads": -1, "filename": "django-bkash-integration-0.3.tar.gz", "has_sig": false, "md5_digest": "2d95f5c45c7e96e774a594f4e7f2d590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6032, "upload_time": "2018-10-09T17:35:57", "url": "https://files.pythonhosted.org/packages/1e/c8/ca0315fe727385ddf6cca58c85f53ea8a1a1ac04313517294d968dfa0215/django-bkash-integration-0.3.tar.gz" } ] }