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

How to install infrastructure via python pip




infrastructure - test framework, it belongs to Classifiers:

- Development Status :: 3 - Alpha
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.7
- Topic :: Software Development
- Topic :: Software Development :: Build Tools

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



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_infrastructure_env

- Active the virtual environment

test_infrastructure_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_infrastructure_env

- Active the virtual environment

source test_infrastructure_env/bin/active


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

To install infrastructure on Windows(CMD):

py -m pip install infrastructure

To install infrastructure on Unix/macOs:

pip install infrastructure


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

Example:

pip install infrastructure==1.0.3


Please see the version list below table:

VersionReleased dateCommand
infrastructure 3.5.52021-12-16T06:10:48Windows:

py -m pip install infrastructure==3.5.5

Unix/macOs:

pip install infrastructure==3.5.5

infrastructure 3.5.42021-12-14T09:36:24Windows:

py -m pip install infrastructure==3.5.4

Unix/macOs:

pip install infrastructure==3.5.4

infrastructure 3.5.32021-12-13T14:52:22Windows:

py -m pip install infrastructure==3.5.3

Unix/macOs:

pip install infrastructure==3.5.3

infrastructure 3.5.22021-11-30T12:48:09Windows:

py -m pip install infrastructure==3.5.2

Unix/macOs:

pip install infrastructure==3.5.2

infrastructure 3.5.12021-11-30T12:41:13Windows:

py -m pip install infrastructure==3.5.1

Unix/macOs:

pip install infrastructure==3.5.1

infrastructure 3.5.02021-11-30T11:50:47Windows:

py -m pip install infrastructure==3.5.0

Unix/macOs:

pip install infrastructure==3.5.0

infrastructure 3.4.92021-11-30T11:43:42Windows:

py -m pip install infrastructure==3.4.9

Unix/macOs:

pip install infrastructure==3.4.9

infrastructure 3.4.82021-11-19T08:23:34Windows:

py -m pip install infrastructure==3.4.8

Unix/macOs:

pip install infrastructure==3.4.8

infrastructure 3.4.72021-09-26T12:14:47Windows:

py -m pip install infrastructure==3.4.7

Unix/macOs:

pip install infrastructure==3.4.7

infrastructure 3.4.62021-09-18T03:02:18Windows:

py -m pip install infrastructure==3.4.6

Unix/macOs:

pip install infrastructure==3.4.6

infrastructure 3.4.52021-07-29T05:40:50Windows:

py -m pip install infrastructure==3.4.5

Unix/macOs:

pip install infrastructure==3.4.5

infrastructure 3.4.22021-04-29T13:24:29Windows:

py -m pip install infrastructure==3.4.2

Unix/macOs:

pip install infrastructure==3.4.2

infrastructure 3.4.12021-04-29T03:14:23Windows:

py -m pip install infrastructure==3.4.1

Unix/macOs:

pip install infrastructure==3.4.1

infrastructure 3.4.02021-04-27T15:35:59Windows:

py -m pip install infrastructure==3.4.0

Unix/macOs:

pip install infrastructure==3.4.0

infrastructure 3.3.92021-04-27T14:35:32Windows:

py -m pip install infrastructure==3.3.9

Unix/macOs:

pip install infrastructure==3.3.9

infrastructure 3.3.82021-04-27T14:03:49Windows:

py -m pip install infrastructure==3.3.8

Unix/macOs:

pip install infrastructure==3.3.8

infrastructure 3.3.72021-04-27T12:20:14Windows:

py -m pip install infrastructure==3.3.7

Unix/macOs:

pip install infrastructure==3.3.7

infrastructure 3.3.62021-04-27T12:01:12Windows:

py -m pip install infrastructure==3.3.6

Unix/macOs:

pip install infrastructure==3.3.6

infrastructure 3.3.52021-04-27T11:33:22Windows:

py -m pip install infrastructure==3.3.5

Unix/macOs:

pip install infrastructure==3.3.5

infrastructure 3.3.42021-04-27T10:16:39Windows:

py -m pip install infrastructure==3.3.4

Unix/macOs:

pip install infrastructure==3.3.4

infrastructure 3.3.32021-04-27T09:59:01Windows:

py -m pip install infrastructure==3.3.3

Unix/macOs:

pip install infrastructure==3.3.3

infrastructure 3.3.22021-04-27T09:15:43Windows:

py -m pip install infrastructure==3.3.2

Unix/macOs:

pip install infrastructure==3.3.2

infrastructure 3.3.12021-04-27T07:34:47Windows:

py -m pip install infrastructure==3.3.1

Unix/macOs:

pip install infrastructure==3.3.1

infrastructure 3.3.02021-04-27T05:21:33Windows:

py -m pip install infrastructure==3.3.0

Unix/macOs:

pip install infrastructure==3.3.0

infrastructure 3.2.92021-04-19T13:12:43Windows:

py -m pip install infrastructure==3.2.9

Unix/macOs:

pip install infrastructure==3.2.9

infrastructure 3.2.82021-04-13T13:57:45Windows:

py -m pip install infrastructure==3.2.8

Unix/macOs:

pip install infrastructure==3.2.8

infrastructure 3.2.72021-04-13T09:30:29Windows:

py -m pip install infrastructure==3.2.7

Unix/macOs:

pip install infrastructure==3.2.7

infrastructure 3.2.62021-04-13T08:37:03Windows:

py -m pip install infrastructure==3.2.6

Unix/macOs:

pip install infrastructure==3.2.6

infrastructure 3.2.52021-04-13T08:03:04Windows:

py -m pip install infrastructure==3.2.5

Unix/macOs:

pip install infrastructure==3.2.5

infrastructure 3.2.42021-04-13T06:42:07Windows:

py -m pip install infrastructure==3.2.4

Unix/macOs:

pip install infrastructure==3.2.4

infrastructure 3.2.32021-04-13T06:23:50Windows:

py -m pip install infrastructure==3.2.3

Unix/macOs:

pip install infrastructure==3.2.3

infrastructure 3.2.22021-04-13T05:56:25Windows:

py -m pip install infrastructure==3.2.2

Unix/macOs:

pip install infrastructure==3.2.2

infrastructure 3.2.12021-04-13T05:51:27Windows:

py -m pip install infrastructure==3.2.1

Unix/macOs:

pip install infrastructure==3.2.1

infrastructure 3.2.02021-04-13T05:44:59Windows:

py -m pip install infrastructure==3.2.0

Unix/macOs:

pip install infrastructure==3.2.0

infrastructure 3.1.92021-04-12T13:59:19Windows:

py -m pip install infrastructure==3.1.9

Unix/macOs:

pip install infrastructure==3.1.9

infrastructure 3.1.82021-04-12T13:45:07Windows:

py -m pip install infrastructure==3.1.8

Unix/macOs:

pip install infrastructure==3.1.8

infrastructure 3.1.72021-04-12T13:06:46Windows:

py -m pip install infrastructure==3.1.7

Unix/macOs:

pip install infrastructure==3.1.7

infrastructure 3.1.62021-04-12T12:36:17Windows:

py -m pip install infrastructure==3.1.6

Unix/macOs:

pip install infrastructure==3.1.6

infrastructure 3.1.52021-04-12T11:30:42Windows:

py -m pip install infrastructure==3.1.5

Unix/macOs:

pip install infrastructure==3.1.5

infrastructure 3.1.42021-04-12T09:05:57Windows:

py -m pip install infrastructure==3.1.4

Unix/macOs:

pip install infrastructure==3.1.4

