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

How to install debops via python pip




debops - Your Debian-based data center in a box, it belongs to Classifiers:

- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
- Programming Language :: Other
- Programming Language :: Other Scripting Engines
- Topic :: System

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



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_debops_env

- Active the virtual environment

test_debops_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_debops_env

- Active the virtual environment

source test_debops_env/bin/active


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

To install debops on Windows(CMD):

py -m pip install debops

To install debops on Unix/macOs:

pip install debops


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

Example:

pip install debops==0.1.0


Please see the version list below table:

VersionReleased dateCommand
debops 3.0.22022-03-28T16:47:05Windows:

py -m pip install debops==3.0.2

Unix/macOs:

pip install debops==3.0.2

debops 3.0.12022-02-17T16:18:05Windows:

py -m pip install debops==3.0.1

Unix/macOs:

pip install debops==3.0.1

debops 3.0.02022-02-17T10:30:19Windows:

py -m pip install debops==3.0.0

Unix/macOs:

pip install debops==3.0.0

debops 2.3.52022-03-28T16:17:04Windows:

py -m pip install debops==2.3.5

Unix/macOs:

pip install debops==2.3.5

debops 2.3.42022-02-17T09:31:31Windows:

py -m pip install debops==2.3.4

Unix/macOs:

pip install debops==2.3.4

debops 2.3.32021-10-14T08:17:34Windows:

py -m pip install debops==2.3.3

Unix/macOs:

pip install debops==2.3.3

debops 2.3.22021-08-31T22:58:16Windows:

py -m pip install debops==2.3.2

Unix/macOs:

pip install debops==2.3.2

debops 2.3.12021-06-30T20:03:56Windows:

py -m pip install debops==2.3.1

Unix/macOs:

pip install debops==2.3.1

debops 2.3.02021-06-04T15:41:47Windows:

py -m pip install debops==2.3.0

Unix/macOs:

pip install debops==2.3.0

debops 2.2.72022-03-28T15:49:47Windows:

py -m pip install debops==2.2.7

Unix/macOs:

pip install debops==2.2.7

debops 2.2.62022-02-17T09:07:09Windows:

py -m pip install debops==2.2.6

Unix/macOs:

pip install debops==2.2.6

debops 2.2.52021-10-14T07:41:23Windows:

py -m pip install debops==2.2.5

Unix/macOs:

pip install debops==2.2.5

debops 2.2.42021-08-31T22:26:52Windows:

py -m pip install debops==2.2.4

Unix/macOs:

pip install debops==2.2.4

debops 2.2.32021-06-30T19:30:32Windows:

py -m pip install debops==2.2.3

Unix/macOs:

pip install debops==2.2.3

debops 2.2.22021-06-04T14:14:17Windows:

py -m pip install debops==2.2.2

Unix/macOs:

pip install debops==2.2.2

debops 2.2.12021-03-03T23:08:36Windows:

py -m pip install debops==2.2.1

Unix/macOs:

pip install debops==2.2.1

debops 2.2.02021-01-31T20:32:54Windows:

py -m pip install debops==2.2.0

Unix/macOs:

pip install debops==2.2.0

debops 2.1.92022-02-17T08:39:32Windows:

py -m pip install debops==2.1.9

Unix/macOs:

pip install debops==2.1.9

debops 2.1.82021-10-14T07:09:23Windows:

py -m pip install debops==2.1.8

Unix/macOs:

pip install debops==2.1.8

debops 2.1.72021-08-31T21:54:23Windows:

py -m pip install debops==2.1.7

Unix/macOs:

pip install debops==2.1.7

debops 2.1.62021-06-30T18:50:23Windows:

py -m pip install debops==2.1.6

Unix/macOs:

pip install debops==2.1.6

debops 2.1.52021-06-04T13:37:32Windows:

py -m pip install debops==2.1.5

Unix/macOs:

pip install debops==2.1.5

debops 2.1.42021-03-03T22:36:44Windows:

py -m pip install debops==2.1.4

Unix/macOs:

pip install debops==2.1.4

