vimpy | python import helper for vim

 by   dbsr Python Version: Current License: No License

kandi X-RAY | vimpy Summary

kandi X-RAY | vimpy Summary

vimpy is a Python library. vimpy has no bugs, it has no vulnerabilities and it has low support. However vimpy build file is not available. You can download it from GitHub.

Vimpy is a vim-plugin which can be used to (semi) automatically add new import lines to your python scripts. When you run vimpy it will evaluate the line at the cursor position. If it finds any missing / undefined names it will try to automagically resolve what (sub)module(s) is/are missing and add the needed import lines to the top of the python script. When the import line to be added is in the simple / direct format (eg. import os) impy will not need any help unless it can't find the module in the $PYTHONPATH. Relative imports (eg. from foo import blah) are more tricky. If the relative import is from a module that has already been imported / added as an importline impy should be fine. If it's a new module however vimpy will most likely need some help and (optionally) prompt for the module the relative import is importing from. Vimpy follows the PEP8 guidelines. Imports are grouped in the following order: stdlib imports, third-party imports and local imports with a blank line between each section and two blank lines after the last importline.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              vimpy has a low active ecosystem.
              It has 17 star(s) with 5 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 2 have been closed. On average issues are closed in 84 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of vimpy is current.

            kandi-Quality Quality

              vimpy has 0 bugs and 0 code smells.

            kandi-Security Security

              vimpy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              vimpy code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              vimpy does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              vimpy releases are not available. You will need to build from source code and install.
              vimpy has no build file. You will be need to create the build yourself to build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              vimpy saves you 126 person hours of effort in developing the same functionality from scratch.
              It has 317 lines of code, 22 functions and 4 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed vimpy and discovered the below as its top functions. This is intended to give you an instant insight into vimpy implemented functionality, and help decide if they suit your requirements.
            • Recursively finds all submodules of this module
            • Iterate over all child modules
            • Implement vim module
            • Import a module
            • Read lines from the buffer
            • Fetches the given line of code
            • Resolve module and submodules
            • Remove a module from the import line
            • Insert a new line at the current cursor position
            • Prompt for a module name
            • Remove a line from the buffer
            • Check if an import is a module
            Get all kandi verified functions for this library.

            vimpy Key Features

            No Key Features are available at this moment for vimpy.

            vimpy Examples and Code Snippets

            No Code Snippets are available at this moment for vimpy.

            Community Discussions

            No Community Discussions are available at this moment for vimpy.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install vimpy

            You can download it from GitHub.
            You can use vimpy like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            Plugin github page @ http://github.com/dbsr/vimpy. You can contact me at dydrmntion -AT- gmail -DOT- com.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/dbsr/vimpy.git

          • CLI

            gh repo clone dbsr/vimpy

          • sshUrl

            git@github.com:dbsr/vimpy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link