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

How to install ntlm-auth via python pip




ntlm-auth - Creates NTLM authentication structures, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- License :: OSI Approved
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5

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



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_ntlm-auth_env

- Active the virtual environment

test_ntlm-auth_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_ntlm-auth_env

- Active the virtual environment

source test_ntlm-auth_env/bin/active


Step 2: OK, now, let flow below content to start the installation ntlm-auth

To install ntlm-auth on Windows(CMD):

py -m pip install ntlm-auth

To install ntlm-auth on Unix/macOs:

pip install ntlm-auth


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

Example:

pip install ntlm-auth==1.0.0


Please see the version list below table:

VersionReleased dateCommand
ntlm-auth 1.5.02020-06-16T06:26:31Windows:

py -m pip install ntlm-auth==1.5.0

Unix/macOs:

pip install ntlm-auth==1.5.0

ntlm-auth 1.4.02019-08-19T04:23:41Windows:

py -m pip install ntlm-auth==1.4.0

Unix/macOs:

pip install ntlm-auth==1.4.0

ntlm-auth 1.3.02019-04-09T20:57:59Windows:

py -m pip install ntlm-auth==1.3.0

Unix/macOs:

pip install ntlm-auth==1.3.0

ntlm-auth 1.2.02018-06-07T07:36:02Windows:

py -m pip install ntlm-auth==1.2.0

Unix/macOs:

pip install ntlm-auth==1.2.0

ntlm-auth 1.1.02018-03-06T22:40:08Windows:

py -m pip install ntlm-auth==1.1.0

Unix/macOs:

pip install ntlm-auth==1.1.0

ntlm-auth 1.0.62017-10-17T21:02:02Windows:

py -m pip install ntlm-auth==1.0.6

Unix/macOs:

pip install ntlm-auth==1.0.6

ntlm-auth 1.0.52017-06-22T10:47:37Windows:

py -m pip install ntlm-auth==1.0.5

Unix/macOs:

pip install ntlm-auth==1.0.5

ntlm-auth 1.0.42017-05-30T11:10:42Windows:

py -m pip install ntlm-auth==1.0.4

Unix/macOs:

pip install ntlm-auth==1.0.4

ntlm-auth 1.0.32017-04-28T03:43:45Windows:

py -m pip install ntlm-auth==1.0.3

Unix/macOs:

pip install ntlm-auth==1.0.3

ntlm-auth 1.0.22016-08-29T03:32:18Windows:

py -m pip install ntlm-auth==1.0.2

Unix/macOs:

pip install ntlm-auth==1.0.2

ntlm-auth 1.0.12016-08-29T00:12:39Windows:

py -m pip install ntlm-auth==1.0.1

Unix/macOs:

pip install ntlm-auth==1.0.1

ntlm-auth 1.0.02016-08-28T23:53:15Windows:

py -m pip install ntlm-auth==1.0.0

Unix/macOs:

pip install ntlm-auth==1.0.0


Step 4: Otherwise, you can install ntlm-auth from local archives:

Download the distribution file from ntlm-auth-1.5.0.tar.gz or the specific ntlm-auth version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_ntlm-auth_downloaded_file>

On Unix/macOs:

pip install <path_to_ntlm-auth_downloaded_file>


List distribution:

- ntlm-auth-1.0.1.zip
- ntlm_auth-1.0.1-py2.py3-none-any.whl
- ntlm-auth-1.0.2.zip
- ntlm_auth-1.0.2-py2.py3-none-any.whl
- ntlm-auth-1.0.3.tar.gz
- ntlm_auth-1.0.3-py2.py3-none-any.whl
- ntlm-auth-1.0.4.tar.gz
- ntlm_auth-1.0.4-py2.py3-none-any.whl
- ntlm-auth-1.0.5.tar.gz
- ntlm_auth-1.0.5-py2.py3-none-any.whl
- ntlm-auth-1.0.6.tar.gz
- ntlm_auth-1.0.6-py2.py3-none-any.whl
- ntlm-auth-1.1.0.tar.gz
- ntlm_auth-1.1.0-py2.py3-none-any.whl
- ntlm-auth-1.2.0.tar.gz
- ntlm_auth-1.2.0-py2.py3-none-any.whl
- ntlm-auth-1.3.0.tar.gz (python version >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)
- ntlm_auth-1.3.0-py2.py3-none-any.whl (python version >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)
- ntlm-auth-1.4.0.tar.gz (python version >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)
- ntlm_auth-1.4.0-py2.py3-none-any.whl (python version >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)
- ntlm-auth-1.5.0.tar.gz (python version >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)
- ntlm_auth-1.5.0-py2.py3-none-any.whl (python version >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*)


Project link:

- Homepage