infrastructure 3.1.32021-04-12T08:59:09Windows:

py -m pip install infrastructure==3.1.3

Unix/macOs:

pip install infrastructure==3.1.3

infrastructure 3.1.22021-04-12T05:45:26Windows:

py -m pip install infrastructure==3.1.2

Unix/macOs:

pip install infrastructure==3.1.2

infrastructure 3.1.12021-04-08T08:51:34Windows:

py -m pip install infrastructure==3.1.1

Unix/macOs:

pip install infrastructure==3.1.1

infrastructure 3.1.02021-03-22T06:54:39Windows:

py -m pip install infrastructure==3.1.0

Unix/macOs:

pip install infrastructure==3.1.0

infrastructure 3.0.92021-03-22T06:40:56Windows:

py -m pip install infrastructure==3.0.9

Unix/macOs:

pip install infrastructure==3.0.9

infrastructure 3.0.82021-03-19T07:01:04Windows:

py -m pip install infrastructure==3.0.8

Unix/macOs:

pip install infrastructure==3.0.8

infrastructure 3.0.72021-03-19T06:20:23Windows:

py -m pip install infrastructure==3.0.7

Unix/macOs:

pip install infrastructure==3.0.7

infrastructure 3.0.62021-03-15T07:07:19Windows:

py -m pip install infrastructure==3.0.6

Unix/macOs:

pip install infrastructure==3.0.6

infrastructure 3.0.52021-03-15T06:45:21Windows:

py -m pip install infrastructure==3.0.5

Unix/macOs:

pip install infrastructure==3.0.5

infrastructure 3.0.42021-03-15T06:23:00Windows:

py -m pip install infrastructure==3.0.4

Unix/macOs:

pip install infrastructure==3.0.4

infrastructure 3.0.32021-03-15T06:20:24Windows:

py -m pip install infrastructure==3.0.3

Unix/macOs:

pip install infrastructure==3.0.3

infrastructure 3.0.22021-03-15T06:20:20Windows:

py -m pip install infrastructure==3.0.2

Unix/macOs:

pip install infrastructure==3.0.2

infrastructure 3.0.12021-03-11T14:23:33Windows:

py -m pip install infrastructure==3.0.1

Unix/macOs:

pip install infrastructure==3.0.1

infrastructure 3.0.02021-03-11T14:14:18Windows:

py -m pip install infrastructure==3.0.0

Unix/macOs:

pip install infrastructure==3.0.0

infrastructure 2.9.92021-03-09T09:32:45Windows:

py -m pip install infrastructure==2.9.9

Unix/macOs:

pip install infrastructure==2.9.9

infrastructure 2.9.82021-03-09T09:29:35Windows:

py -m pip install infrastructure==2.9.8

Unix/macOs:

pip install infrastructure==2.9.8

infrastructure 2.9.72021-03-09T09:21:42Windows:

py -m pip install infrastructure==2.9.7

Unix/macOs:

pip install infrastructure==2.9.7

infrastructure 2.9.62021-03-03T05:56:57Windows:

py -m pip install infrastructure==2.9.6

Unix/macOs:

pip install infrastructure==2.9.6

infrastructure 2.9.52021-02-05T12:12:44Windows:

py -m pip install infrastructure==2.9.5

Unix/macOs:

pip install infrastructure==2.9.5

infrastructure 2.9.42021-02-05T11:34:18Windows:

py -m pip install infrastructure==2.9.4

Unix/macOs:

pip install infrastructure==2.9.4

infrastructure 2.9.32021-01-29T08:58:58Windows:

py -m pip install infrastructure==2.9.3

Unix/macOs:

pip install infrastructure==2.9.3

infrastructure 2.9.12021-01-18T07:11:21Windows:

py -m pip install infrastructure==2.9.1

Unix/macOs:

pip install infrastructure==2.9.1

infrastructure 2.9.02021-01-18T05:21:33Windows:

py -m pip install infrastructure==2.9.0

Unix/macOs:

pip install infrastructure==2.9.0

infrastructure 2.8.92021-01-15T11:02:55Windows:

py -m pip install infrastructure==2.8.9

Unix/macOs:

pip install infrastructure==2.8.9

infrastructure 2.8.82021-01-15T09:38:02Windows:

py -m pip install infrastructure==2.8.8

Unix/macOs:

pip install infrastructure==2.8.8

infrastructure 2.8.72021-01-15T09:33:56Windows:

py -m pip install infrastructure==2.8.7

Unix/macOs:

pip install infrastructure==2.8.7

infrastructure 2.8.62021-01-15T09:00:45Windows:

py -m pip install infrastructure==2.8.6

Unix/macOs:

pip install infrastructure==2.8.6

infrastructure 2.8.52021-01-14T12:46:53Windows:

py -m pip install infrastructure==2.8.5

Unix/macOs:

pip install infrastructure==2.8.5

infrastructure 2.8.42021-01-07T12:07:10Windows:

py -m pip install infrastructure==2.8.4

Unix/macOs:

pip install infrastructure==2.8.4

infrastructure 2.8.32021-01-05T06:49:16Windows:

py -m pip install infrastructure==2.8.3

Unix/macOs:

pip install infrastructure==2.8.3

infrastructure 2.8.22021-01-04T10:36:19Windows:

py -m pip install infrastructure==2.8.2

Unix/macOs:

pip install infrastructure==2.8.2

infrastructure 2.8.12021-01-04T09:32:59Windows:

py -m pip install infrastructure==2.8.1

Unix/macOs:

pip install infrastructure==2.8.1

infrastructure 2.8.02020-12-24T13:28:46Windows:

py -m pip install infrastructure==2.8.0

Unix/macOs:

pip install infrastructure==2.8.0

infrastructure 2.7.92020-12-24T07:47:54Windows:

py -m pip install infrastructure==2.7.9

Unix/macOs:

pip install infrastructure==2.7.9

infrastructure 2.7.82020-12-24T07:25:19Windows:

py -m pip install infrastructure==2.7.8

Unix/macOs:

pip install infrastructure==2.7.8

infrastructure 2.7.72020-12-23T14:15:15Windows:

py -m pip install infrastructure==2.7.7

Unix/macOs:

pip install infrastructure==2.7.7

infrastructure 2.7.62020-12-23T03:24:15Windows:

py -m pip install infrastructure==2.7.6

Unix/macOs:

pip install infrastructure==2.7.6

infrastructure 2.7.52020-12-21T07:00:31Windows:

py -m pip install infrastructure==2.7.5

Unix/macOs:

pip install infrastructure==2.7.5

infrastructure 2.7.42020-12-17T07:32:40Windows:

py -m pip install infrastructure==2.7.4

Unix/macOs:

pip install infrastructure==2.7.4

infrastructure 2.7.32020-12-14T11:56:05Windows:

py -m pip install infrastructure==2.7.3

Unix/macOs:

pip install infrastructure==2.7.3

infrastructure 2.7.22020-12-14T09:43:14Windows:

py -m pip install infrastructure==2.7.2

Unix/macOs:

pip install infrastructure==2.7.2

infrastructure 2.7.12020-12-14T09:37:19Windows:

py -m pip install infrastructure==2.7.1

Unix/macOs:

pip install infrastructure==2.7.1

infrastructure 2.7.02020-12-07T06:12:03Windows:

py -m pip install infrastructure==2.7.0

Unix/macOs:

pip install infrastructure==2.7.0

infrastructure 2.6.92020-12-02T09:08:52Windows:

py -m pip install infrastructure==2.6.9

