Giter VIP home page Giter VIP logo

pypi.vim's Introduction

pypi.vim

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

Screenshot

Requirements

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
    • 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
    • Plug 'mattn/webapi-vim'
    • Plug '7kfpun/pypi.vim'
  • NeoBundle
    • NeoBundle 'mattn/webapi-vim'
    • NeoBundle '7kfpun/pypi.vim'
  • 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

pypi.vim's People

Contributors

7kfpun avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.