{ "info": { "author": "Morteza Afshari", "author_email": "afshari9978@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===============\nAvishan Wrapper\n===============\n\n...\n# todo edit it\n\nQuick start\n-----------\n\n1. Add \"avishan\" to end of your INSTALLED_APPS setting like this, and \"AvishanMiddleware\" to **end** of MIDDLEWARE too::\n\n INSTALLED_APPS = [\n ...\n 'avishan',\n ]\n\n MIDDLEWARE = [\n ...\n 'avishan.middlewares.AvishanMiddleware',\n ]\n\n2. Include the avishan URLconf in your project urls.py like this::\n\n path('', include('avishan.urls')),\n\n3. Run this commands to create the avishan models::\n\n python manage.py migrate\n python manage.py avishan_init\n\n4. Now follow part below for more detail about every single usage.\n\n\nWhat does it do for me?\n-------------------------\n- Token based authentication\n- Data body parser for POST/PUT/... Http requests\n- Exception reports\n- Fully implemented third-party libraries like Kavenagar & Chabok\n- Automated django admin tools\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/afshari9978/avishan_wrapper", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "avishan-wrapper", "package_url": "https://pypi.org/project/avishan-wrapper/", "platform": "", "project_url": "https://pypi.org/project/avishan-wrapper/", "project_urls": { "Homepage": "https://gitlab.com/afshari9978/avishan_wrapper" }, "release_url": "https://pypi.org/project/avishan-wrapper/0.1.0/", "requires_dist": [ "Django (>=2.2)" ], "requires_python": "", "summary": "Wrapper for avishan package", "version": "0.1.0" }, "last_serial": 5828921, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0c135ea5ef7cf8ce325d4ccc3e198e9a", "sha256": "d30dd045e76909274ed29a9b2760d8e08fde5e4edbecf9591591880d815bd502" }, "downloads": -1, "filename": "avishan_wrapper-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0c135ea5ef7cf8ce325d4ccc3e198e9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3360, "upload_time": "2019-09-14T09:05:30", "url": "https://files.pythonhosted.org/packages/f3/8e/1a70c04e12e776b4d64fca0b6d2f55eb4fba3624902c69106fe907329660/avishan_wrapper-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58d6dc8289b5a540fb975906886ddfef", "sha256": "de95af58738e0669d9b75028d0e7a90de5a5d625f7c6db75c71ce6d53f966877" }, "downloads": -1, "filename": "avishan_wrapper-0.1.0.tar.gz", "has_sig": false, "md5_digest": "58d6dc8289b5a540fb975906886ddfef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1967, "upload_time": "2019-09-14T09:05:34", "url": "https://files.pythonhosted.org/packages/83/67/c3804eb82280e237a95d9aefcaa602540784ffde0cb2f02d152ba7e18925/avishan_wrapper-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c135ea5ef7cf8ce325d4ccc3e198e9a", "sha256": "d30dd045e76909274ed29a9b2760d8e08fde5e4edbecf9591591880d815bd502" }, "downloads": -1, "filename": "avishan_wrapper-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0c135ea5ef7cf8ce325d4ccc3e198e9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3360, "upload_time": "2019-09-14T09:05:30", "url": "https://files.pythonhosted.org/packages/f3/8e/1a70c04e12e776b4d64fca0b6d2f55eb4fba3624902c69106fe907329660/avishan_wrapper-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58d6dc8289b5a540fb975906886ddfef", "sha256": "de95af58738e0669d9b75028d0e7a90de5a5d625f7c6db75c71ce6d53f966877" }, "downloads": -1, "filename": "avishan_wrapper-0.1.0.tar.gz", "has_sig": false, "md5_digest": "58d6dc8289b5a540fb975906886ddfef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1967, "upload_time": "2019-09-14T09:05:34", "url": "https://files.pythonhosted.org/packages/83/67/c3804eb82280e237a95d9aefcaa602540784ffde0cb2f02d152ba7e18925/avishan_wrapper-0.1.0.tar.gz" } ] }