Unix/macOs:

pip install infrastructure==2.6.9

infrastructure 2.6.82020-11-27T11:37:51Windows:

py -m pip install infrastructure==2.6.8

Unix/macOs:

pip install infrastructure==2.6.8

infrastructure 2.6.72020-11-27T11:16:29Windows:

py -m pip install infrastructure==2.6.7

Unix/macOs:

pip install infrastructure==2.6.7

infrastructure 2.6.62020-11-27T11:13:30Windows:

py -m pip install infrastructure==2.6.6

Unix/macOs:

pip install infrastructure==2.6.6

infrastructure 2.6.52020-11-27T07:38:30Windows:

py -m pip install infrastructure==2.6.5

Unix/macOs:

pip install infrastructure==2.6.5

infrastructure 2.6.42020-11-27T07:33:52Windows:

py -m pip install infrastructure==2.6.4

Unix/macOs:

pip install infrastructure==2.6.4

infrastructure 2.6.32020-11-27T07:30:48Windows:

py -m pip install infrastructure==2.6.3

Unix/macOs:

pip install infrastructure==2.6.3

infrastructure 2.6.22020-11-27T07:26:11Windows:

py -m pip install infrastructure==2.6.2

Unix/macOs:

pip install infrastructure==2.6.2

infrastructure 2.6.12020-11-20T11:43:11Windows:

py -m pip install infrastructure==2.6.1

Unix/macOs:

pip install infrastructure==2.6.1

infrastructure 2.6.02020-11-12T09:32:53Windows:

py -m pip install infrastructure==2.6.0

Unix/macOs:

pip install infrastructure==2.6.0

infrastructure 2.5.92020-11-12T09:20:43Windows:

py -m pip install infrastructure==2.5.9

Unix/macOs:

pip install infrastructure==2.5.9

infrastructure 2.5.82020-11-11T09:44:46Windows:

py -m pip install infrastructure==2.5.8

Unix/macOs:

pip install infrastructure==2.5.8

infrastructure 2.5.72020-11-11T09:42:45Windows:

py -m pip install infrastructure==2.5.7

Unix/macOs:

pip install infrastructure==2.5.7

infrastructure 2.5.62020-11-11T09:34:18Windows:

py -m pip install infrastructure==2.5.6

Unix/macOs:

pip install infrastructure==2.5.6

infrastructure 2.5.52020-11-11T09:16:21Windows:

py -m pip install infrastructure==2.5.5

Unix/macOs:

pip install infrastructure==2.5.5

infrastructure 2.5.42020-11-11T08:57:54Windows:

py -m pip install infrastructure==2.5.4

Unix/macOs:

pip install infrastructure==2.5.4

infrastructure 2.5.32020-11-11T08:48:11Windows:

py -m pip install infrastructure==2.5.3

Unix/macOs:

pip install infrastructure==2.5.3

infrastructure 2.5.22020-11-11T08:32:04Windows:

py -m pip install infrastructure==2.5.2

Unix/macOs:

pip install infrastructure==2.5.2

infrastructure 2.5.12020-11-11T08:22:00Windows:

py -m pip install infrastructure==2.5.1

Unix/macOs:

pip install infrastructure==2.5.1

infrastructure 2.5.02020-11-11T07:23:09Windows:

py -m pip install infrastructure==2.5.0

Unix/macOs:

pip install infrastructure==2.5.0

infrastructure 2.4.92020-11-10T07:26:34Windows:

py -m pip install infrastructure==2.4.9

Unix/macOs:

pip install infrastructure==2.4.9

infrastructure 2.4.82020-11-02T11:50:59Windows:

py -m pip install infrastructure==2.4.8

Unix/macOs:

pip install infrastructure==2.4.8

infrastructure 2.4.72020-11-02T09:16:29Windows:

py -m pip install infrastructure==2.4.7

Unix/macOs:

pip install infrastructure==2.4.7

infrastructure 2.4.62020-09-22T06:25:17Windows:

py -m pip install infrastructure==2.4.6

Unix/macOs:

pip install infrastructure==2.4.6

infrastructure 2.4.52020-09-21T13:20:22Windows:

py -m pip install infrastructure==2.4.5

Unix/macOs:

pip install infrastructure==2.4.5

infrastructure 2.4.42020-09-21T12:34:47Windows:

py -m pip install infrastructure==2.4.4

Unix/macOs:

pip install infrastructure==2.4.4

infrastructure 2.4.32020-09-10T08:53:59Windows:

py -m pip install infrastructure==2.4.3

Unix/macOs:

pip install infrastructure==2.4.3

infrastructure 2.4.22020-09-10T08:46:14Windows:

py -m pip install infrastructure==2.4.2

Unix/macOs:

pip install infrastructure==2.4.2

infrastructure 2.4.12020-09-09T13:24:16Windows:

py -m pip install infrastructure==2.4.1

Unix/macOs:

pip install infrastructure==2.4.1

infrastructure 2.4.02020-09-09T13:04:48Windows:

py -m pip install infrastructure==2.4.0

Unix/macOs:

pip install infrastructure==2.4.0

infrastructure 2.3.92020-09-09T11:23:53Windows:

py -m pip install infrastructure==2.3.9

Unix/macOs:

pip install infrastructure==2.3.9

infrastructure 2.3.82020-08-28T03:06:27Windows:

py -m pip install infrastructure==2.3.8

Unix/macOs:

pip install infrastructure==2.3.8

infrastructure 2.3.72020-08-28T02:58:13Windows:

py -m pip install infrastructure==2.3.7

Unix/macOs:

pip install infrastructure==2.3.7

infrastructure 2.3.62020-08-28T02:44:13Windows:

py -m pip install infrastructure==2.3.6

Unix/macOs:

pip install infrastructure==2.3.6

infrastructure 2.3.52020-08-28T02:19:37Windows:

py -m pip install infrastructure==2.3.5

Unix/macOs:

pip install infrastructure==2.3.5

infrastructure 2.3.42020-08-27T05:58:08Windows:

py -m pip install infrastructure==2.3.4

Unix/macOs:

pip install infrastructure==2.3.4

infrastructure 2.3.32020-08-27T03:17:36Windows:

py -m pip install infrastructure==2.3.3

Unix/macOs:

pip install infrastructure==2.3.3

infrastructure 2.3.22020-08-26T11:21:28Windows:

py -m pip install infrastructure==2.3.2

Unix/macOs:

pip install infrastructure==2.3.2

infrastructure 2.3.12020-08-26T10:47:09Windows:

py -m pip install infrastructure==2.3.1

Unix/macOs:

pip install infrastructure==2.3.1

infrastructure 2.3.02020-08-26T09:06:10Windows:

py -m pip install infrastructure==2.3.0

Unix/macOs:

pip install infrastructure==2.3.0

infrastructure 2.2.92020-08-26T08:56:58Windows:

py -m pip install infrastructure==2.2.9

Unix/macOs:

pip install infrastructure==2.2.9

infrastructure 2.2.82020-08-26T06:47:11Windows:

py -m pip install infrastructure==2.2.8

Unix/macOs:

pip install infrastructure==2.2.8

infrastructure 2.2.72020-08-25T12:15:40Windows:

py -m pip install infrastructure==2.2.7

Unix/macOs:

pip install infrastructure==2.2.7

infrastructure 2.2.62020-08-25T09:40:51Windows:

py -m pip install infrastructure==2.2.6

Unix/macOs:

pip install infrastructure==2.2.6

