Downloads13
Subscribe
0
Bookmark
3
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues
Articles
Dependencies

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 <package>"

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 "install requests"
  
  install multiple packages (requests twilio bs4)
      NS&gt; zpip "install twilio bs4"
  
  install with target directory (numpy)
      NS&gt; zpip "install --target '/usr/irissys/lib/python' numpy"

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

IPM installation
zpm "install zpip"
Rating
4.5 (1)
Category
Developer Environment
Works with
InterSystems IRIS
Tags
Info
Version
0.0.4
Last updated
2022-10-28
Repository
Open
Documentation
Open
License
Link