Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypitools

Collection of useful tools to query PyPI data

Setup

Put this directory into your search path

  • Bash: Edit your ~/.bash_profile:

    PATH = $PATH:~/pypitools export PATH

  • Fish: Edit your ~/.config/fish/config.fish:

    set -x PATH ~/pypitools $PATH . ~/pypitools/autocomplete.fish

Run pypipkglist update once

Usage

pypipkglist.py queries a locally cached PyPI package list. pypiupdate.py checks for updates to your (virtualenv) packages. pypiautocompleter.py outputs pypipkglist.py package names only. It's quicker than the full-featured script and therefore suitable for autocompletion.

About

Collection of useful tools to query PyPI data

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages