{ "info": { "author": "Silvio Luis Leite", "author_email": "silviolleite@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "CPF Field to use in Django Model Form\n=====================================\n\n*cfp-field* This is a test implementatipon of the CPF Validation as part of\nthe \"M\u00c3\u00a3o na Massa\" proposal of the 4th module of Welcome to the Django\ntraining (http://welcometothedjango.com.br/).\n\n\nComo instalar?\n--------------\n\n.. code-block:: console\n\n pip install django-cpffield\n\n\nAdd \"cpffield\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'cpffield',\n ]\n\nComo utilizar dentro de um model.py no django?\n--------------------------------------------------\n.. code-block:: python\n\n from django.db import models\n from cpffield import cpffield\n\n\n class MyModel(models.Model):\n cpf = cpffield.CPFField('CPF', max_length=14)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/silviolleite/cfp-field", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-cpffield", "package_url": "https://pypi.org/project/django-cpffield/", "platform": "", "project_url": "https://pypi.org/project/django-cpffield/", "project_urls": { "Homepage": "https://github.com/silviolleite/cfp-field" }, "release_url": "https://pypi.org/project/django-cpffield/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "CPF Field to use in Django Model Form", "version": "0.1.1" }, "last_serial": 4170923, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a423dd2911a7ec7463dec1b733d3d073", "sha256": "6260d45787c286d6ae6d8d90f6ddf5a0562615c8ee8fbb9e3325ceb416c97a28" }, "downloads": -1, "filename": "django-cpffield-0.1.tar.gz", "has_sig": false, "md5_digest": "a423dd2911a7ec7463dec1b733d3d073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2913, "upload_time": "2018-07-26T22:38:57", "url": "https://files.pythonhosted.org/packages/a3/f1/ec9f04ef7d7df61211124c8dbd25fb340587b64ef256862a5942c2ee500f/django-cpffield-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2b694603a6d9c1fec400c9ef55917d4a", "sha256": "21001cd557e72f1c8e93ff4781949834b0dec37db17f7d87b66d739455477d75" }, "downloads": -1, "filename": "django-cpffield-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2b694603a6d9c1fec400c9ef55917d4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3897, "upload_time": "2018-08-14T20:55:39", "url": "https://files.pythonhosted.org/packages/11/ae/91076253a362213781d53923a08f6ffb0d3e74b61e644b23220f7d2a5dff/django-cpffield-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b694603a6d9c1fec400c9ef55917d4a", "sha256": "21001cd557e72f1c8e93ff4781949834b0dec37db17f7d87b66d739455477d75" }, "downloads": -1, "filename": "django-cpffield-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2b694603a6d9c1fec400c9ef55917d4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3897, "upload_time": "2018-08-14T20:55:39", "url": "https://files.pythonhosted.org/packages/11/ae/91076253a362213781d53923a08f6ffb0d3e74b61e644b23220f7d2a5dff/django-cpffield-0.1.1.tar.gz" } ] }