{ "info": { "author": "Rob Cakebread", "author_email": "cakebread @ gmail", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "yolk 0.4.3\n==========\n\n.. contents::\n\nInstallation\n------------\n\nYou can install yolk with ``pip install yolk`` or via your distro's package manager, if available.\n\nAs of 0.0.7 yolk is in Gentoo's Portage tree as dev-python/yolk and a plugin for Portage named dev-python/yolk-portage. The portage plugin shows you which Python packages were installed via Portage and which were installed directly with pip (or easy_install). Check out that plugin and make one for your favorite distro. It's a great way to find Python cruft.\n\n\nSummary\n-------\n\nYolk is a Python tool for obtaining information about installed Python packages and querying packages avilable on PyPI (Python Package Index). \n\nYou can see which packages are active, non-active or in development mode and show you which have newer versions available by querying PyPI. \n\nUsage Examples::\n\n $ yolk -l\n List all installed Python packages\n\n $ yolk -a \n List only the activated packages installed (Activated packages are normal packages on sys.path you can import) \n\n $ yolk -n \n List only the non-activated (--multi-version) packages installed \n \n $ yolk -l -f License,Author nose==1.0\n Show the license and author for version 1.0 of the package `nose`\n\n $ yolk --entry-map nose\n Show entry map for the nose package\n\n $ yolk --entry-points nose.plugins\n Show all setuptools entry points for nose.plugins\n\n\nThese options query PyPI::\n\n $ yolk -U pkg_name\n Shows if an update for pkg_name is available by querying PyPI\n\n $ yolk -U\n Checks PyPI to see if any installed Python packages have updates available.\n\n $ yolk -F Paste\n Download source tarball for latest version of Paste to your current directory\n\n $ yolk -F Paste -T svn\n Do a subversion checkout for Paste to a directory named Paste_svn in your current directory.\n\n $ yolk -L 2\n Show list of CheeseShop releases in the last two hours\n\n $ yolk -C 2\n Show detailed list of changes in the CheeseShop in the last two hours\n\n $ yolk -M Paste==1.0 \n Show all the metadata for Paste version 1.0 \n\n $ yolk -M Paste \n Show all the metadata for the latest version of Paste listed on PyPi\n\n $ yolk -D cheesecake \n Show all (source, egg, svn) URL's for the latest version of cheesecake packages\n\n $ yolk -T source -D cheesecake \n Show only source code releases for cheesecake \n\n $ yolk -H twisted \n Launches your web browser at Twisted's home page \n\n\nTips and Tricks\n---------------\n\n * Use yolk inside your virtualenv to see which packages are installed.\n\n * Upgrade all installed Python packages:\n\n\n Warning: You only want to do this inside a virtualenv. If you're using Linux, use your package manager to install Python packages globally whenever possible. Think twice before upgrading all packages system-wide on OSX.\n\n $ pip install -U `yolk -U | awk '{print $1}'`\n\n\n\nChanges\n-------\n**0.4.3**: Added missing documentation and license files\n\n\n \n**0.4.2**: Fix for -C when an integer isn't supplied\n \n Fix for --entry-map from Jesus Rivero (Neurogeek) neurogeek@gentoo.org. Thanks, Jesus!\n\t\t\n\t\t Switch to BSD license from GPL-2\n\n\n**0.4.1**: Fix for -f fields\n \n Add check for integer with -L\n\n\n**0.4.0**: Added http proxy support for XML-RPC\n \n Added case-insensitive search for -f\n\n Non-existent packages with -S no longer show entire index (bug was with PyPI)\n\n Fixed exception when package has no metadata\n\n\n**0.3.0**: Added -C and -L options for new PyPI XML-RPC methods `changelog` and `updated_releases`\n\n Always check package name cache on disk before querying PyPi to see if a package exists and has proper case.\n\n Added -F option to download source, egg or subversion checkouts.\n\n Removed -L RSS feed option because the new `updated_releases` XML-RPC method is much nicer\n\n Fixed '-D -T egg' so it won't return source if no egg is available\n\n Major refactoring.\n\n Removed dependency on elementtree \n\n \n**0.2.0**: Added 'svn' type for -T\n\n A kablillion bug fixes\n\n\n**0.1.0**: You can now use -f with -M\n\n More accurate URL's with -D using pip\n\n Ability to check for a single package with -U\n\n Uses std Python logging module\n\n Fixed bug so we have correct exit codes\n\n\n**0.0.7**: New options: --entry-map and -entry-points\n \n Improved results with --download-links\n\n New plugin system. First plugin available: yolk-portage\n for Gentoo Linux.\n\n -v option is now --version\n\n -v is now a new option: --verbose\n\n Many bug fixes.\n\n\n**0.0.6**: Fix Windows problem which showed all pkgs in develop mode\n on some systems.\n\n Fix bad interpreter shebang in rss_feed.py example\n\n Start using nose unit tests from setup.py\n\n Use restructuredtext in docstrings\n\n\n**0.0.5**: Show packages installed in 'development' mode.\n\n Improved output of -l, -n and -a. You can get the previous (<=0.0.4)\n output by adding '-f Summary'\n\n More sanity checking for various options.\n\n Don't throw exception if there is no package metadata\n\n\n**0.0.4**: Added -U option to query PyPI for new versions of packages you have \n installed\n\nRequirements\n------------\n\n* setuptools (Distribute preferred)\n\n* elementtree (For RSS feed option extra_requires [RSS]) (included in Python >=2.5)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cakebread/yolk", "keywords": "PyPI setuptools cheeseshop distutils eggs package management", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "yolk", "package_url": "https://pypi.org/project/yolk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yolk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cakebread/yolk" }, "release_url": "https://pypi.org/project/yolk/0.4.3/", "requires_dist": null, "requires_python": null, "summary": "Command-line tool for querying PyPI and Python packages installed on your system.", "version": "0.4.3" }, "last_serial": 803464, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "dfbb53d39bc6f1612e041aa5c75aec22", "sha256": "a6b9e284287c46af6fdb386703f9676c436059e39e8455315fa3d847f9e19702" }, "downloads": -1, "filename": "yolk-0.0.2.tar.gz", "has_sig": false, "md5_digest": "dfbb53d39bc6f1612e041aa5c75aec22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28817, "upload_time": "2007-01-29T02:34:22", "url": "https://files.pythonhosted.org/packages/b5/32/1465688a09ee8369ee674da8c3bc999904d5e1984a228c011e619161752b/yolk-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "4be7e397c004caae3595035c01922b5d", "sha256": "82c39d06481207b0fb7b3f9ff187614499ba623511d6a3b49709d96a061c7bb1" }, "downloads": -1, "filename": "yolk-0.0.3.tar.gz", "has_sig": false, "md5_digest": "4be7e397c004caae3595035c01922b5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29783, "upload_time": "2007-02-12T21:05:03", "url": "https://files.pythonhosted.org/packages/8c/42/d0a0a6b76e7d9a20ab7821c9d27cc54245f476633df6468130e7a5a60d3f/yolk-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "8d37529faa311187f1f20e199bbe3cec", "sha256": "17c22be5eb4f579c280bde7723d9d43c46a08569f3432677801d27d8d72dc92b" }, "downloads": -1, "filename": "yolk-0.0.4-py2.4.egg", "has_sig": false, "md5_digest": "8d37529faa311187f1f20e199bbe3cec", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 21980, "upload_time": "2007-02-13T03:02:59", "url": "https://files.pythonhosted.org/packages/9c/d4/a7c57ce58e310d2657fee89024547118eee5ade9c92d437d11441a5a6bd3/yolk-0.0.4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0f1b6f357ea953bbcd538bf2c2d1890e", "sha256": "a42ab6ab706da67454ea551832f74f7f320bf91df2faf0e017e35469de946b71" }, "downloads": -1, "filename": "yolk-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0f1b6f357ea953bbcd538bf2c2d1890e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34383, "upload_time": "2007-02-13T03:02:56", "url": "https://files.pythonhosted.org/packages/ee/44/529c67003f223f7701207caa75352392a84c05b4569c05cf7554c0d508b9/yolk-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "eddf421e3fdb1457dd41732cb2baecf2", "sha256": "e21003235b32808c73389d4c977313addb4f4215723475fbcd560984e19b2d35" }, "downloads": -1, "filename": "yolk-0.0.5.tar.gz", "has_sig": false, "md5_digest": "eddf421e3fdb1457dd41732cb2baecf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34255, "upload_time": "2007-02-27T22:47:43", "url": "https://files.pythonhosted.org/packages/4a/05/419cfa3d69f684e97cd8d7e8b983000ae3f6fcd7ae7481bb2edd1e3b257f/yolk-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "94f62413f17e66cd61b22942bb59a49d", "sha256": "c5c83831ab708a1ee51f4b14ab96b549c21721bc83b5a39957b29d0d283165f1" }, "downloads": -1, "filename": "yolk-0.0.6.tar.gz", "has_sig": false, "md5_digest": "94f62413f17e66cd61b22942bb59a49d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34682, "upload_time": "2007-03-01T20:19:50", "url": "https://files.pythonhosted.org/packages/bb/20/64da0f21d6845c28362b723331bb939289cfbe1abe1d8b3629a938084a05/yolk-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "c0622b9727cbfe150f203b345d3f50e8", "sha256": "10440e4d37b1c9f52e1437b5a789b629061eb9cbf05a5afb08d673840a190437" }, "downloads": -1, "filename": "yolk-0.0.7.tar.gz", "has_sig": false, "md5_digest": "c0622b9727cbfe150f203b345d3f50e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29441, "upload_time": "2007-04-23T05:10:28", "url": "https://files.pythonhosted.org/packages/83/5a/94fa5fbcccd622ee626b3484825cc2fc93d4149beca5797ac6b5671868cc/yolk-0.0.7.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "f7f8b7641cb39ac390cc6ba269bf122d", "sha256": "ec04f5cb62cece76ecf1e0215287792d5973fe6852600d2c587a123ac1d10704" }, "downloads": -1, "filename": "yolk-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f7f8b7641cb39ac390cc6ba269bf122d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73596, "upload_time": "2007-05-18T02:50:43", "url": "https://files.pythonhosted.org/packages/5e/bc/e2b9cc34ebb63cf459356e6c318962e712f684d494e967e912355b9f8938/yolk-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "16ec80911dd165a4887b0842ccdb31da", "sha256": "6ed5865c24f02984a4b21de23a05324894b865330b452d1d65a690100a915496" }, "downloads": -1, "filename": "yolk-0.2.0.tar.gz", "has_sig": false, "md5_digest": "16ec80911dd165a4887b0842ccdb31da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75378, "upload_time": "2007-07-07T16:10:06", "url": "https://files.pythonhosted.org/packages/4b/71/5af434a11c7a10a4324467b7c46a4d80edacb006fb2d46b027f0dad58377/yolk-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "d0b99ab1cf1afb58bf745135674e7201", "sha256": "26d93872af86575a61fbcbe95c0b50e4667eb83133fdf79eec045a065b89f052" }, "downloads": -1, "filename": "yolk-0.3.0-py2.5.egg", "has_sig": false, "md5_digest": "d0b99ab1cf1afb58bf745135674e7201", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 45894, "upload_time": "2007-07-17T06:00:05", "url": "https://files.pythonhosted.org/packages/27/75/0c37ad6d090ac81b290787c891f587a84ca447dfdd34c8e942ca0b747797/yolk-0.3.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "29bf8329626576b1ab1387bb6226331d", "sha256": "c598bf8e7140a3809c7692e7807ce9347ede7661ca801888a7112216d4cb59ea" }, "downloads": -1, "filename": "yolk-0.3.0.tar.gz", "has_sig": false, "md5_digest": "29bf8329626576b1ab1387bb6226331d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78934, "upload_time": "2007-07-17T00:29:36", "url": "https://files.pythonhosted.org/packages/ed/bb/eb03640d0dc0372893adbce34629c19abb14b5af3bec8b711cd0dfb2afbd/yolk-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b004960d3fa3db15f790687e2e91c0b8", "sha256": "ba3d112584e92053e8d830e9684686e64fa0a4e76d2ff5721d8546db033109e2" }, "downloads": -1, "filename": "yolk-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b004960d3fa3db15f790687e2e91c0b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80415, "upload_time": "2008-08-11T06:23:24", "url": "https://files.pythonhosted.org/packages/03/65/3205beac030b9da934cc4bc0c6584116b594c1eac73e8e5cb57216977f30/yolk-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "100b0f20aaf66aacd53987714cc91c3d", "sha256": "f03d9ebe2fa67aa210868312a474d949d26732b743aeece970e06f02ff740212" }, "downloads": -1, "filename": "yolk-0.4.1.tar.gz", "has_sig": false, "md5_digest": "100b0f20aaf66aacd53987714cc91c3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80537, "upload_time": "2008-08-11T14:37:02", "url": "https://files.pythonhosted.org/packages/97/d1/768fbe5354c746c60040826b0dae7f3bc80e1a54dbf579cb81a0c215c0da/yolk-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "3d5797801e27dd91256a6460043bb7c9", "sha256": "28370c104e7b25e41a18309c961379c88eca98b1f2ef5e678afa41310bd65015" }, "downloads": -1, "filename": "yolk-0.4.2.tar.gz", "has_sig": false, "md5_digest": "3d5797801e27dd91256a6460043bb7c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20324, "upload_time": "2012-02-06T07:02:19", "url": "https://files.pythonhosted.org/packages/f1/05/8da5ad8d0cf4e3349fdfb227f43e8c9cddd88fd9684b76032a20ba99c99c/yolk-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "10dfabca7a020058436aec9dbad70123", "sha256": "1c07eb4001dc133c08e66e38c5d58faa7616ae804f8d0ab02dd44a1044e7ddb8" }, "downloads": -1, "filename": "yolk-0.4.3.tar.gz", "has_sig": false, "md5_digest": "10dfabca7a020058436aec9dbad70123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86100, "upload_time": "2012-02-06T21:36:11", "url": "https://files.pythonhosted.org/packages/2b/c0/73510e50668b70f3fad25328c58d7a29a300a2e452058dfdcb7c7538af7b/yolk-0.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10dfabca7a020058436aec9dbad70123", "sha256": "1c07eb4001dc133c08e66e38c5d58faa7616ae804f8d0ab02dd44a1044e7ddb8" }, "downloads": -1, "filename": "yolk-0.4.3.tar.gz", "has_sig": false, "md5_digest": "10dfabca7a020058436aec9dbad70123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86100, "upload_time": "2012-02-06T21:36:11", "url": "https://files.pythonhosted.org/packages/2b/c0/73510e50668b70f3fad25328c58d7a29a300a2e452058dfdcb7c7538af7b/yolk-0.4.3.tar.gz" } ] }