Library and command-line tool for listing packages installed by setuptools, their metadata and dependencies and PyPI querying.
Project description
yolk
====
.. contents::
Installation
------------
You can install yolk with ``easy_install yolk`` or install from the `subversion
repository <http://anonymous@tools.assembla.com/svn/yolk/trunk/#egg=yolk-dev>`_
with ``easy_install yolk==dev``.
Gentoo users can use the ebuild in my `overlay
<http://overlays.gentoo.org/dev/pythonhead/wiki>`_
Summary
-------
Yolk is a Python library and command-line tool for obtaining information about
packages installed by setuptools and packages on PyPI (Python Package Index
a.k.a. The Cheese Shop).
Yolk can list all the packages installed by setuptools on your system, show
which packages are active, non-active or in development mode and show you which
have newer versions available.
Usage Examples::
$ yolk -n
List only the non-activated (--multi-version) packages installed
$ yolk -a
List only the activated packages installed (Activated packages are
normal packages on sys.path you can import)
$ yolk -l
List all installed package
$ yolk -l -f License,Author
Show the license and author for each installed package
These options query PyPI::
$ yolk -U
Finds all packages installed via setuptools then checks PyPI for newer
releases.
$ yolk -M Paste 1.0
Show all the metadata for Paste version 1.0
$ yolk -M Paste
Show all the metadata for each version of Paste listed on PyPi?
$ yolk -D cheesecake
Show all URL's for cheesecake packages you can download
$ yolk -T source -D cheesecake
Show only source code releases for cheesecake
$ yolk -H twisted
Launches your web browser at Twisted's home page
Changes
-------
**0.0.5**: Show packages installed in 'development' mode.
Improved output of -l, -n and -a. You can get the previous (<=0.0.4)
output by adding '-f Summary'
More sanity checking for various options.
Don't throw exception if there is no package metadata
**0.0.4**: Added -U option to query PyPI for new versions of packages you have
installed
Requirements
------------
setuptools
elementtree (Optional, for fetching PyPI RSS feed)
====
.. contents::
Installation
------------
You can install yolk with ``easy_install yolk`` or install from the `subversion
repository <http://anonymous@tools.assembla.com/svn/yolk/trunk/#egg=yolk-dev>`_
with ``easy_install yolk==dev``.
Gentoo users can use the ebuild in my `overlay
<http://overlays.gentoo.org/dev/pythonhead/wiki>`_
Summary
-------
Yolk is a Python library and command-line tool for obtaining information about
packages installed by setuptools and packages on PyPI (Python Package Index
a.k.a. The Cheese Shop).
Yolk can list all the packages installed by setuptools on your system, show
which packages are active, non-active or in development mode and show you which
have newer versions available.
Usage Examples::
$ yolk -n
List only the non-activated (--multi-version) packages installed
$ yolk -a
List only the activated packages installed (Activated packages are
normal packages on sys.path you can import)
$ yolk -l
List all installed package
$ yolk -l -f License,Author
Show the license and author for each installed package
These options query PyPI::
$ yolk -U
Finds all packages installed via setuptools then checks PyPI for newer
releases.
$ yolk -M Paste 1.0
Show all the metadata for Paste version 1.0
$ yolk -M Paste
Show all the metadata for each version of Paste listed on PyPi?
$ yolk -D cheesecake
Show all URL's for cheesecake packages you can download
$ yolk -T source -D cheesecake
Show only source code releases for cheesecake
$ yolk -H twisted
Launches your web browser at Twisted's home page
Changes
-------
**0.0.5**: Show packages installed in 'development' mode.
Improved output of -l, -n and -a. You can get the previous (<=0.0.4)
output by adding '-f Summary'
More sanity checking for various options.
Don't throw exception if there is no package metadata
**0.0.4**: Added -U option to query PyPI for new versions of packages you have
installed
Requirements
------------
setuptools
elementtree (Optional, for fetching PyPI RSS feed)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yolk-0.0.5.tar.gz
(34.3 kB
view details)
File details
Details for the file yolk-0.0.5.tar.gz
.
File metadata
- Download URL: yolk-0.0.5.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e21003235b32808c73389d4c977313addb4f4215723475fbcd560984e19b2d35 |
|
MD5 | eddf421e3fdb1457dd41732cb2baecf2 |
|
BLAKE2b-256 | 4a05419cfa3d69f684e97cd8d7e8b983000ae3f6fcd7ae7481bb2edd1e3b257f |