1YOLK(1)                          User Commands                         YOLK(1)
2
3
4

NAME

6       yolk - manual page for yolk 0.0.2
7

DESCRIPTION

9       usage: yolk [options] <package_name> <version>
10
11   options:
12       -h, --help
13              show this help message and exit
14
15       -v, --version
16              Show yolk version and exit.
17
18              Query installed Python packages:
19
20              The  following  options  show  information about Python packages
21              installed by setuptools. Activated packages are normal  packages
22              on  sys.path  that  can be imported. Non-activated packages need
23              'pkg_resources.require()' before they can be imported,  such  as
24              packages installed with 'easy_install --multi-version'
25
26       -l, --list
27              List all packages installed by setuptools.
28
29       -a, --activated
30              List only activated packages installed by setuptools.
31
32       -n, --non-activated
33              List only non-activated packages installed by setuptools.
34
35       -m, --metadata
36              Show all metadata for packages installed by setuptools (use with
37              -l -a or -n)
38
39       -f FIELDS, --fields=FIELDS
40              Show specific metadata fields. (use with -l -a or -n)
41
42       -d, --depends
43              Show dependencies for a package installed by setuptools if  they
44              are available. (use with -l -a or -n)
45
46              PyPI (Cheese Shop) options:
47
48              The following options query the Python Package Index:
49
50       -C, --use-cached-pkglist
51              Use  cached  package  list  instead  of querying PyPI (Use -F to
52              force retrieving list.)
53
54       -D, --download-links
55              Show download URL's for package listed on PyPI.
56
57       -F, --fetch-package-list
58              Fetch and cache list of packages from PyPI.
59
60       -H, --browse-homepage
61              Launch web browser at home page for package.
62
63       -L, --latest
64              Show last 20 updates on PyPI.
65
66       -M, --query-metadata
67              Show metadata for a package listed on PyPI.
68
69       -S, --search
70              Search PyPI by spec and operator.
71
72       -V, --versions-available
73              Show available versions for given package listeded on PyPI.
74

SEE ALSO

76       The full documentation for yolk is maintained as a Texinfo manual.   If
77       the  info  and  yolk  programs are properly installed at your site, the
78       command
79
80              info yolk
81
82       should give you access to the complete manual.
83
84
85
86yolk 0.0.2                       January 2007                          YOLK(1)
Impressum