vpip.commands¶

This subpackage containing all builtin commands.

Submodules¶

  • vpip.commands.install
    • get_pkg_from_url()
    • install_editable()
    • install_global()
    • install_global_url()
    • install_local()
    • install_local_first_time()
    • run()
  • vpip.commands.link
    • get_current_pkg()
    • link_console_script()
    • run()
  • vpip.commands.list
    • PackageInfo
      • PackageInfo.check_update()
      • PackageInfo.name
      • PackageInfo.update_result
      • PackageInfo.version
    • iter_global_packages()
    • print_global_packages()
    • print_local_packages()
    • run()
  • vpip.commands.outdated
    • run()
  • vpip.commands.run
    • get_shell_executable()
    • run()
  • vpip.commands.uninstall
    • clean_unused()
    • filter_top_packages()
    • run()
    • uninstall_global()
    • uninstall_local()
  • vpip.commands.update
    • run()
    • update_local()
  • vpip.commands.update_venv
    • run()
    • update_venv()

Module contents¶

vpip.commands.get_modules()¶

Get module instances.

Returns:

A command_name -> module map.

Return type:

dict[str, module]

vpip.commands.iter_files() → Iterator[str]¶
vpip.commands.names = ['install', 'update_venv', 'outdated', 'link', 'list', 'update', 'run', 'uninstall']¶

List of builtin command names.

vpip.commands.old_iter_files() → Iterator[str]¶

vpip

Navigation

  • Command reference
  • API reference

Related Topics

  • Documentation overview
    • API reference
      • Previous: vpip.cli
      • Next: vpip.commands.install
©2018, eight04. | Powered by Sphinx 8.1.3 & Alabaster 1.0.0 | Page source