Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install umbr-api via python pip




umbr-api - Cisco Umbrella APIs wrapper and command-line utility, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Education
- Intended Audience :: System Administrators
- Operating System :: MacOS
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: Implementation
- Programming Language :: Python :: Implementation :: CPython
- Topic :: Internet
- Topic :: Internet :: Name Service (DNS)
- Topic :: Security
- Topic :: Utilities

When you know about this project and you want to new install umbr-api to support your project or you get trouble as ModuleNotFoundError: No module named "umbr-api" or ImportError: cannot import name "umbr-api" in your project, let follow this tutorial to install umbr-api



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_umbr-api_env

- Active the virtual environment

test_umbr-api_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_umbr-api_env

- Active the virtual environment

source test_umbr-api_env/bin/active


Step 2: OK, now, let flow below content to start the installation umbr-api

To install umbr-api on Windows(CMD):

py -m pip install umbr-api

To install umbr-api on Unix/macOs:

pip install umbr-api


Step 3: If you want to install a specific umbr-api version, add ==<umbr-api version> to the end command line

Example:

pip install umbr-api==0.4.1


Please see the version list below table:

VersionReleased dateCommand
umbr-api 1.0.32019-05-08T14:30:57Windows:

py -m pip install umbr-api==1.0.3

Unix/macOs:

pip install umbr-api==1.0.3

umbr-api 1.0.22019-05-06T19:52:03Windows:

py -m pip install umbr-api==1.0.2

Unix/macOs:

pip install umbr-api==1.0.2

umbr-api 1.0.12019-01-02T15:52:15Windows:

py -m pip install umbr-api==1.0.1

Unix/macOs:

pip install umbr-api==1.0.1

umbr-api 1.0.02018-10-21T00:48:08Windows:

py -m pip install umbr-api==1.0.0

Unix/macOs:

pip install umbr-api==1.0.0

umbr-api 0.4.22018-09-06T17:41:56Windows:

py -m pip install umbr-api==0.4.2

Unix/macOs:

pip install umbr-api==0.4.2

umbr-api 0.4.12018-05-27T11:04:27Windows:

py -m pip install umbr-api==0.4.1

Unix/macOs:

pip install umbr-api==0.4.1


Step 4: Otherwise, you can install umbr-api from local archives:

Download the distribution file from umbr_api-1.0.3.tar.gz or the specific umbr-api version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_umbr-api_downloaded_file>

On Unix/macOs:

pip install <path_to_umbr-api_downloaded_file>


List distribution:


Project link:

- Homepage
- Cisco Umbrella
- Cisco Umbrella Enforcement API