infrastructure 2.2.52020-08-25T09:29:15Windows:

py -m pip install infrastructure==2.2.5

Unix/macOs:

pip install infrastructure==2.2.5

infrastructure 2.2.42020-08-18T13:05:01Windows:

py -m pip install infrastructure==2.2.4

Unix/macOs:

pip install infrastructure==2.2.4

infrastructure 2.2.32020-08-18T13:02:50Windows:

py -m pip install infrastructure==2.2.3

Unix/macOs:

pip install infrastructure==2.2.3

infrastructure 2.2.22020-08-18T12:58:32Windows:

py -m pip install infrastructure==2.2.2

Unix/macOs:

pip install infrastructure==2.2.2

infrastructure 2.2.12020-08-18T08:02:28Windows:

py -m pip install infrastructure==2.2.1

Unix/macOs:

pip install infrastructure==2.2.1

infrastructure 2.2.02020-08-16T07:56:16Windows:

py -m pip install infrastructure==2.2.0

Unix/macOs:

pip install infrastructure==2.2.0

infrastructure 2.1.92020-08-14T03:17:43Windows:

py -m pip install infrastructure==2.1.9

Unix/macOs:

pip install infrastructure==2.1.9

infrastructure 2.1.82020-08-14T02:53:25Windows:

py -m pip install infrastructure==2.1.8

Unix/macOs:

pip install infrastructure==2.1.8

infrastructure 2.1.72020-08-14T02:43:24Windows:

py -m pip install infrastructure==2.1.7

Unix/macOs:

pip install infrastructure==2.1.7

infrastructure 2.1.62020-08-07T09:15:39Windows:

py -m pip install infrastructure==2.1.6

Unix/macOs:

pip install infrastructure==2.1.6

infrastructure 2.1.52020-08-06T13:33:35Windows:

py -m pip install infrastructure==2.1.5

Unix/macOs:

pip install infrastructure==2.1.5

infrastructure 2.1.42020-08-06T13:19:55Windows:

py -m pip install infrastructure==2.1.4

Unix/macOs:

pip install infrastructure==2.1.4

infrastructure 2.1.32020-08-06T09:28:31Windows:

py -m pip install infrastructure==2.1.3

Unix/macOs:

pip install infrastructure==2.1.3

infrastructure 2.1.22020-08-05T01:32:23Windows:

py -m pip install infrastructure==2.1.2

Unix/macOs:

pip install infrastructure==2.1.2

infrastructure 2.1.12020-08-05T01:20:26Windows:

py -m pip install infrastructure==2.1.1

Unix/macOs:

pip install infrastructure==2.1.1

infrastructure 2.1.02020-07-24T03:32:59Windows:

py -m pip install infrastructure==2.1.0

Unix/macOs:

pip install infrastructure==2.1.0

infrastructure 2.0.92020-07-24T02:35:09Windows:

py -m pip install infrastructure==2.0.9

Unix/macOs:

pip install infrastructure==2.0.9

infrastructure 2.0.82020-07-21T07:37:18Windows:

py -m pip install infrastructure==2.0.8

Unix/macOs:

pip install infrastructure==2.0.8

infrastructure 2.0.72020-07-21T06:46:32Windows:

py -m pip install infrastructure==2.0.7

Unix/macOs:

pip install infrastructure==2.0.7

infrastructure 2.0.62020-07-21T06:39:27Windows:

py -m pip install infrastructure==2.0.6

Unix/macOs:

pip install infrastructure==2.0.6

infrastructure 2.0.52020-07-21T06:23:24Windows:

py -m pip install infrastructure==2.0.5

Unix/macOs:

pip install infrastructure==2.0.5

infrastructure 2.0.42020-07-21T06:14:46Windows:

py -m pip install infrastructure==2.0.4

Unix/macOs:

pip install infrastructure==2.0.4

infrastructure 2.0.32020-07-21T03:07:19Windows:

py -m pip install infrastructure==2.0.3

Unix/macOs:

pip install infrastructure==2.0.3

infrastructure 2.0.22020-07-21T03:05:00Windows:

py -m pip install infrastructure==2.0.2

Unix/macOs:

pip install infrastructure==2.0.2

infrastructure 2.0.12020-07-21T02:54:49Windows:

py -m pip install infrastructure==2.0.1

Unix/macOs:

pip install infrastructure==2.0.1

infrastructure 1.9.92020-07-21T02:25:52Windows:

py -m pip install infrastructure==1.9.9

Unix/macOs:

pip install infrastructure==1.9.9

infrastructure 1.9.82020-07-21T02:02:06Windows:

py -m pip install infrastructure==1.9.8

Unix/macOs:

pip install infrastructure==1.9.8

infrastructure 1.9.72020-07-07T13:54:44Windows:

py -m pip install infrastructure==1.9.7

Unix/macOs:

pip install infrastructure==1.9.7

infrastructure 1.9.62020-07-07T13:48:16Windows:

py -m pip install infrastructure==1.9.6

Unix/macOs:

pip install infrastructure==1.9.6

infrastructure 1.9.52020-07-07T13:34:26Windows:

py -m pip install infrastructure==1.9.5

Unix/macOs:

pip install infrastructure==1.9.5

infrastructure 1.9.42020-07-01T13:44:07Windows:

py -m pip install infrastructure==1.9.4

Unix/macOs:

pip install infrastructure==1.9.4

infrastructure 1.9.32020-07-01T06:12:59Windows:

py -m pip install infrastructure==1.9.3

Unix/macOs:

pip install infrastructure==1.9.3

infrastructure 1.9.22020-06-28T09:03:34Windows:

py -m pip install infrastructure==1.9.2

Unix/macOs:

pip install infrastructure==1.9.2

infrastructure 1.9.12020-06-28T08:56:20Windows:

py -m pip install infrastructure==1.9.1

Unix/macOs:

pip install infrastructure==1.9.1

infrastructure 1.9.02020-06-19T09:54:57Windows:

py -m pip install infrastructure==1.9.0

Unix/macOs:

pip install infrastructure==1.9.0

infrastructure 1.8.92020-06-19T09:03:22Windows:

py -m pip install infrastructure==1.8.9

Unix/macOs:

pip install infrastructure==1.8.9

infrastructure 1.8.82020-06-16T08:07:55Windows:

py -m pip install infrastructure==1.8.8

Unix/macOs:

pip install infrastructure==1.8.8

infrastructure 1.8.72020-06-11T13:25:56Windows:

py -m pip install infrastructure==1.8.7

Unix/macOs:

pip install infrastructure==1.8.7

infrastructure 1.8.62020-06-11T12:34:12Windows:

py -m pip install infrastructure==1.8.6

Unix/macOs:

pip install infrastructure==1.8.6

infrastructure 1.8.52020-06-10T11:47:16Windows:

py -m pip install infrastructure==1.8.5

Unix/macOs:

pip install infrastructure==1.8.5

infrastructure 1.8.42020-06-05T03:38:44Windows:

py -m pip install infrastructure==1.8.4

Unix/macOs:

pip install infrastructure==1.8.4

infrastructure 1.8.32020-06-04T12:16:43Windows:

py -m pip install infrastructure==1.8.3

Unix/macOs:

pip install infrastructure==1.8.3

infrastructure 1.8.22020-06-04T12:02:56Windows:

py -m pip install infrastructure==1.8.2

Unix/macOs:

pip install infrastructure==1.8.2

infrastructure 1.8.12020-06-04T11:16:02Windows:

py -m pip install infrastructure==1.8.1

Unix/macOs:

pip install infrastructure==1.8.1

infrastructure 1.8.02020-06-04T10:55:18Windows:

py -m pip install infrastructure==1.8.0

Unix/macOs:

pip install infrastructure==1.8.0

infrastructure 1.7.92020-06-04T10:04:05Windows:

py -m pip install infrastructure==1.7.9

Unix/macOs:

pip install infrastructure==1.7.9

infrastructure 1.7.72020-06-04T06:30:30Windows:

py -m pip install infrastructure==1.7.7

Unix/macOs:

pip install infrastructure==1.7.7

infrastructure 1.7.62020-06-03T07:52:35Windows:

py -m pip install infrastructure==1.7.6

Unix/macOs:

pip install infrastructure==1.7.6

infrastructure 1.7.52020-06-02T13:26:09Windows:

py -m pip install infrastructure==1.7.5

Unix/macOs:

pip install infrastructure==1.7.5

infrastructure 1.7.42020-06-02T13:12:55Windows:

py -m pip install infrastructure==1.7.4

Unix/macOs:

pip install infrastructure==1.7.4

infrastructure 1.7.32020-06-02T13:08:30Windows:

py -m pip install infrastructure==1.7.3

Unix/macOs:

pip install infrastructure==1.7.3

infrastructure 1.7.22020-06-02T12:25:00Windows:

py -m pip install infrastructure==1.7.2

Unix/macOs:

pip install infrastructure==1.7.2

infrastructure 1.7.12020-06-02T11:49:52Windows:

py -m pip install infrastructure==1.7.1

Unix/macOs:

pip install infrastructure==1.7.1

infrastructure 1.7.02020-06-02T11:25:58Windows:

py -m pip install infrastructure==1.7.0

Unix/macOs:

pip install infrastructure==1.7.0

infrastructure 1.6.92020-06-02T11:20:50Windows:

py -m pip install infrastructure==1.6.9

Unix/macOs:

pip install infrastructure==1.6.9

infrastructure 1.6.82020-06-02T11:14:54Windows:

py -m pip install infrastructure==1.6.8

Unix/macOs:

pip install infrastructure==1.6.8

infrastructure 1.6.72020-06-02T11:03:57Windows:

py -m pip install infrastructure==1.6.7

Unix/macOs:

pip install infrastructure==1.6.7

infrastructure 1.6.62020-06-02T09:55:53Windows:

py -m pip install infrastructure==1.6.6

Unix/macOs:

pip install infrastructure==1.6.6

infrastructure 1.6.52020-06-02T09:48:43Windows:

py -m pip install infrastructure==1.6.5

Unix/macOs:

pip install infrastructure==1.6.5

infrastructure 1.6.42020-06-02T09:42:04Windows:

py -m pip install infrastructure==1.6.4

Unix/macOs:

pip install infrastructure==1.6.4

infrastructure 1.6.32020-06-02T09:26:12Windows:

py -m pip install infrastructure==1.6.3

Unix/macOs:

pip install infrastructure==1.6.3

infrastructure 1.6.22020-06-02T09:23:12Windows:

py -m pip install infrastructure==1.6.2

Unix/macOs:

pip install infrastructure==1.6.2

infrastructure 1.6.12020-06-02T09:13:39Windows:

py -m pip install infrastructure==1.6.1

Unix/macOs:

pip install infrastructure==1.6.1

infrastructure 1.6.02020-06-02T09:04:35Windows:

py -m pip install infrastructure==1.6.0

Unix/macOs:

pip install infrastructure==1.6.0

infrastructure 1.5.92020-06-02T08:55:47Windows:

py -m pip install infrastructure==1.5.9

Unix/macOs:

pip install infrastructure==1.5.9

infrastructure 1.5.82020-06-02T08:50:45Windows:

py -m pip install infrastructure==1.5.8

Unix/macOs:

pip install infrastructure==1.5.8

infrastructure 1.5.72020-06-02T08:37:25Windows:

py -m pip install infrastructure==1.5.7

Unix/macOs:

pip install infrastructure==1.5.7

infrastructure 1.5.52020-05-29T05:44:09Windows:

py -m pip install infrastructure==1.5.5

Unix/macOs:

pip install infrastructure==1.5.5

infrastructure 1.5.42020-05-29T03:44:41Windows:

py -m pip install infrastructure==1.5.4

Unix/macOs:

pip install infrastructure==1.5.4

infrastructure 1.5.32020-05-28T12:38:59Windows:

py -m pip install infrastructure==1.5.3

Unix/macOs:

pip install infrastructure==1.5.3

infrastructure 1.5.22020-05-28T12:35:57Windows:

py -m pip install infrastructure==1.5.2

Unix/macOs:

pip install infrastructure==1.5.2

infrastructure 1.5.12020-05-28T12:30:24Windows:

py -m pip install infrastructure==1.5.1

Unix/macOs:

pip install infrastructure==1.5.1

infrastructure 1.4.52020-05-28T06:41:02Windows:

py -m pip install infrastructure==1.4.5

Unix/macOs:

pip install infrastructure==1.4.5

infrastructure 1.4.42020-05-28T02:20:45Windows:

py -m pip install infrastructure==1.4.4

Unix/macOs:

pip install infrastructure==1.4.4

infrastructure 1.4.32020-05-28T02:15:05Windows:

py -m pip install infrastructure==1.4.3

Unix/macOs:

pip install infrastructure==1.4.3

infrastructure 1.4.22020-05-27T06:08:50Windows:

py -m pip install infrastructure==1.4.2

Unix/macOs:

pip install infrastructure==1.4.2

infrastructure 1.4.12020-05-27T06:02:48Windows:

py -m pip install infrastructure==1.4.1

Unix/macOs:

pip install infrastructure==1.4.1

infrastructure 1.4.02020-05-27T05:45:04Windows:

py -m pip install infrastructure==1.4.0

Unix/macOs:

pip install infrastructure==1.4.0

infrastructure 1.3.92020-05-27T03:46:29Windows:

py -m pip install infrastructure==1.3.9

Unix/macOs:

pip install infrastructure==1.3.9

infrastructure 1.3.82020-05-27T03:20:53Windows:

py -m pip install infrastructure==1.3.8

Unix/macOs:

pip install infrastructure==1.3.8

infrastructure 1.3.72020-05-27T03:17:39Windows:

py -m pip install infrastructure==1.3.7

Unix/macOs:

pip install infrastructure==1.3.7

infrastructure 1.3.62020-05-27T02:37:31Windows:

py -m pip install infrastructure==1.3.6

Unix/macOs:

pip install infrastructure==1.3.6

infrastructure 1.3.52020-05-27T02:04:29Windows:

py -m pip install infrastructure==1.3.5

Unix/macOs:

pip install infrastructure==1.3.5

infrastructure 1.3.42020-05-26T13:30:59Windows:

py -m pip install infrastructure==1.3.4

Unix/macOs:

pip install infrastructure==1.3.4

infrastructure 1.3.32020-05-26T12:24:48Windows:

py -m pip install infrastructure==1.3.3

Unix/macOs:

pip install infrastructure==1.3.3

infrastructure 1.3.22020-05-26T12:09:48Windows:

py -m pip install infrastructure==1.3.2

Unix/macOs:

pip install infrastructure==1.3.2

infrastructure 1.3.12020-05-26T02:47:57Windows:

py -m pip install infrastructure==1.3.1

Unix/macOs:

pip install infrastructure==1.3.1

infrastructure 1.3.02020-05-26T02:26:44Windows:

