sponsor Vim development Vim logo Vim Book Ad

pypi.vim : Simple plugin for checking the latest version of the Python package in Vim.

 script karma  Rating 22/7, Downloaded by 717  Comments, bugs, improvements  Vim wiki

created by
kf _
 
script type
utility
 
description
## pypi.vim

Simple plugin for checking the latest version of the Python package in Vim.
https://github.com/7kfpun/pypi.vim

## Requirements

- [webapi-vim][]

## Usage

    :Pypi <package_name>  // Check for the latest version of the package
    :Pypi <package_name> <package_name> <package_name>  // Check for the latest version of multiple packages
    :'<,'>Pypi  // Update selected packages with the latest version

## Install

*  [Pathogen](https://github.com/tpope/vim-pathogen)
    * `git clone https://github.com/7kfpun/pypi.vim.git ~/.vim/bundle/pypi.vim`
    * `git clone https://github.com/mattn/webapi-vim.git ~/.vim/bundle/webapi-vim`
*  [vim-plug](https://github.com/junegunn/vim-plug)
    * `Plug 'mattn/webapi-vim'`
    * `Plug '7kfpun/pypi.vim'`
*  [NeoBundle](https://github.com/Shougo/neobundle.vim)
    * `NeoBundle 'mattn/webapi-vim'`
    * `NeoBundle '7kfpun/pypi.vim'`
*  [Vundle](https://github.com/gmarik/vundle)
    * `Plugin 'mattn/webapi-vim'`
    * `Plugin '7kfpun/pypi.vim'`

## Settings

    // Default settings
    let g:pypi_print_results = 1
    let g:pypi_replace_latest_version = 1
    let g:pypi_replace_type = '=='  // or '>=' or '<'
    let g:pypi_replace_with_comment = 0

[webapi-vim]: https://github.com/mattn/webapi-vim
 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
pypi-0.0.2.zip 0.0.2 2015-08-20 7.0 kf _ Update default settings
pypi-0.0.1.zip 0.0.1 2015-08-20 7.0 kf _ Initial upload
ip used for rating: 18.189.180.76

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github