Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
/ puppet-module-pip Public archive

Puppet module to manage Python pip libraries

License

Notifications You must be signed in to change notification settings

thekad/puppet-module-pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Overview

Module to manage Python pip libraries in standard and non-standard directories.

Install

Install in <module_path>/pip

Python (pip)

Example usage:

include pip

pip::lib {
    'bottle':
        ensure     => installed,
        virtualenv => '/usr/local/virtualenvs/proj1',
    'Django':
        ensure     => latest,
        virtualenv => '/usr/local/virtualens/proj1',
    'flask':
        ensure => '0.7.2';
}

Disclaimer

This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details.

About

Puppet module to manage Python pip libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages