{ "info": { "author": "lonnen", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "veritas\n======\n\nVeritas is a Python library implementing a throwaway variable that attempts to return true no matter how it is called upon.\n\nIt is intended for writing tests where you must provide some variables to an interface but your particular test will never read what happens to them. Veritas attempts to make sure that whatever the side effects on these variables it will not derail program execution. It implements comparable, numeric, callable, container, iterator, binary, in-place, unary, context manager, and async interfaces.\n\n\n:Code: https://github.com/lonnen/veritas/\n:Issues: https://github.com/lonnen/veritas/issues\n:License: BSD 3-clause; See LICENSE\n\nInstall\n=======\n\nFrom PyPI\n---------\n\nRun::\n\n $ pip install veritas\n\nFor hacking\n-----------\n\nRun::\n\n $ git clone https://github.com/lonnen/veritas\n # Create a virtualenvironment\n $ pip install -r requirements-dev.txt\n\n\nUsage\n=====\n\nsee tests for example usage\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lonnen/veritas", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "veritas", "package_url": "https://pypi.org/project/veritas/", "platform": "", "project_url": "https://pypi.org/project/veritas/", "project_urls": { "Homepage": "https://github.com/lonnen/veritas" }, "release_url": "https://pypi.org/project/veritas/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "an executable implementation of _ in function definitions", "version": "0.1.2" }, "last_serial": 2748670, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "516582954e556a6a1e67776a8677fe69", "sha256": "5dee65a6396eff1ab76f93c2232f1a723e2aa345fe06cd86d011881da7e45051" }, "downloads": -1, "filename": "veritas-0.1.0.tar.gz", "has_sig": false, "md5_digest": "516582954e556a6a1e67776a8677fe69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3681, "upload_time": "2017-04-02T17:21:18", "url": "https://files.pythonhosted.org/packages/ae/ef/48a854abaf4d827ef5ab20ef8237155719567ad69881b1f55f75385b7107/veritas-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "eabf86f259ea2496946576c50ae3af24", "sha256": "e06e2dc0b16ac2fcd1f2c739e952e1e5024051ee420d49709acdab118d62199b" }, "downloads": -1, "filename": "veritas-0.1.1.tar.gz", "has_sig": false, "md5_digest": "eabf86f259ea2496946576c50ae3af24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3746, "upload_time": "2017-04-02T17:30:31", "url": "https://files.pythonhosted.org/packages/89/02/46c9a64bdbf3608ec2d0537e07d2324c03e31faa354f51ceac860e972829/veritas-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3b379e5dca8287c3747b2457d096e3c1", "sha256": "788a6e22eb0f7975ead38557b568a282a2dbac663b13d9778ea5e4d5f1d256f2" }, "downloads": -1, "filename": "veritas-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3b379e5dca8287c3747b2457d096e3c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3746, "upload_time": "2017-04-03T05:55:45", "url": "https://files.pythonhosted.org/packages/b6/f9/19f4a05647e991fbc605dea8d7dff56462c1189d2fba1e640ad9b5e3dc16/veritas-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b379e5dca8287c3747b2457d096e3c1", "sha256": "788a6e22eb0f7975ead38557b568a282a2dbac663b13d9778ea5e4d5f1d256f2" }, "downloads": -1, "filename": "veritas-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3b379e5dca8287c3747b2457d096e3c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3746, "upload_time": "2017-04-03T05:55:45", "url": "https://files.pythonhosted.org/packages/b6/f9/19f4a05647e991fbc605dea8d7dff56462c1189d2fba1e640ad9b5e3dc16/veritas-0.1.2.tar.gz" } ] }