{ "info": { "author": "Charlie Brown", "author_email": "bruno11.francisco@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# NIF PT Verify and Create python package\n\nThis is a simple package to verify and create new NIF (N\u00famero Identifica\u00e7\u00e3o Fiscal) in Portugal.\n\nYou can install the package using pip\n\n```\npip install nifverifier\n```\n\nThe solo contributor for this package is the geek, gentle, innocent and kind-hearted CharlieBrown\n\nHow to use this package: \n\n```python\nfrom nifverifier import am_i_a_dead_ass_valid_nif, generate_dead_ass_valid_nif\n\ninvalid_nif = \"123123123\"\nvalid_nif = \"216860180\"\n\nam_i_a_dead_ass_valid_nif(invalid_nif) # false\nam_i_a_dead_ass_valid_nif(valid_nif) # true\n\n# Lets generate a valid NIF\n# Valid initials values are: \"1, 2, 3, 5, 6, 8, 9\"\ngenerate_dead_ass_valid_nif(initial_value=1)\ngenerate_dead_ass_valid_nif(initial_value=4) # Raise exception\n\n\n```\n\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/CharlieBrownCharacter/nifverifier", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nifverifier", "package_url": "https://pypi.org/project/nifverifier/", "platform": "", "project_url": "https://pypi.org/project/nifverifier/", "project_urls": { "Homepage": "https://github.com/CharlieBrownCharacter/nifverifier" }, "release_url": "https://pypi.org/project/nifverifier/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Simple package to verify and generate NIF numbers in Portugal", "version": "0.0.1" }, "last_serial": 5161991, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "19b8e314aa315057f389ea0b0fc852cf", "sha256": "ec322aec38c65b8a982a510451dc9f4417505f2cd3e643f20c7775063f5581eb" }, "downloads": -1, "filename": "nifverifier-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "19b8e314aa315057f389ea0b0fc852cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2851, "upload_time": "2019-04-18T20:12:14", "url": "https://files.pythonhosted.org/packages/2e/b7/183a6f4a648a202994092ed2049b84d90a91a7a50bf3c7140904a99ccbb1/nifverifier-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7e99245791212517faa7c0b85fa540e", "sha256": "024c0d56919a9b7b9b3c84bd92155a3ce41f054a24b1aa7242fb29f433030568" }, "downloads": -1, "filename": "nifverifier-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b7e99245791212517faa7c0b85fa540e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2489, "upload_time": "2019-04-18T20:12:16", "url": "https://files.pythonhosted.org/packages/f1/d0/cfbe4c4ab11b12ac0ddd957f66815c4478f4cd46aeb5532c502ee7b6eb37/nifverifier-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "19b8e314aa315057f389ea0b0fc852cf", "sha256": "ec322aec38c65b8a982a510451dc9f4417505f2cd3e643f20c7775063f5581eb" }, "downloads": -1, "filename": "nifverifier-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "19b8e314aa315057f389ea0b0fc852cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2851, "upload_time": "2019-04-18T20:12:14", "url": "https://files.pythonhosted.org/packages/2e/b7/183a6f4a648a202994092ed2049b84d90a91a7a50bf3c7140904a99ccbb1/nifverifier-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7e99245791212517faa7c0b85fa540e", "sha256": "024c0d56919a9b7b9b3c84bd92155a3ce41f054a24b1aa7242fb29f433030568" }, "downloads": -1, "filename": "nifverifier-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b7e99245791212517faa7c0b85fa540e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2489, "upload_time": "2019-04-18T20:12:16", "url": "https://files.pythonhosted.org/packages/f1/d0/cfbe4c4ab11b12ac0ddd957f66815c4478f4cd46aeb5532c502ee7b6eb37/nifverifier-0.0.1.tar.gz" } ] }