{ "info": { "author": "Pierre de Buyl", "author_email": "pdebuyl@pdebuyl.be", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "whych\n=====\n\nA tool to locate the Python modules that your interpreter has access to.\n\nwhych is only run as a \"command-line module\" with the ``-m`` flag to the Python\ninterpreter, from the REPL or from a notebook. whych is not as a standalone\nexecutable, so that the Python interpreter that is used is obvious.\n\nExamples\n--------\n\n>From the command-line::\n\n $ python3 -m whych collections\n Python executable: /usr/bin/python3\n Module \"collections\" found at location: /usr/lib/python3.5/collections\n\n\n $ python -m whych numpy --module-version\n Python executable: /usr/bin/python\n Module \"numpy\" found at location: /usr/lib/python2.7/dist-packages/numpy\n numpy version: 1.12.0b1\n\n>From an interpreter::\n\n >>> import whych\n >>> whych.whych('pip')\n Python executable: /usr/bin/python3\n Module \"pip\" found at location: /home/pierre/.local/lib/python3.5/site-packages/pip\n\nInstallation\n------------\n\n pip install whych", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pdebuyl/whych", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "whych", "package_url": "https://pypi.org/project/whych/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/whych/", "project_urls": { "Homepage": "https://github.com/pdebuyl/whych" }, "release_url": "https://pypi.org/project/whych/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "A module to find modules", "version": "0.2.1" }, "last_serial": 2711405, "releases": { "0.2.0.dev0": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "531da1c9e6e678d1c88e0df204260b03", "sha256": "6b2eb66b7334f1f2087adbf37ee4a2997780bf8866b28f3ff7d5f6614e1ba303" }, "downloads": -1, "filename": "whych-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "531da1c9e6e678d1c88e0df204260b03", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3968, "upload_time": "2017-03-16T23:10:14", "url": "https://files.pythonhosted.org/packages/58/e7/63af919a428d5dbbd334e1fcf377bcb34ad2b091d98610344d760f64b31f/whych-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6776b186b589a2a3461f49ca044ad621", "sha256": "179fe80744d4051be84082ff338201c4006507ae544d329b0416477975d27ddf" }, "downloads": -1, "filename": "whych-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6776b186b589a2a3461f49ca044ad621", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2127, "upload_time": "2017-03-16T23:10:17", "url": "https://files.pythonhosted.org/packages/eb/dd/be6d8a1bd3e52d350e422488b37d95b09300d4e392a02e64e060fe919254/whych-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "531da1c9e6e678d1c88e0df204260b03", "sha256": "6b2eb66b7334f1f2087adbf37ee4a2997780bf8866b28f3ff7d5f6614e1ba303" }, "downloads": -1, "filename": "whych-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "531da1c9e6e678d1c88e0df204260b03", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3968, "upload_time": "2017-03-16T23:10:14", "url": "https://files.pythonhosted.org/packages/58/e7/63af919a428d5dbbd334e1fcf377bcb34ad2b091d98610344d760f64b31f/whych-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6776b186b589a2a3461f49ca044ad621", "sha256": "179fe80744d4051be84082ff338201c4006507ae544d329b0416477975d27ddf" }, "downloads": -1, "filename": "whych-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6776b186b589a2a3461f49ca044ad621", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2127, "upload_time": "2017-03-16T23:10:17", "url": "https://files.pythonhosted.org/packages/eb/dd/be6d8a1bd3e52d350e422488b37d95b09300d4e392a02e64e060fe919254/whych-0.2.1.tar.gz" } ] }