{ "info": { "author": "Pratheek", "author_email": "pratheek.i@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "========\nMathcalc\n========\n\nMathcalc is a simple app created for the class requirement.\nDetailed documentation (if any!) is with in the source files as comments.\n\n(I'd suggested to go through the source, since that would be an easier task than to\nfigure out manually)\n\nQuick start\n-----------\n\n1. Add \"shopcart\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'mathcalc',\n ]\n\n2. Include the shopcart urlconf in your project urls.py like this::\n\n urlpatterns = [\n ...\n url(r'^mathcalc/', include('mathcalc.urls')),\n ]\n\n3. Start the development server and visit http://127.0.0.1:8000/mathcalc/ to view the\n mathcalc app", "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/notpratheek", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-mathcalc", "package_url": "https://pypi.org/project/django-mathcalc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mathcalc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/notpratheek" }, "release_url": "https://pypi.org/project/django-mathcalc/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple app Django app to to do some basic calculations", "version": "0.1" }, "last_serial": 2603693, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8987c15d32b0ccb598c710b01692ed48", "sha256": "e9b55fb2c0541d4d6a31c59d90ba54b54d165adca56655ce95cee15084de5792" }, "downloads": -1, "filename": "django_mathcalc-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8987c15d32b0ccb598c710b01692ed48", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7915, "upload_time": "2017-01-28T14:52:42", "url": "https://files.pythonhosted.org/packages/a9/f9/74ae590e2178e3f7dba8417f38746d92ce9ba4a0b73d6df1a70c9476e88c/django_mathcalc-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bac5372ae714b6d9967cf851530f410", "sha256": "709500220615b8ff9dc18b698e2d49cdfd0dfdc8f2d1f909236e888f4cde64a3" }, "downloads": -1, "filename": "django-mathcalc-0.1.tar.gz", "has_sig": false, "md5_digest": "4bac5372ae714b6d9967cf851530f410", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4099, "upload_time": "2017-01-28T14:52:20", "url": "https://files.pythonhosted.org/packages/65/e2/e43f3420b02ba43474df0b346df7faba20cfc9b6f4bbd8c23cb832ed2cba/django-mathcalc-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8987c15d32b0ccb598c710b01692ed48", "sha256": "e9b55fb2c0541d4d6a31c59d90ba54b54d165adca56655ce95cee15084de5792" }, "downloads": -1, "filename": "django_mathcalc-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8987c15d32b0ccb598c710b01692ed48", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7915, "upload_time": "2017-01-28T14:52:42", "url": "https://files.pythonhosted.org/packages/a9/f9/74ae590e2178e3f7dba8417f38746d92ce9ba4a0b73d6df1a70c9476e88c/django_mathcalc-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bac5372ae714b6d9967cf851530f410", "sha256": "709500220615b8ff9dc18b698e2d49cdfd0dfdc8f2d1f909236e888f4cde64a3" }, "downloads": -1, "filename": "django-mathcalc-0.1.tar.gz", "has_sig": false, "md5_digest": "4bac5372ae714b6d9967cf851530f410", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4099, "upload_time": "2017-01-28T14:52:20", "url": "https://files.pythonhosted.org/packages/65/e2/e43f3420b02ba43474df0b346df7faba20cfc9b6f4bbd8c23cb832ed2cba/django-mathcalc-0.1.tar.gz" } ] }