{ "info": { "author": "Umgeher Taborda, Diogo Baeder", "author_email": "umgeher@mitgnu.com", "bugtrack_url": null, "classifiers": [], "description": "pycpf\n=====\n\nCPF validator and generator.\n\nHow to use\n----------\n\nFirst, install pycpf:\n $ pip install pycpf\n\nThen you can use it for generating a new CPF:\n >>> from pycpf import CPF\n >>> CPF()\n CPF('53587674019')\n\nor to validate an existing CPF:\n >>> CPF('53587674019').valid()\n True\n\nCPF objects can also be compared to strings:\n >>> CPF('53587674019') == '53587674019'\n True\n\nor even converted to strings:\n >>> str(CPF('53587674019'))\n '535.876.740-19'\n\nLicense\n-------\n\nThis software is licensed through BSD 2-clause license. Please read \"LICENSE\"\nfor more information.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/umgeher/pycpf", "keywords": "cpf validation generation", "license": "BSD 2-clause", "maintainer": null, "maintainer_email": null, "name": "pycpf", "package_url": "https://pypi.org/project/pycpf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pycpf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/umgeher/pycpf" }, "release_url": "https://pypi.org/project/pycpf/0.1/", "requires_dist": null, "requires_python": null, "summary": "CPF generation and validation", "version": "0.1" }, "last_serial": 743307, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "65c4c6116d658739874d3738020ac491", "sha256": "60098df940f2a7207fbafa243c4dff16be9a0ee051dc87bf0c6eacfaa62f2c81" }, "downloads": -1, "filename": "pycpf-0.1.tar.gz", "has_sig": false, "md5_digest": "65c4c6116d658739874d3738020ac491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2090, "upload_time": "2012-09-05T00:41:22", "url": "https://files.pythonhosted.org/packages/2b/d3/1b6fe32df6db72862e21b9826a75a2d3bfa8786544ef3552f89e292c2536/pycpf-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65c4c6116d658739874d3738020ac491", "sha256": "60098df940f2a7207fbafa243c4dff16be9a0ee051dc87bf0c6eacfaa62f2c81" }, "downloads": -1, "filename": "pycpf-0.1.tar.gz", "has_sig": false, "md5_digest": "65c4c6116d658739874d3738020ac491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2090, "upload_time": "2012-09-05T00:41:22", "url": "https://files.pythonhosted.org/packages/2b/d3/1b6fe32df6db72862e21b9826a75a2d3bfa8786544ef3552f89e292c2536/pycpf-0.1.tar.gz" } ] }