Home Applications zpip

zpip

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.75
2 reviews
0
Awards
238
Views
79
IPM installs
0
3
Details
Releases
Reviews
Issues
Pull requests
Articles
Dependencies
Python pip extension for InterSystems Products

What's new in this version

Fixed module.xml

  _________ ___ ____  
 |__  /  _ \_ _|  _ \ 
   / /| |_) | || |_) |  
  / /_|  __/| ||  __/ 
 /____|_|  |___|_|    

  NAME
      zpip, an irispython pip wrapper

https://img.shields.io/github/v/release/nickmitchko/zpip


Getting Started

%SYS> zpm "install zpip"
// OR
zpm:%SYS> install zpip

Install Package

%SYS> zpip "install "

Uninstalling Package

Note! You must use uninstall -y for the command to work correctly.

%SYS> zpip "uninstall -y <package>"

Support for pip features

  • This is a wrapper around irispython -m pip
  • Wrapper means that any pip command should work
  • No guarantees that all pip commands work. User input not supported
    • For example, any interactive command needs -y to function. eg;
      zpip "uninstall -y <package>"
  _________ ___ ____  
 |__  /  _ \_ _|  _ \ 
   / /| |_) | || |_) |  
  / /_|  __/| ||  __/ 
 /____|_|  |___|_|    

NAME
zpip, an irispython pip wrapper

SYNOPSIS
zpip " [pip command] "

DESCRIPTION
zpip can be used like the python pip package but from the
InterSystems terminal.

  Use zpip just like any other pip command but wrap your 
  command with double-quotes. Usable in terminal and in app
  code.

EXAMPLES

  install 1 package (requests): 
      NS&gt; zpip &quot;install requests&quot;
  
  install multiple packages (requests twilio bs4)
      NS&gt; zpip &quot;install twilio bs4&quot;
  
  install with target directory (numpy)
      NS&gt; zpip &quot;install --target '/usr/irissys/lib/python' numpy&quot;

LIMITATIONS
zpip should be run as a %All user, other configurations are
not in scope.

  zpip can only be used on InterSystem IRIS version &gt;= 2022.1.

  zpip may work on 2021.2, but that version lacks key python
  features.

  zpip makes no guarantees of security. Install packages and run
  pip commands at your own risk!

  In general, irispython pip fails when packages require sudo, root, 
  or admin accessis required to install a package

DOCKER Support

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

$ git clone https://github.com/nickmitchko/zpip.git

Open the terminal in this directory and run:

$ docker-compose build

Run IRIS container with your project:

$ docker-compose up -d

Test from docker console

$ docker-compose exec iris1 iris session iris
USER>

or using WebTerminal

http://localhost:42773/terminal/
Read more
Made with
Install
zpm install zpip download archive
Version
0.0.428 Oct, 2022
Category
Developer Environment
Works with
InterSystems IRIS
First published
27 Oct, 2022
Last checked by moderator
27 Jun, 2023Works