{ "info": { "author": "Jonas H\u00fcbotter", "author_email": "me@jonhue.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3.6" ], "description": "# Propose\n\nBuild truthtables with your command line.\n\n![capture](https://user-images.githubusercontent.com/13420273/53683290-4d235900-3cff-11e9-9e1f-3ee883a91b8b.PNG)\n\n### Operands\n\n```\nF <-> G | biconditional\nF -> G | implication\nF xor G | exclusive or\nF + G | or\nF * G | and\n!F | not\n```\n\n## Installation\n\nInstall Propose with PIP\n\n $ pip3 install propose\n\n## Usage\n\nPass an inline formula:\n\n $ propose \"a * b\"\n\nPass a file instead:\n\n $ propose --file formula.propose\n\nTo get a list of all available commands and options:\n\n $ propose --help\n\n## Development\n\n1. Clone this repository\n\n ```\n $ git clone git@github.com:jonhue/propose.git\n ```\n\n2. Install Propose with Pip. You may want to use a virtualenv\n\n ```\n $ make setup\n ```\n\nRebuild & reinstall Propose:\n\n $ make reload\n\nRun tests:\n\n $ make spec\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": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "propose", "package_url": "https://pypi.org/project/propose/", "platform": "", "project_url": "https://pypi.org/project/propose/", "project_urls": { "Bug Reports": "https://github.com/jonhue/propose/issues", "Source": "https://github.com/jonhue/propose" }, "release_url": "https://pypi.org/project/propose/0.1.0a0/", "requires_dist": [ "colorama (==0.4.1)", "docopt (==0.6.2)", "rply (==0.7.6)", "pytest (==4.1.0) ; extra == 'dev'" ], "requires_python": "", "summary": "Build truthtables with your command line", "version": "0.1.0a0" }, "last_serial": 4888482, "releases": { "0.1.0a0": [ { "comment_text": "", "digests": { "md5": "9126bcc49f9035e9e7b8ca48e6467b37", "sha256": "7f7de1c985f7a767e400a204956e4e8a31f0b10538010f76df7717f38a0a0ef9" }, "downloads": -1, "filename": "propose-0.1.0a0-py3-none-any.whl", "has_sig": false, "md5_digest": "9126bcc49f9035e9e7b8ca48e6467b37", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21082, "upload_time": "2019-03-02T15:00:29", "url": "https://files.pythonhosted.org/packages/2e/e0/04f5ff1e68b6ff9380300d52056dbc0548c7efad60c653af11bb05986b86/propose-0.1.0a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "316e77cbf4b2fa7b3bf142eb84712d55", "sha256": "3631a31546c49e8578e7275896ba5e691ddc98a3b920a7519626d5e91c60e997" }, "downloads": -1, "filename": "propose-0.1.0a0.tar.gz", "has_sig": false, "md5_digest": "316e77cbf4b2fa7b3bf142eb84712d55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5777, "upload_time": "2019-03-02T15:00:31", "url": "https://files.pythonhosted.org/packages/0f/f0/7d0721823d59e6df44f035adfc2ca8bcfe21b726c627fc74c51c12e9cd83/propose-0.1.0a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9126bcc49f9035e9e7b8ca48e6467b37", "sha256": "7f7de1c985f7a767e400a204956e4e8a31f0b10538010f76df7717f38a0a0ef9" }, "downloads": -1, "filename": "propose-0.1.0a0-py3-none-any.whl", "has_sig": false, "md5_digest": "9126bcc49f9035e9e7b8ca48e6467b37", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21082, "upload_time": "2019-03-02T15:00:29", "url": "https://files.pythonhosted.org/packages/2e/e0/04f5ff1e68b6ff9380300d52056dbc0548c7efad60c653af11bb05986b86/propose-0.1.0a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "316e77cbf4b2fa7b3bf142eb84712d55", "sha256": "3631a31546c49e8578e7275896ba5e691ddc98a3b920a7519626d5e91c60e997" }, "downloads": -1, "filename": "propose-0.1.0a0.tar.gz", "has_sig": false, "md5_digest": "316e77cbf4b2fa7b3bf142eb84712d55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5777, "upload_time": "2019-03-02T15:00:31", "url": "https://files.pythonhosted.org/packages/0f/f0/7d0721823d59e6df44f035adfc2ca8bcfe21b726c627fc74c51c12e9cd83/propose-0.1.0a0.tar.gz" } ] }