{ "info": { "author": "Robert Dick", "author_email": "dickrp@eecs.umich.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Python Software Foundation License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "Quine-McCluskey two-level logic minimization method.\n\nCopyright 2008, Robert Dick with improvements\nfrom Pat Maupin .\n\nRoutines to compute the optimal sum of products implementation from sets of\ndon't-care terms, minterms, and maxterms.\n\nCommand-line usage example:\n qm.py -o1,2,5 -d0,7\n\nLibrary usage example:\n import qm\n print qm.qm(ones=[1, 2, 5], dc=[0, 7])\n\nPlease see the license file for legal information.", "description_content_type": null, "docs_url": null, "download_url": "http://robertdick.org/python/qm-0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://robertdick.org/python/mods.html", "keywords": null, "license": "modified Python", "maintainer": null, "maintainer_email": null, "name": "qm", "package_url": "https://pypi.org/project/qm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/qm/", "project_urls": { "Download": "http://robertdick.org/python/qm-0.2.tar.gz", "Homepage": "http://robertdick.org/python/mods.html" }, "release_url": "https://pypi.org/project/qm/0.2/", "requires_dist": null, "requires_python": null, "summary": "Quine-McCluskey two-level logic minimization method.", "version": "0.2" }, "last_serial": 157419, "releases": { "0.1": [], "0.2": [] }, "urls": [] }