debops 2.1.32021-01-31T20:01:33Windows:

py -m pip install debops==2.1.3

Unix/macOs:

pip install debops==2.1.3

debops 2.1.22020-08-30T18:59:32Windows:

py -m pip install debops==2.1.2

Unix/macOs:

pip install debops==2.1.2

debops 2.1.12020-08-03T21:43:10Windows:

py -m pip install debops==2.1.1

Unix/macOs:

pip install debops==2.1.1

debops 2.1.02020-06-21T18:01:14Windows:

py -m pip install debops==2.1.0

Unix/macOs:

pip install debops==2.1.0

debops 2.0.102021-06-30T18:06:15Windows:

py -m pip install debops==2.0.10

Unix/macOs:

pip install debops==2.0.10

debops 2.0.92021-06-04T12:58:47Windows:

py -m pip install debops==2.0.9

Unix/macOs:

pip install debops==2.0.9

debops 2.0.82021-03-03T22:04:05Windows:

py -m pip install debops==2.0.8

Unix/macOs:

pip install debops==2.0.8

debops 2.0.72021-01-31T19:04:37Windows:

py -m pip install debops==2.0.7

Unix/macOs:

pip install debops==2.0.7

debops 2.0.62020-08-30T18:24:27Windows:

py -m pip install debops==2.0.6

Unix/macOs:

pip install debops==2.0.6

debops 2.0.52020-08-03T21:11:49Windows:

py -m pip install debops==2.0.5

Unix/macOs:

pip install debops==2.0.5

debops 2.0.42020-06-21T16:44:18Windows:

py -m pip install debops==2.0.4

Unix/macOs:

pip install debops==2.0.4

debops 2.0.32020-03-03T10:37:40Windows:

py -m pip install debops==2.0.3

Unix/macOs:

pip install debops==2.0.3

debops 2.0.22020-02-24T21:11:07Windows:

py -m pip install debops==2.0.2

Unix/macOs:

pip install debops==2.0.2

debops 2.0.12020-02-03T22:02:16Windows:

py -m pip install debops==2.0.1

Unix/macOs:

pip install debops==2.0.1

debops 2.0.02020-01-30T23:02:31Windows:

py -m pip install debops==2.0.0

Unix/macOs:

pip install debops==2.0.0

debops 1.2.72021-01-31T18:54:14Windows:

py -m pip install debops==1.2.7

Unix/macOs:

pip install debops==1.2.7

debops 1.2.62020-08-30T18:10:08Windows:

py -m pip install debops==1.2.6

Unix/macOs:

pip install debops==1.2.6

debops 1.2.52020-08-03T21:04:32Windows:

py -m pip install debops==1.2.5

Unix/macOs:

pip install debops==1.2.5

debops 1.2.42020-06-21T16:36:20Windows:

py -m pip install debops==1.2.4

Unix/macOs:

pip install debops==1.2.4

debops 1.2.32020-02-24T20:32:18Windows:

py -m pip install debops==1.2.3

Unix/macOs:

pip install debops==1.2.3

debops 1.2.22020-01-30T22:39:18Windows:

py -m pip install debops==1.2.2

Unix/macOs:

pip install debops==1.2.2

debops 1.2.12020-01-09T11:29:55Windows:

py -m pip install debops==1.2.1

Unix/macOs:

pip install debops==1.2.1

debops 1.2.02019-12-01T21:21:56Windows:

py -m pip install debops==1.2.0

Unix/macOs:

pip install debops==1.2.0

debops 1.1.122020-08-30T18:02:25Windows:

py -m pip install debops==1.1.12

Unix/macOs:

pip install debops==1.1.12

debops 1.1.112020-08-03T20:57:48Windows:

py -m pip install debops==1.1.11

Unix/macOs:

pip install debops==1.1.11

debops 1.1.102020-06-21T16:24:12Windows:

py -m pip install debops==1.1.10

Unix/macOs:

pip install debops==1.1.10

debops 1.1.92020-02-24T20:15:50Windows:

py -m pip install debops==1.1.9

Unix/macOs:

pip install debops==1.1.9

