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

How to install holdup via python pip




holdup - A tool to wait for services and execute command. Useful for Docker containers that depend on slow to start services (like almost everything)., it belongs to Classifiers:

- Operating System :: Microsoft :: Windows
- Operating System :: Unix
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Utilities

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



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_holdup_env

- Active the virtual environment

test_holdup_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_holdup_env

- Active the virtual environment

source test_holdup_env/bin/active


Step 2: OK, now, let flow below content to start the installation holdup

To install holdup on Windows(CMD):

py -m pip install holdup

To install holdup on Unix/macOs:

pip install holdup


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

Example:

pip install holdup==0


Please see the version list below table:

VersionReleased dateCommand
holdup 3.0.02022-03-20T15:59:08Windows:

py -m pip install holdup==3.0.0

Unix/macOs:

pip install holdup==3.0.0

holdup 2.0.02021-04-08T13:39:12Windows:

py -m pip install holdup==2.0.0

Unix/macOs:

pip install holdup==2.0.0

holdup 1.8.12020-12-16T14:53:42Windows:

py -m pip install holdup==1.8.1

Unix/macOs:

pip install holdup==1.8.1

holdup 1.8.02019-05-28T15:11:38Windows:

py -m pip install holdup==1.8.0

Unix/macOs:

pip install holdup==1.8.0

holdup 1.7.02018-11-23T23:14:22Windows:

py -m pip install holdup==1.7.0

Unix/macOs:

pip install holdup==1.7.0

holdup 1.6.02018-03-22T12:41:47Windows:

py -m pip install holdup==1.6.0

Unix/macOs:

pip install holdup==1.6.0

holdup 1.5.02017-06-09T23:26:48Windows:

py -m pip install holdup==1.5.0

Unix/macOs:

pip install holdup==1.5.0

holdup 1.4.02017-03-27T12:35:55Windows:

py -m pip install holdup==1.4.0

Unix/macOs:

pip install holdup==1.4.0

holdup 1.3.02017-02-21T14:40:56Windows:

py -m pip install holdup==1.3.0

Unix/macOs:

pip install holdup==1.3.0

holdup 1.2.12016-06-17T15:23:36Windows:

py -m pip install holdup==1.2.1

Unix/macOs:

pip install holdup==1.2.1

holdup 1.2.02016-05-25T21:21:14Windows:

py -m pip install holdup==1.2.0

Unix/macOs:

pip install holdup==1.2.0

holdup 1.1.02016-05-06T15:42:50Windows:

py -m pip install holdup==1.1.0

Unix/macOs:

pip install holdup==1.1.0

holdup 1.0.02016-04-21T21:52:26Windows:

py -m pip install holdup==1.0.0

Unix/macOs:

pip install holdup==1.0.0

holdup 0.1.32016-04-21T19:41:53Windows:

py -m pip install holdup==0.1.3

Unix/macOs:

pip install holdup==0.1.3

holdup 0.1.22016-04-21T19:07:18Windows:

py -m pip install holdup==0.1.2

Unix/macOs:

pip install holdup==0.1.2

holdup 0.1.12016-04-21T18:47:39Windows:

py -m pip install holdup==0.1.1

Unix/macOs:

pip install holdup==0.1.1

holdup 0.1.02016-04-21T18:34:11Windows:

py -m pip install holdup==0.1.0

Unix/macOs:

pip install holdup==0.1.0

holdup 02016-04-20T21:51:03Windows:

py -m pip install holdup==0

Unix/macOs:

pip install holdup==0


Step 4: Otherwise, you can install holdup from local archives:

Download the distribution file from holdup-3.0.0.tar.gz or the specific holdup version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_holdup_downloaded_file>

On Unix/macOs:

pip install <path_to_holdup_downloaded_file>


List distribution:

- holdup-0.1.0-py2.py3-none-any.whl
- holdup-0.1.0.tar.gz
- holdup-0.1.1-py2.py3-none-any.whl
- holdup-0.1.1.tar.gz
- holdup-0.1.2-py2.py3-none-any.whl
- holdup-0.1.2.tar.gz
- holdup-0.1.3-py2.py3-none-any.whl
- holdup-0.1.3.tar.gz
- holdup-1.0.0-py2.py3-none-any.whl
- holdup-1.0.0.tar.gz
- holdup-1.1.0-py2.py3-none-any.whl
- holdup-1.1.0.tar.gz
- holdup-1.2.0-py2.py3-none-any.whl
- holdup-1.2.0.tar.gz
- holdup-1.2.1-py2.py3-none-any.whl
- holdup-1.2.1.tar.gz
- holdup-1.3.0-py2.py3-none-any.whl
- holdup-1.3.0.tar.gz
- holdup-1.4.0-py2.py3-none-any.whl
- holdup-1.4.0.tar.gz
- holdup-1.5.0-py2.py3-none-any.whl
- holdup-1.5.0.tar.gz
- holdup-1.6.0-py2.py3-none-any.whl
- holdup-1.6.0.tar.gz
- holdup-1.7.0-py2.py3-none-any.whl
- holdup-1.7.0.tar.gz
- holdup-1.8.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- holdup-1.8.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- holdup-1.8.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- holdup-1.8.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- holdup-2.0.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- holdup-2.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- holdup-3.0.0-py3-none-any.whl (python version >=3.6)
- holdup-3.0.0.tar.gz (python version >=3.6)


Project link:

- Homepage
- Changelog
- Documentation
- Issue Tracker