{ "info": { "author": "Morgan Saville", "author_email": "gbt505@hotmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# NoVals\n\nA python module which prevents the programmer from typing any raw values (string, number or None) into the source code of any file which imports the module. This is used to verify the validity of NoVals Code Golf solutions.\n\n## Installation\n\nNoVals can be installed with pip as follows:\n\n```\npip install novals\n```\n\nOr can be installed directly via the command line:\n\n```\npython setup.py build\n```\n\n## Usage\n\nTo use NoVals, simply import it into your scripts as follows:\n\n```\nimport novals\n```\n\nNo initialization is required.\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/ThePythonist/NoVals", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "NoVals", "package_url": "https://pypi.org/project/NoVals/", "platform": "", "project_url": "https://pypi.org/project/NoVals/", "project_urls": { "Homepage": "https://github.com/ThePythonist/NoVals" }, "release_url": "https://pypi.org/project/NoVals/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Throws an error if any literals are in the source code, to help with verifying NoVals Code Golf solutions", "version": "1.0.1" }, "last_serial": 4921388, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "608e101b77dbae35a63dd2391a533c02", "sha256": "83e8f169e86a7ecf0fd8a32c3082cb64b768d46d2abc437bcef80d495689f218" }, "downloads": -1, "filename": "NoVals-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "608e101b77dbae35a63dd2391a533c02", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2804, "upload_time": "2019-03-10T14:16:35", "url": "https://files.pythonhosted.org/packages/24/d8/b14310ffc37ee38e9b4aa80fd33753cc1925761412b9ad694ff89bc6b5a9/NoVals-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cafda864a214f0ff1dd9ebb7b8fd44ba", "sha256": "b166c4b7d7c25a916a8b296544338e104f4e3903335437eb6f0dcecd2ba8d7aa" }, "downloads": -1, "filename": "NoVals-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cafda864a214f0ff1dd9ebb7b8fd44ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1691, "upload_time": "2019-03-10T14:16:37", "url": "https://files.pythonhosted.org/packages/1c/21/74911733a484f1bfba8b648507eeec6dc3ccb24223c7f2544de01cfc076c/NoVals-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "608e101b77dbae35a63dd2391a533c02", "sha256": "83e8f169e86a7ecf0fd8a32c3082cb64b768d46d2abc437bcef80d495689f218" }, "downloads": -1, "filename": "NoVals-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "608e101b77dbae35a63dd2391a533c02", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2804, "upload_time": "2019-03-10T14:16:35", "url": "https://files.pythonhosted.org/packages/24/d8/b14310ffc37ee38e9b4aa80fd33753cc1925761412b9ad694ff89bc6b5a9/NoVals-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cafda864a214f0ff1dd9ebb7b8fd44ba", "sha256": "b166c4b7d7c25a916a8b296544338e104f4e3903335437eb6f0dcecd2ba8d7aa" }, "downloads": -1, "filename": "NoVals-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cafda864a214f0ff1dd9ebb7b8fd44ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1691, "upload_time": "2019-03-10T14:16:37", "url": "https://files.pythonhosted.org/packages/1c/21/74911733a484f1bfba8b648507eeec6dc3ccb24223c7f2544de01cfc076c/NoVals-1.0.1.tar.gz" } ] }