{ "info": { "author": "Viktor Prymak", "author_email": "sammorow@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Education" ], "description": "# Truthtable\n```\nUsage:\n./truthtable.py [-hbn] [--help] [--bool|--numeric]\n -h | --help Print this message\n -b | --bool Use boolean values to fill the table\n -n | --numeric Use numeric values to fill the table(defualt)\n -d | --debug For printing intermediate representation of expression\n\nExpression syntax:\n Variable name:\n [a-zA-Z]+\n Operations:\n && - conjunction\n || - disjunction\n -> - implication\n <- - converse implication\n <=> - biconditional\n ^ - exclusive disjunction\n ~ - negation\nExamples:\n A && B ^ ~(~A || (A<=>C))\n A && B <=> ~(~A -> ~(~B <=> A))\n BC -> A -> C <=> ~(A || (BC && C))\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/Iheiko/truthtable/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "truthtable", "package_url": "https://pypi.org/project/truthtable/", "platform": "", "project_url": "https://pypi.org/project/truthtable/", "project_urls": { "Homepage": "https://github.com/Iheiko/truthtable/" }, "release_url": "https://pypi.org/project/truthtable/0.0.1/", "requires_dist": [ "prettytable" ], "requires_python": "", "summary": "Small program to build truth tables from expressions", "version": "0.0.1" }, "last_serial": 4467649, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f6165534125eee88c0f0625b2b426d42", "sha256": "b9d0cc44af4ad4d126d03316bf2c15519b428f86787cd4176a0b9eda68f38217" }, "downloads": -1, "filename": "truthtable-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f6165534125eee88c0f0625b2b426d42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5410, "upload_time": "2018-11-09T00:02:58", "url": "https://files.pythonhosted.org/packages/10/06/792061ad6274dc14d38511a9ff46d25ae1d14d86b0ecf81e1eddeea64e06/truthtable-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f6165534125eee88c0f0625b2b426d42", "sha256": "b9d0cc44af4ad4d126d03316bf2c15519b428f86787cd4176a0b9eda68f38217" }, "downloads": -1, "filename": "truthtable-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f6165534125eee88c0f0625b2b426d42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5410, "upload_time": "2018-11-09T00:02:58", "url": "https://files.pythonhosted.org/packages/10/06/792061ad6274dc14d38511a9ff46d25ae1d14d86b0ecf81e1eddeea64e06/truthtable-0.0.1-py3-none-any.whl" } ] }