debops 1.1.82020-01-30T22:26:17Windows:

py -m pip install debops==1.1.8

Unix/macOs:

pip install debops==1.1.8

debops 1.1.72020-01-09T11:11:00Windows:

py -m pip install debops==1.1.7

Unix/macOs:

pip install debops==1.1.7

debops 1.1.62019-12-01T21:02:58Windows:

py -m pip install debops==1.1.6

Unix/macOs:

pip install debops==1.1.6

debops 1.1.52019-11-13T21:26:46Windows:

py -m pip install debops==1.1.5

Unix/macOs:

pip install debops==1.1.5

debops 1.1.42019-10-24T22:23:28Windows:

py -m pip install debops==1.1.4

Unix/macOs:

pip install debops==1.1.4

debops 1.1.32019-10-14T19:15:49Windows:

py -m pip install debops==1.1.3

Unix/macOs:

pip install debops==1.1.3

debops 1.1.22019-09-28T17:04:18Windows:

py -m pip install debops==1.1.2

Unix/macOs:

pip install debops==1.1.2

debops 1.1.12019-09-08T14:49:33Windows:

py -m pip install debops==1.1.1

Unix/macOs:

pip install debops==1.1.1

debops 1.1.02019-08-25T17:30:20Windows:

py -m pip install debops==1.1.0

Unix/macOs:

pip install debops==1.1.0

debops 1.0.182020-06-20T21:08:24Windows:

py -m pip install debops==1.0.18

Unix/macOs:

pip install debops==1.0.18

debops 1.0.172020-02-24T20:03:51Windows:

py -m pip install debops==1.0.17

Unix/macOs:

pip install debops==1.0.17

debops 1.0.162020-01-30T22:15:49Windows:

py -m pip install debops==1.0.16

Unix/macOs:

pip install debops==1.0.16

debops 1.0.152020-01-09T10:55:29Windows:

py -m pip install debops==1.0.15

Unix/macOs:

pip install debops==1.0.15

debops 1.0.142019-12-01T20:51:45Windows:

py -m pip install debops==1.0.14

Unix/macOs:

pip install debops==1.0.14

debops 1.0.132019-11-13T21:17:53Windows:

py -m pip install debops==1.0.13

Unix/macOs:

pip install debops==1.0.13

debops 1.0.122019-10-24T22:15:11Windows:

py -m pip install debops==1.0.12

Unix/macOs:

pip install debops==1.0.12

debops 1.0.112019-10-14T19:06:06Windows:

py -m pip install debops==1.0.11

Unix/macOs:

pip install debops==1.0.11

debops 1.0.102019-09-28T16:49:09Windows:

py -m pip install debops==1.0.10

Unix/macOs:

pip install debops==1.0.10

debops 1.0.92019-09-08T14:34:46Windows:

py -m pip install debops==1.0.9

Unix/macOs:

pip install debops==1.0.9

debops 1.0.82019-08-24T19:10:50Windows:

py -m pip install debops==1.0.8

Unix/macOs:

pip install debops==1.0.8

debops 1.0.72019-08-09T11:41:15Windows:

py -m pip install debops==1.0.7

Unix/macOs:

pip install debops==1.0.7

debops 1.0.62019-07-26T06:56:47Windows:

py -m pip install debops==1.0.6

Unix/macOs:

pip install debops==1.0.6

debops 1.0.52019-07-12T16:30:29Windows:

py -m pip install debops==1.0.5

Unix/macOs:

pip install debops==1.0.5

debops 1.0.42019-06-25T10:42:02Windows:

py -m pip install debops==1.0.4

Unix/macOs:

pip install debops==1.0.4

debops 1.0.32019-06-21T06:07:13Windows:

py -m pip install debops==1.0.3

Unix/macOs:

pip install debops==1.0.3

debops 1.0.22019-05-31T07:46:53Windows:

py -m pip install debops==1.0.2

Unix/macOs:

pip install debops==1.0.2

debops 1.0.12019-05-23T08:20:18Windows:

py -m pip install debops==1.0.1

Unix/macOs:

pip install debops==1.0.1

debops 1.0.02019-05-22T20:18:24Windows:

py -m pip install debops==1.0.0

Unix/macOs:

pip install debops==1.0.0

debops 0.8.12019-02-02T22:40:53Windows:

py -m pip install debops==0.8.1

Unix/macOs:

pip install debops==0.8.1

debops 0.8.02018-08-06T11:13:37Windows:

py -m pip install debops==0.8.0

Unix/macOs:

pip install debops==0.8.0

debops 0.7.22018-03-28T20:04:20Windows:

py -m pip install debops==0.7.2

Unix/macOs:

pip install debops==0.7.2

debops 0.7.12018-03-28T19:14:09Windows:

py -m pip install debops==0.7.1

Unix/macOs:

pip install debops==0.7.1

debops 0.7.02018-02-11T20:54:00Windows:

py -m pip install debops==0.7.0

Unix/macOs:

pip install debops==0.7.0

debops 0.6.12017-11-03T10:15:35Windows:

py -m pip install debops==0.6.1

Unix/macOs:

pip install debops==0.6.1

debops 0.6.02017-10-25T16:44:15Windows:

py -m pip install debops==0.6.0

Unix/macOs:

pip install debops==0.6.0

debops 0.5.02017-09-07T08:23:20Windows:

py -m pip install debops==0.5.0

Unix/macOs:

pip install debops==0.5.0

debops 0.4.42016-06-29T07:36:02Windows:

py -m pip install debops==0.4.4

Unix/macOs:

pip install debops==0.4.4

debops 0.4.32015-05-25T10:19:06Windows:

py -m pip install debops==0.4.3

Unix/macOs:

pip install debops==0.4.3

debops 0.4.22015-03-04T16:45:28Windows:

py -m pip install debops==0.4.2

Unix/macOs:

pip install debops==0.4.2

debops 0.4.12015-02-26T11:18:40Windows:

py -m pip install debops==0.4.1

Unix/macOs:

pip install debops==0.4.1

debops 0.4.02015-02-12T14:14:10Windows:

py -m pip install debops==0.4.0

Unix/macOs:

pip install debops==0.4.0

debops 0.3.02015-01-27T16:18:10Windows:

py -m pip install debops==0.3.0

Unix/macOs:

pip install debops==0.3.0

debops 0.2.02015-01-26T18:00:13Windows:

py -m pip install debops==0.2.0

Unix/macOs:

pip install debops==0.2.0

debops 0.1.02014-12-14T21:59:36Windows:

py -m pip install debops==0.1.0

Unix/macOs:

pip install debops==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_debops_downloaded_file>

On Unix/macOs:

pip install <path_to_debops_downloaded_file>


List distribution:

- debops-0.1.0.tar.bz2
- debops-0.2.0.tar.bz2
- debops-0.3.0.tar.bz2
- debops-0.4.0.tar.bz2
- debops-0.4.1.tar.bz2
- debops-0.4.2.tar.bz2
- debops-0.4.3.tar.bz2
- debops-0.4.4.tar.bz2
- debops-0.5.0.tar.bz2
- debops-0.6.0.tar.bz2
- debops-0.6.1.tar.bz2
- debops-0.7.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.7.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.7.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.7.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.7.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.7.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.8.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.8.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.8.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-0.8.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.5-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.7-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.8-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.8.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.9-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.9.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.10-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.10.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.11-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.11.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.12-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.12.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.13-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.13.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.14-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.14.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.15-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.15.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.16-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.16.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.17-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.17.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.18-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.0.18.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.5-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.7-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.8-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.8.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.9-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.9.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.10-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.10.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.11-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.11.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.12-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.1.12.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.5-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.7-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-1.2.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.5-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.7-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.8-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.8.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.9-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.9.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.10-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.0.10.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.5-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.7-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.8-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.8.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.9-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.1.9.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.5-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.7-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.7.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.8-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.2.8.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.4-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.4.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.5-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.5.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.6-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-2.3.6.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)
- debops-3.0.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4)


Project link:

- Homepage
- Download