py -m pip install infrastructure==1.3.0

Unix/macOs:

pip install infrastructure==1.3.0

infrastructure 1.2.92020-05-25T11:15:44Windows:

py -m pip install infrastructure==1.2.9

Unix/macOs:

pip install infrastructure==1.2.9

infrastructure 1.2.82020-05-25T09:24:13Windows:

py -m pip install infrastructure==1.2.8

Unix/macOs:

pip install infrastructure==1.2.8

infrastructure 1.2.72020-05-22T07:09:03Windows:

py -m pip install infrastructure==1.2.7

Unix/macOs:

pip install infrastructure==1.2.7

infrastructure 1.2.62020-05-22T06:08:47Windows:

py -m pip install infrastructure==1.2.6

Unix/macOs:

pip install infrastructure==1.2.6

infrastructure 1.2.52020-05-22T03:29:25Windows:

py -m pip install infrastructure==1.2.5

Unix/macOs:

pip install infrastructure==1.2.5

infrastructure 1.2.42020-05-22T02:16:52Windows:

py -m pip install infrastructure==1.2.4

Unix/macOs:

pip install infrastructure==1.2.4

infrastructure 1.2.32020-05-20T07:49:27Windows:

py -m pip install infrastructure==1.2.3

Unix/macOs:

pip install infrastructure==1.2.3

infrastructure 1.2.22020-05-20T07:46:36Windows:

py -m pip install infrastructure==1.2.2

Unix/macOs:

pip install infrastructure==1.2.2

infrastructure 1.2.12020-05-20T07:43:28Windows:

py -m pip install infrastructure==1.2.1

Unix/macOs:

pip install infrastructure==1.2.1

infrastructure 1.2.02020-05-20T06:58:31Windows:

py -m pip install infrastructure==1.2.0

Unix/macOs:

pip install infrastructure==1.2.0

infrastructure 1.1.92020-05-20T06:50:32Windows:

py -m pip install infrastructure==1.1.9

Unix/macOs:

pip install infrastructure==1.1.9

infrastructure 1.1.82020-05-20T06:46:16Windows:

py -m pip install infrastructure==1.1.8

Unix/macOs:

pip install infrastructure==1.1.8

infrastructure 1.1.72020-05-20T02:53:01Windows:

py -m pip install infrastructure==1.1.7

Unix/macOs:

pip install infrastructure==1.1.7

infrastructure 1.1.62020-05-19T13:31:59Windows:

py -m pip install infrastructure==1.1.6

Unix/macOs:

pip install infrastructure==1.1.6

infrastructure 1.1.52020-05-19T13:25:57Windows:

py -m pip install infrastructure==1.1.5

Unix/macOs:

pip install infrastructure==1.1.5

infrastructure 1.1.42020-05-19T13:24:34Windows:

py -m pip install infrastructure==1.1.4

Unix/macOs:

pip install infrastructure==1.1.4

infrastructure 1.1.32020-05-19T13:22:48Windows:

py -m pip install infrastructure==1.1.3

Unix/macOs:

pip install infrastructure==1.1.3

infrastructure 1.1.22020-05-19T13:21:30Windows:

py -m pip install infrastructure==1.1.2

Unix/macOs:

pip install infrastructure==1.1.2

infrastructure 1.1.12020-05-19T13:18:55Windows:

py -m pip install infrastructure==1.1.1

Unix/macOs:

pip install infrastructure==1.1.1

infrastructure 1.1.02020-05-19T13:16:35Windows:

py -m pip install infrastructure==1.1.0

Unix/macOs:

pip install infrastructure==1.1.0

infrastructure 1.0.92020-05-19T13:15:01Windows:

py -m pip install infrastructure==1.0.9

Unix/macOs:

pip install infrastructure==1.0.9

infrastructure 1.0.82020-05-19T13:02:02Windows:

py -m pip install infrastructure==1.0.8

Unix/macOs:

pip install infrastructure==1.0.8

infrastructure 1.0.72020-05-19T12:58:51Windows:

py -m pip install infrastructure==1.0.7

Unix/macOs:

pip install infrastructure==1.0.7

infrastructure 1.0.52020-05-19T12:58:50Windows:

py -m pip install infrastructure==1.0.5

Unix/macOs:

pip install infrastructure==1.0.5

infrastructure 1.0.42020-05-19T12:44:18Windows:

py -m pip install infrastructure==1.0.4

Unix/macOs:

pip install infrastructure==1.0.4

infrastructure 1.0.32020-05-19T06:22:00Windows:

py -m pip install infrastructure==1.0.3

Unix/macOs:

pip install infrastructure==1.0.3


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

Download the distribution file from infrastructure-3.5.5-py3-none-any.whl or the specific infrastructure version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_infrastructure_downloaded_file>

On Unix/macOs:

pip install <path_to_infrastructure_downloaded_file>


List distribution:

- infrastructure-1.0.3-py3.7.egg (python version >=3)
- infrastructure-1.0.4-py3.7.egg (python version >=3)
- infrastructure-1.0.5-py3.7.egg (python version >=3)
- infrastructure-1.0.7-py3.7.egg (python version >=3)
- infrastructure-1.0.8-py3.7.egg (python version >=3)
- infrastructure-1.0.9-py3.7.egg (python version >=3)
- infrastructure-1.1.0-py3.7.egg (python version >=3)
- infrastructure-1.1.1-py3.7.egg (python version >=3)
- infrastructure-1.1.2-py3.7.egg (python version >=3)
- infrastructure-1.1.3-py3.7.egg (python version >=3)
- infrastructure-1.1.4-py3.7.egg (python version >=3)
- infrastructure-1.1.5-py3.7.egg (python version >=3)
- infrastructure-1.1.6-py3.7.egg (python version >=3)
- infrastructure-1.1.7-py3.7.egg (python version >=3)
- infrastructure-1.1.8-py3.7.egg (python version >=3)
- infrastructure-1.1.9-py3.7.egg (python version >=3)
- infrastructure-1.2.0-py3.7.egg (python version >=3)
- infrastructure-1.2.1-py3.7.egg (python version >=3)
- infrastructure-1.2.2-py3.7.egg (python version >=3)
- infrastructure-1.2.3-py3.7.egg (python version >=3)
- infrastructure-1.2.4-py3.7.egg (python version >=3)
- infrastructure-1.2.5-py3.7.egg (python version >=3)
- infrastructure-1.2.6-py3.7.egg (python version >=3)
- infrastructure-1.2.7-py3.7.egg (python version >=3)
- infrastructure-1.2.8-py2.7.egg (python version >=3)
- infrastructure-1.2.9-py3.7.egg (python version >=3)
- infrastructure-1.3.0-py3.7.egg (python version >=3)
- infrastructure-1.3.1-py3.7.egg (python version >=3)
- infrastructure-1.3.2-py3.7.egg (python version >=3)
- infrastructure-1.3.3-py3.7.egg (python version >=3)
- infrastructure-1.3.4-py3.7.egg (python version >=3)
- infrastructure-1.3.5-py3.7.egg (python version >=3)
- infrastructure-1.3.6-py3.7.egg (python version >=3)
- infrastructure-1.3.7-py3.7.egg (python version >=3)
- infrastructure-1.3.8-py3.7.egg (python version >=3)
- infrastructure-1.3.9-py3.7.egg (python version >=3)
- infrastructure-1.4.0-py3.7.egg (python version >=3)
- infrastructure-1.4.1-py3.7.egg (python version >=3)
- infrastructure-1.4.2-py3.7.egg (python version >=3)
- infrastructure-1.4.3-py3.7.egg (python version >=3)
- infrastructure-1.4.4-py3.7.egg (python version >=3)
- infrastructure-1.4.5-py3.7.egg (python version >=3)
- infrastructure-1.5.1-py3.7.egg (python version >=3)
- infrastructure-1.5.2-py3.7.egg (python version >=3)
- infrastructure-1.5.3-py3.7.egg (python version >=3)
- infrastructure-1.5.4-py3.7.egg (python version >=3)
- infrastructure-1.5.5-py3.7.egg (python version >=3)
- infrastructure-1.5.7-py3.7.egg (python version >=3)
- infrastructure-1.5.8-py3.7.egg (python version >=3)
- infrastructure-1.5.9-py3.7.egg (python version >=3)
- infrastructure-1.6.0-py3.7.egg (python version >=3)
- infrastructure-1.6.1-py3.7.egg (python version >=3)
- infrastructure-1.6.2-py3.7.egg (python version >=3)
- infrastructure-1.6.3-py3.7.egg (python version >=3)
- infrastructure-1.6.4-py3.7.egg (python version >=3)
- infrastructure-1.6.5-py3.7.egg (python version >=3)
- infrastructure-1.6.6-py3.7.egg (python version >=3)
- infrastructure-1.6.7-py3.7.egg (python version >=3)
- infrastructure-1.6.8-py3.7.egg (python version >=3)
- infrastructure-1.6.9-py3.7.egg (python version >=3)
- infrastructure-1.7.0-py3.7.egg (python version >=3)
- infrastructure-1.7.1-py3.7.egg (python version >=3)
- infrastructure-1.7.2-py3.7.egg (python version >=3)
- infrastructure-1.7.3-py3.7.egg (python version >=3)
- infrastructure-1.7.4-py3.7.egg (python version >=3)
- infrastructure-1.7.5-py3.7.egg (python version >=3)
- infrastructure-1.7.6-py2.7.egg (python version >=3)
- infrastructure-1.7.7-py3.7.egg (python version >=3)
- infrastructure-1.7.9-py3.7.egg (python version >=3)
- infrastructure-1.8.0-py3.7.egg (python version >=3)
- infrastructure-1.8.1-py3.7.egg (python version >=3)
- infrastructure-1.8.2-py3.7.egg (python version >=3)
- infrastructure-1.8.3-py3.7.egg (python version >=3)
- infrastructure-1.8.4-py3.7.egg (python version >=3)
- infrastructure-1.8.5-py3.7.egg (python version >=3)
- infrastructure-1.8.6-py3.7.egg (python version >=3)
- infrastructure-1.8.7-py3.7.egg (python version >=3)
- infrastructure-1.8.8-py3.7.egg (python version >=3)
- infrastructure-1.8.9-py3.7.egg (python version >=3)
- infrastructure-1.9.0-py3.7.egg (python version >=3)
- infrastructure-1.9.1-py3.7.egg (python version >=3)
- infrastructure-1.9.2-py3.7.egg (python version >=3)
- infrastructure-1.9.3-py3.7.egg (python version >=3)
- infrastructure-1.9.4-py3.7.egg (python version >=3)
- infrastructure-1.9.5-py2.7.egg (python version >=3)
- infrastructure-1.9.5-py3.7.egg (python version >=3)
- infrastructure-1.9.6-py3.7.egg (python version >=3)
- infrastructure-1.9.7-py3.7.egg (python version >=3)
- infrastructure-1.9.8-py3.7.egg (python version >=3)
- infrastructure-1.9.9-py3.7.egg (python version >=3)
- infrastructure-2.0.1-py3.7.egg (python version >=3)
- infrastructure-2.0.2-py3.7.egg (python version >=3)
- infrastructure-2.0.3-py3.7.egg (python version >=3)
- infrastructure-2.0.4-py3.7.egg (python version >=3)
- infrastructure-2.0.5-py3.7.egg (python version >=3)
- infrastructure-2.0.6-py3.7.egg (python version >=3)
- infrastructure-2.0.7-py3.7.egg (python version >=3)
- infrastructure-2.0.8-py3.7.egg (python version >=3)
- infrastructure-2.0.9-py3.7.egg (python version >=3)
- infrastructure-2.1.0-py3.7.egg (python version >=3)
- infrastructure-2.1.1-py3.7.egg (python version >=3)
- infrastructure-2.1.2-py3.7.egg (python version >=3)
- infrastructure-2.1.3-py2.7.egg (python version >=3)
- infrastructure-2.1.4-py3.7.egg (python version >=3)
- infrastructure-2.1.5-py3.7.egg (python version >=3)
- infrastructure-2.1.6-py3.7.egg (python version >=3)
- infrastructure-2.1.7-py3.7.egg (python version >=3)
- infrastructure-2.1.8-py3.7.egg (python version >=3)
- infrastructure-2.1.9-py3.7.egg (python version >=3)
- infrastructure-2.2.0-py3.7.egg (python version >=3)
- infrastructure-2.2.1-py3.7.egg (python version >=3)
- infrastructure-2.2.2-py3.7.egg (python version >=3)
- infrastructure-2.2.3-py3.7.egg (python version >=3)
- infrastructure-2.2.4-py3.7.egg (python version >=3)
- infrastructure-2.2.5-py3.7.egg (python version >=3)
- infrastructure-2.2.6-py3.7.egg (python version >=3)
- infrastructure-2.2.7-py3.7.egg (python version >=3)
- infrastructure-2.2.8-py3.7.egg (python version >=3)
- infrastructure-2.2.9-py3.7.egg (python version >=3)
- infrastructure-2.3.0-py3.7.egg (python version >=3)
- infrastructure-2.3.1-py3.7.egg (python version >=3)
- infrastructure-2.3.2-py3.7.egg (python version >=3)
- infrastructure-2.3.3-py3.7.egg (python version >=3)
- infrastructure-2.3.4-py3.7.egg (python version >=3)
- infrastructure-2.3.5-py3.7.egg (python version >=3)
- infrastructure-2.3.6-py3.7.egg (python version >=3)
- infrastructure-2.3.7-py3.7.egg (python version >=3)
- infrastructure-2.3.8-py3.7.egg (python version >=3)
- infrastructure-2.3.9-py3.7.egg (python version >=3)
- infrastructure-2.4.0-py3.7.egg (python version >=3)
- infrastructure-2.4.1-py3.7.egg (python version >=3)
- infrastructure-2.4.2-py3.7.egg (python version >=3)
- infrastructure-2.4.3-py3.7.egg (python version >=3)
- infrastructure-2.4.4-py3.7.egg (python version >=3)
- infrastructure-2.4.5-py3.7.egg (python version >=3)
- infrastructure-2.4.6-py3.7.egg (python version >=3)
- infrastructure-2.4.7-py3-none-any.whl (python version >=3)
- infrastructure-2.4.7-py3.7.egg (python version >=3)
- infrastructure-2.4.8-py3-none-any.whl (python version >=3)
- infrastructure-2.4.8-py3.7.egg (python version >=3)
- infrastructure-2.4.9-py3-none-any.whl (python version >=3)
- infrastructure-2.4.9-py3.7.egg (python version >=3)
- infrastructure-2.5.0-py3.7.egg (python version >=3)
- infrastructure-2.5.1-py3.7.egg (python version >=3)
- infrastructure-2.5.2-py3.7.egg (python version >=3)
- infrastructure-2.5.3-py3.7.egg (python version >=3)
- infrastructure-2.5.4-py3.7.egg (python version >=3)
- infrastructure-2.5.5-py3.7.egg (python version >=3)
- infrastructure-2.5.6-py3.7.egg (python version >=3)
- infrastructure-2.5.7-py3.7.egg (python version >=3)
- infrastructure-2.5.8-py3.7.egg (python version >=3)
- infrastructure-2.5.9-py3.7.egg (python version >=3)
- infrastructure-2.6.0-py3.7.egg (python version >=3)
- infrastructure-2.6.1-py3.7.egg (python version >=3)
- infrastructure-2.6.2-py3.7.egg (python version >=3)
- infrastructure-2.6.3-py3.7.egg (python version >=3)
- infrastructure-2.6.4-py3.7.egg (python version >=3)
- infrastructure-2.6.5-py3.7.egg (python version >=3)
- infrastructure-2.6.6-py3.7.egg (python version >=3)
- infrastructure-2.6.7-py3.7.egg (python version >=3)
- infrastructure-2.6.8-py3.7.egg (python version >=3)
- infrastructure-2.6.9-py3.7.egg (python version >=3)
- infrastructure-2.7.0-py3.7.egg (python version >=3)
- infrastructure-2.7.1-py3.7.egg (python version >=3)
- infrastructure-2.7.2-py3.7.egg (python version >=3)
- infrastructure-2.7.3-py3.7.egg (python version >=3)
- infrastructure-2.7.4-py3-none-any.whl (python version >=3)
- infrastructure-2.7.4-py3.7.egg (python version >=3)
- infrastructure-2.7.5-py3-none-any.whl (python version >=3)
- infrastructure-2.7.5-py3.7.egg (python version >=3)
- infrastructure-2.7.6-py3-none-any.whl (python version >=3)
- infrastructure-2.7.6-py3.7.egg (python version >=3)
- infrastructure-2.7.7-py3-none-any.whl (python version >=3)
- infrastructure-2.7.7-py3.7.egg (python version >=3)
- infrastructure-2.7.8-py3.7.egg (python version >=3)
- infrastructure-2.7.9-py3.7.egg (python version >=3)
- infrastructure-2.8.0-py3.7.egg (python version >=3)
- infrastructure-2.8.1-py3.7.egg (python version >=3)
- infrastructure-2.8.2-py3.7.egg (python version >=3)
- infrastructure-2.8.3-py3.7.egg (python version >=3)
- infrastructure-2.8.4-py3.7.egg (python version >=3)
- infrastructure-2.8.5-py3.7.egg (python version >=3)
- infrastructure-2.8.6-py3.7.egg (python version >=3)
- infrastructure-2.8.7-py3.7.egg (python version >=3)
- infrastructure-2.8.8-py3.7.egg (python version >=3)
- infrastructure-2.8.9-py3.7.egg (python version >=3)
- infrastructure-2.9.0-py3.7.egg (python version >=3)
- infrastructure-2.9.1-py3.7.egg (python version >=3)
- infrastructure-2.9.3-py3.7.egg (python version >=3)
- infrastructure-2.9.3.tar.gz (python version >=3)
- infrastructure-2.9.4-py3.7.egg (python version >=3)
- infrastructure-2.9.5-py3.7.egg (python version >=3)
- infrastructure-2.9.6-py3.7.egg (python version >=3)
- infrastructure-2.9.7-py3.7.egg (python version >=3)
- infrastructure-2.9.8-py3.7.egg (python version >=3)
- infrastructure-2.9.9-py3.7.egg (python version >=3)
- infrastructure-3.0.0-py3.7.egg (python version >=3)
- infrastructure-3.0.1-py3.7.egg (python version >=3)
- infrastructure-3.0.2-py3.7.egg (python version >=3)
- infrastructure-3.0.3-py3.7.egg (python version >=3)
- infrastructure-3.0.4-py3.7.egg (python version >=3)
- infrastructure-3.0.5-py3.7.egg (python version >=3)
- infrastructure-3.0.6-py3.7.egg (python version >=3)
- infrastructure-3.0.7-py3.7.egg (python version >=3)
- infrastructure-3.0.8-py3.7.egg (python version >=3)
- infrastructure-3.0.9-py3.7.egg (python version >=3)
- infrastructure-3.1.0-py3.7.egg (python version >=3)
- infrastructure-3.1.1-py3.7.egg (python version >=3)
- infrastructure-3.1.2-py3.7.egg (python version >=3)
- infrastructure-3.1.3-py3.7.egg (python version >=3)
- infrastructure-3.1.4-py3.7.egg (python version >=3)
- infrastructure-3.1.5-py3.7.egg (python version >=3)
- infrastructure-3.1.6-py3.7.egg (python version >=3)
- infrastructure-3.1.7-py3.7.egg (python version >=3)
- infrastructure-3.1.8-py3.7.egg (python version >=3)
- infrastructure-3.1.9-py3.7.egg (python version >=3)
- infrastructure-3.2.0-py3.7.egg (python version >=3)
- infrastructure-3.2.1-py3.7.egg (python version >=3)
- infrastructure-3.2.2-py3.7.egg (python version >=3)
- infrastructure-3.2.3-py3.7.egg (python version >=3)
- infrastructure-3.2.4-py3.7.egg (python version >=3)
- infrastructure-3.2.5-py3.7.egg (python version >=3)
- infrastructure-3.2.6-py3.7.egg (python version >=3)
- infrastructure-3.2.7-py3.7.egg (python version >=3)
- infrastructure-3.2.8-py3.7.egg (python version >=3)
- infrastructure-3.2.9-py3.7.egg (python version >=3)
- infrastructure-3.3.0-py3.7.egg (python version >=3)
- infrastructure-3.3.1-py3.7.egg (python version >=3)
- infrastructure-3.3.2-py3.7.egg (python version >=3)
- infrastructure-3.3.3-py3.7.egg (python version >=3)
- infrastructure-3.3.4-py3.7.egg (python version >=3)
- infrastructure-3.3.5-py3.7.egg (python version >=3)
- infrastructure-3.3.6-py3.7.egg (python version >=3)
- infrastructure-3.3.7-py3.7.egg (python version >=3)
- infrastructure-3.3.8-py3.7.egg (python version >=3)
- infrastructure-3.3.9-py3.7.egg (python version >=3)
- infrastructure-3.4.0-py3.7.egg (python version >=3)
- infrastructure-3.4.1-py3.7.egg (python version >=3)
- infrastructure-3.4.2-py3.7.egg (python version >=3)
- infrastructure-3.4.5-py3-none-any.whl (python version >=3)
- infrastructure-3.4.5.tar.gz (python version >=3)
- infrastructure-3.4.6-py3-none-any.whl (python version >=3)
- infrastructure-3.4.7-py3-none-any.whl (python version >=3)
- infrastructure-3.4.8-py3-none-any.whl (python version >=3)
- infrastructure-3.4.9-py3-none-any.whl (python version >=3)
- infrastructure-3.5.0-py3-none-any.whl (python version >=3)
- infrastructure-3.5.1-py3-none-any.whl (python version >=3)
- infrastructure-3.5.2-py3-none-any.whl (python version >=3)
- infrastructure-3.5.3-py3-none-any.whl (python version >=3)
- infrastructure-3.5.4-py3-none-any.whl (python version >=3)
- infrastructure-3.5.5-py3-none-any.whl (python version >=3)
- infrastructure-3.5.6-py3-none-any.whl (python version >=3)


Project link: