Skip to main content

Helper utilities for pip

Project description

Helper utilities for pip.

Installation

Download from PyPI:

pip install --user pip-utils

pip-utils is also available here as a ZIP application [0]. Once you’ve download it, you can install it to a directory on your PATH:

install pip-utils ~/.local/bin

Usage

usage: pip3-utils [-h] [--version]
                  {dependants,dependents,locate,outdated,parents} ...

Helper utilities for pip.

positional arguments:
  {dependants,dependents,locate,outdated,parents}
    dependants          list dependants of package
    dependents          list dependents of package
    locate              identify package that file belongs to
    outdated            list outdated packages that may be updated
    parents             list packages lacking dependants

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit

See `pip3-utils COMMAND --help` for help on a specific subcommand.

For Python 2, use pip2-utils. For Python 3, use pip3-utils. Or, use python -m pip_utils.

If you’ve installed the standalone executable on your PATH, your can call pip-utils. Or run it directly with the Python interpreter of your choice, e.g. python3.5 ~/.local/bin/pip-utils.

By default, pip-utils will interact with packages installed to the user site (assuming the user site is available). To disable this behavior, call pip-utils with Python’s -s option (i.e. python -sm pip_utils) or PYTHONNOUSERSITE environment variable (i.e. PYTHONNOUSERSITE=1 python -m pip_utils).

Commands

dependants

List dependants of a package:

$ pip3-utils dependants pexpect
ipython

dependents

List direct dependents of a package:

$ pip3-utils dependents ipython
backports.shutil-get-terminal-size
decorator
pexpect
pickleshare
setuptools
simplegeneric
traitlets

List direct dependents of a package with their version requirements:

$ pip3-utils dependents -i dataset
alembic>=0.6.2
normality>=0.2.2
PyYAML>=3.10
six
six>=1.7.3
sqlalchemy>=0.9.1

List all dependencies of a package recursively:

$ pip3-utils dependents -r dataset
alembic
Mako
MarkupSafe
normality
python-editor
PyYAML
six
SQLAlchemy

locate

Identify package(s) that file belongs to:

$ pip3-utils locate ~/.local/bin/symilar
pylint

outdated

List outdated packages that may be updated. This differ’s from pip’s --outdated flag in that it verifies that there are no conflicting dependencies that would otherwise make an update inadvisable.

pip3-utils outdated

List all outdated packages. Note, this is equivalent to pip’s --outdated flag.

pip3-utils outdated --all

List outdated packages unable to be updated due to dependency requirements:

pip3-utils outdated --pinned

Update all outdated packages that may be updated.

pip3-utils outdated --upgrade

parents

List packages lacking dependants:

pip3-utils parents

Development

To run tests (automatically pulling in dependencies):

python setup.py test

To run tests directly, with verbose output:

python3 -m pytest -vv

License

Copyright (c) 2016 Six (brbsix@gmail.com).

Licensed under the GPLv3 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pip-utils-0.0.6.tar.gz (9.8 kB view details)

Uploaded Source

Built Distributions

pip_utils-0.0.6-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

pip_utils-0.0.6-py2-none-any.whl (14.1 kB view details)

Uploaded Python 2

File details

Details for the file pip-utils-0.0.6.tar.gz.

File metadata

  • Download URL: pip-utils-0.0.6.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pip-utils-0.0.6.tar.gz
Algorithm Hash digest
SHA256 6b9a467c58dfdeca1c45b61533ad47fdf5fb381cab56412dad519f348945698b
MD5 edf2a582419ddb6bdcae9ce45c2a64a2
BLAKE2b-256 7052efb0cf155c020f86654f93e5c00c8a43eb691a9d5d834f5e101836135239

See more details on using hashes here.

File details

Details for the file pip_utils-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for pip_utils-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6981000a3a0db2a8b7aa26fa06ea69afd20ed225e22f8621cf1e21bd3bc014fc
MD5 489fa2f2323026e75b3f3bb68f0faa13
BLAKE2b-256 2f5f4343d3714acc993c5b4ffa035276c17ffa63a3e838448a34c252208a1266

See more details on using hashes here.

File details

Details for the file pip_utils-0.0.6-py2-none-any.whl.

File metadata

File hashes

Hashes for pip_utils-0.0.6-py2-none-any.whl
Algorithm Hash digest
SHA256 d89fcef82971d7a4d3e4ff6f59e1f9da4cdf152905af8537a3249683d1df0c6b
MD5 e6dad096671ae4a9349e2ccd85ac194c
BLAKE2b-256 0a00085ec71cbf5863d31075b5f7fba3036683c560213c966791a84fbd20d182

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page