{ "info": { "author": "Lutfar Rahman Milu", "author_email": "milu.buet@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nbKash_payment\n=====\n\nbKash_payment is a simple Django app to conduct Web-based bKash payment. \n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Installation:\n\n\tpip install django-bKash\n\n2. Add \"bKash_payment\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'bKash_payment',\n )\n\n3. Include the bKash_payment URLconf in your project urls.py like this::\n\n url(r'^bKash_payment/', include('bKash_payment.urls')),\n\n4. Run `python manage.py migrate` to create the bKash payment related table.\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n to get necessary access.\n\n6. Visit http://127.0.0.1:8000/bKash_payment/ to manage the bkash payment.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/milu-buet/django-bKash", "keywords": null, "license": "Open Source License", "maintainer": null, "maintainer_email": null, "name": "django-bKash", "package_url": "https://pypi.org/project/django-bKash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bKash/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/milu-buet/django-bKash" }, "release_url": "https://pypi.org/project/django-bKash/0.3/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct Web-based bKash payment.", "version": "0.3" }, "last_serial": 1554861, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "825d1f451fa73a312e0c50ea9b0f4814", "sha256": "02992dd9be9bdb1a0fbf797c7e4136c26b5c7fe2988cbaab8f85a92f413f58dc" }, "downloads": -1, "filename": "django-bKash-0.3.tar.gz", "has_sig": false, "md5_digest": "825d1f451fa73a312e0c50ea9b0f4814", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2809, "upload_time": "2015-05-20T12:33:47", "url": "https://files.pythonhosted.org/packages/15/d7/842fc897a20c3aff97fbc95105b1129bff6857d62d59372f4db23cd6a121/django-bKash-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "825d1f451fa73a312e0c50ea9b0f4814", "sha256": "02992dd9be9bdb1a0fbf797c7e4136c26b5c7fe2988cbaab8f85a92f413f58dc" }, "downloads": -1, "filename": "django-bKash-0.3.tar.gz", "has_sig": false, "md5_digest": "825d1f451fa73a312e0c50ea9b0f4814", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2809, "upload_time": "2015-05-20T12:33:47", "url": "https://files.pythonhosted.org/packages/15/d7/842fc897a20c3aff97fbc95105b1129bff6857d62d59372f4db23cd6a121/django-bKash-0.3.tar.gz" } ] }