Skip to content

mostlyuseful/pypitools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published