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

How to install proxy.py via python pip




proxy.py - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server framework Web Server framework PubSub framework Work acceptor & executor framework., it belongs to Classifiers:

- Environment :: MacOS X
- Environment :: No Input/Output (Daemon)
- Environment :: Plugins
- Environment :: Win32 (MS Windows)
- Framework :: Robot Framework
- Framework :: Robot Framework :: Library
- Intended Audience :: Education
- Intended Audience :: System Administrators
- Operating System :: Android
- Operating System :: MacOS :: MacOS 9
- Operating System :: Microsoft :: Windows :: Windows 10
- Operating System :: POSIX :: Linux
- Operating System :: Unix
- Topic :: Internet :: Proxy Servers
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: Software Development :: Debuggers
- Topic :: System :: Networking
- Topic :: System :: Networking :: Firewalls
- Topic :: System :: Networking :: Monitoring
- Typing :: Typed

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



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_proxy.py_env

- Active the virtual environment

test_proxy.py_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_proxy.py_env

- Active the virtual environment

source test_proxy.py_env/bin/active


Step 2: OK, now, let flow below content to start the installation proxy.py

To install proxy.py on Windows(CMD):

py -m pip install proxy.py

To install proxy.py on Unix/macOs:

pip install proxy.py


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

Example:

pip install proxy.py==0.1


Please see the version list below table:

VersionReleased dateCommand
proxy.py 2.4.32022-06-12T05:08:12Windows:

py -m pip install proxy.py==2.4.3

Unix/macOs:

pip install proxy.py==2.4.3

proxy.py 2.4.22022-05-23T07:46:11Windows:

py -m pip install proxy.py==2.4.2

Unix/macOs:

pip install proxy.py==2.4.2

proxy.py 2.4.12022-03-13T19:19:11Windows:

py -m pip install proxy.py==2.4.1

Unix/macOs:

pip install proxy.py==2.4.1

proxy.py 2.4.02022-02-03T14:24:22Windows:

py -m pip install proxy.py==2.4.0

Unix/macOs:

pip install proxy.py==2.4.0

proxy.py 2.3.12021-01-10T16:59:31Windows:

py -m pip install proxy.py==2.3.1

Unix/macOs:

pip install proxy.py==2.3.1

proxy.py 2.2.02020-06-17T13:04:06Windows:

py -m pip install proxy.py==2.2.0

Unix/macOs:

pip install proxy.py==2.2.0

proxy.py 2.1.22020-01-31T06:34:17Windows:

py -m pip install proxy.py==2.1.2

Unix/macOs:

pip install proxy.py==2.1.2

proxy.py 2.1.12020-01-31T05:57:08Windows:

py -m pip install proxy.py==2.1.1

Unix/macOs:

pip install proxy.py==2.1.1

proxy.py 2.0.02019-12-26T00:48:39Windows:

py -m pip install proxy.py==2.0.0

Unix/macOs:

pip install proxy.py==2.0.0

proxy.py 1.1.12019-10-10T22:25:12Windows:

py -m pip install proxy.py==1.1.1

Unix/macOs:

pip install proxy.py==1.1.1

proxy.py 1.1.02019-10-10T07:02:03Windows:

py -m pip install proxy.py==1.1.0

Unix/macOs:

pip install proxy.py==1.1.0

proxy.py 1.0.02019-09-27T20:38:38Windows:

py -m pip install proxy.py==1.0.0

Unix/macOs:

pip install proxy.py==1.0.0

proxy.py 0.32019-02-09T02:59:00Windows:

py -m pip install proxy.py==0.3

Unix/macOs:

pip install proxy.py==0.3

proxy.py 0.22015-03-17T19:34:49Windows:

py -m pip install proxy.py==0.2

Unix/macOs:

pip install proxy.py==0.2

proxy.py 0.12013-08-31T09:20:57Windows:

py -m pip install proxy.py==0.1

Unix/macOs:

pip install proxy.py==0.1


Step 4: Otherwise, you can install proxy.py from local archives:

Download the distribution file from proxy.py-2.4.3.tar.gz or the specific proxy.py version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_proxy.py_downloaded_file>

On Unix/macOs:

pip install <path_to_proxy.py_downloaded_file>


List distribution:


Project link:

- Homepage
- Download
- Chat: Gitter
- CI: GitHub
- Container Image: DockerHub
- Coverage: Codecov
- Docs: Changelog
- Docs: Intro
- Docs: RTD
- GitHub: discussions
- GitHub: issues
- GitHub: repo