{ "info": { "author": "Gandhar Pednekar", "author_email": "gandhar.pednekar15@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# django-gst-field\n\nA Django library which provides model and form fields for `Goods and Services Tax` and `Permanent Account Number`\n\nIncludes:\n\n - `GSTField`, form and model field\n - `PANField`, form and model field\n\n## Installation\n```\npip install django-gst-field\n```\n\n### Basic usage\n\nAdd `gst_field` to the list of the installed apps in Django `settings.py` file:\n\n```python\nINSTALLED_APPS = [\n ...\n 'gst_field',\n ...\n]\n```\n\n### Model usage\n\n```python\nfrom django.conf import settings\nfrom django.db.models import ForeignKey, CASCADE, Model\nfrom gst_field.modelfields import GSTField, PANField\n\nclass Tax(Model):\n user = ForeignKey(settings.AUTH_USER_MODEL, on_delete=CASCADE)\n gstin = GSTField()\n pan = PANField()\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jinchuuriki91/django-gst-field", "keywords": "django orm python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-gst-field", "package_url": "https://pypi.org/project/django-gst-field/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-gst-field/", "project_urls": { "Homepage": "https://github.com/jinchuuriki91/django-gst-field" }, "release_url": "https://pypi.org/project/django-gst-field/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "GST and PAN number field for django models.", "version": "0.0.3" }, "last_serial": 4905944, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "23f0feae021dd871de91f42be20ee06d", "sha256": "6cb9c3bc5fabd6606ab3d2adfa2837b36e2dc4eb8038849811a17275c7220a01" }, "downloads": -1, "filename": "django-gst-field-0.0.1.tar.gz", "has_sig": false, "md5_digest": "23f0feae021dd871de91f42be20ee06d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2961, "upload_time": "2019-03-06T14:37:32", "url": "https://files.pythonhosted.org/packages/89/98/1cb69e94772731236e3e03d19b2956489082f72d65ece40bb40bac739433/django-gst-field-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "1adfd5d4622b48c9f409d5d6e3d0e4a4", "sha256": "f0b260974ec326fd6eb31e05161797725b7670a5d64c9b5ef4dd9464d9632029" }, "downloads": -1, "filename": "django-gst-field-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1adfd5d4622b48c9f409d5d6e3d0e4a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3001, "upload_time": "2019-03-06T14:58:16", "url": "https://files.pythonhosted.org/packages/ec/78/72307e88646508c912855c699f94200dcec277fd43177c048634921f9e4b/django-gst-field-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "c2901fd67acf7e2a2b0a0b054a4d70a1", "sha256": "6a4dc4d53165d0e4337aa0955d498b72d0562e170b49ec43f685f45d509bc840" }, "downloads": -1, "filename": "django-gst-field-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c2901fd67acf7e2a2b0a0b054a4d70a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3006, "upload_time": "2019-03-06T15:16:01", "url": "https://files.pythonhosted.org/packages/88/9e/0731322f6e42ee4a5889e9dd605bc726dc4acbcca33ad44a07c599752ac4/django-gst-field-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c2901fd67acf7e2a2b0a0b054a4d70a1", "sha256": "6a4dc4d53165d0e4337aa0955d498b72d0562e170b49ec43f685f45d509bc840" }, "downloads": -1, "filename": "django-gst-field-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c2901fd67acf7e2a2b0a0b054a4d70a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3006, "upload_time": "2019-03-06T15:16:01", "url": "https://files.pythonhosted.org/packages/88/9e/0731322f6e42ee4a5889e9dd605bc726dc4acbcca33ad44a07c599752ac4/django-gst-field-0.0.3.tar.gz" } ] }