Module: PoisePython::Resources::PythonPackage

Defined in:
lib/poise_python/resources/python_package.rb

Overview

A python_package resource to manage Python installations using pip.

Examples:

python_package 'django' do
  python '2'
  version '1.8.3'
end

Since:

  • 1.0.0

Provides:

  • python_package

Actions:

  • install

  • upgrade

  • uninstall

Defined Under Namespace

Classes: Provider, Resource