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

How to install sbase via python pip




sbase - A complete web automation framework for end-to-end testing., it belongs to Classifiers:

- Environment :: MacOS X
- Intended Audience :: Information Technology
- Programming Language :: Python :: 3.11
- Topic :: Software Development :: Quality Assurance
- Topic :: Software Development :: Testing
- Topic :: Software Development :: Testing :: Acceptance
- Topic :: Software Development :: Testing :: Traffic Generation

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



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_sbase_env

- Active the virtual environment

test_sbase_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_sbase_env

- Active the virtual environment

source test_sbase_env/bin/active


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

To install sbase on Windows(CMD):

py -m pip install sbase

To install sbase on Unix/macOs:

pip install sbase


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

Example:

pip install sbase==0.1.0


Please see the version list below table:

VersionReleased dateCommand
sbase 4.0.02022-08-19T05:43:49Windows:

py -m pip install sbase==4.0.0

Unix/macOs:

pip install sbase==4.0.0

sbase 3.5.112022-08-05T22:41:55Windows:

py -m pip install sbase==3.5.11

Unix/macOs:

pip install sbase==3.5.11

sbase 3.5.102022-08-04T18:30:51Windows:

py -m pip install sbase==3.5.10

Unix/macOs:

pip install sbase==3.5.10

sbase 3.5.92022-08-01T22:19:18Windows:

py -m pip install sbase==3.5.9

Unix/macOs:

pip install sbase==3.5.9

sbase 3.5.82022-07-17T12:28:28Windows:

py -m pip install sbase==3.5.8

Unix/macOs:

pip install sbase==3.5.8

sbase 3.5.72022-07-16T18:58:50Windows:

py -m pip install sbase==3.5.7

Unix/macOs:

pip install sbase==3.5.7

sbase 3.5.62022-07-15T23:35:48Windows:

py -m pip install sbase==3.5.6

Unix/macOs:

pip install sbase==3.5.6

sbase 3.5.52022-07-15T01:35:05Windows:

py -m pip install sbase==3.5.5

Unix/macOs:

pip install sbase==3.5.5

sbase 3.5.42022-07-14T17:03:57Windows:

py -m pip install sbase==3.5.4

Unix/macOs:

pip install sbase==3.5.4

sbase 3.5.32022-07-14T04:49:59Windows:

py -m pip install sbase==3.5.3

Unix/macOs:

pip install sbase==3.5.3

sbase 3.5.22022-07-13T18:09:50Windows:

py -m pip install sbase==3.5.2

Unix/macOs:

pip install sbase==3.5.2

sbase 3.5.12022-07-13T03:07:28Windows:

py -m pip install sbase==3.5.1

Unix/macOs:

pip install sbase==3.5.1

sbase 3.5.02022-07-11T20:24:26Windows:

py -m pip install sbase==3.5.0

Unix/macOs:

pip install sbase==3.5.0

sbase 3.4.12022-07-11T17:41:36Windows:

py -m pip install sbase==3.4.1

Unix/macOs:

pip install sbase==3.4.1

sbase 3.4.02022-07-08T21:32:10Windows:

py -m pip install sbase==3.4.0

Unix/macOs:

pip install sbase==3.4.0

sbase 3.3.72022-07-06T22:48:48Windows:

py -m pip install sbase==3.3.7

Unix/macOs:

pip install sbase==3.3.7

sbase 3.3.62022-07-03T20:03:18Windows:

py -m pip install sbase==3.3.6

Unix/macOs:

pip install sbase==3.3.6

sbase 3.3.52022-07-01T18:51:52Windows:

py -m pip install sbase==3.3.5

Unix/macOs:

pip install sbase==3.3.5

sbase 3.3.42022-06-30T22:32:22Windows:

py -m pip install sbase==3.3.4

Unix/macOs:

pip install sbase==3.3.4

sbase 3.3.32022-06-29T03:15:32Windows:

py -m pip install sbase==3.3.3

Unix/macOs:

pip install sbase==3.3.3

sbase 3.3.22022-06-26T17:23:59Windows:

py -m pip install sbase==3.3.2

Unix/macOs:

pip install sbase==3.3.2

sbase 3.3.12022-06-24T18:38:29Windows:

py -m pip install sbase==3.3.1

Unix/macOs:

pip install sbase==3.3.1

sbase 3.3.02022-06-24T03:38:17Windows:

py -m pip install sbase==3.3.0

Unix/macOs:

pip install sbase==3.3.0

sbase 3.2.122022-06-22T15:34:08Windows:

py -m pip install sbase==3.2.12

Unix/macOs:

pip install sbase==3.2.12

sbase 3.2.112022-06-20T22:44:02Windows:

py -m pip install sbase==3.2.11

Unix/macOs:

pip install sbase==3.2.11

sbase 3.2.102022-06-15T17:56:21Windows:

py -m pip install sbase==3.2.10

Unix/macOs:

pip install sbase==3.2.10

sbase 3.2.92022-06-08T03:55:03Windows:

py -m pip install sbase==3.2.9

Unix/macOs:

pip install sbase==3.2.9

sbase 3.2.82022-06-07T05:10:28Windows:

py -m pip install sbase==3.2.8

Unix/macOs:

pip install sbase==3.2.8

sbase 3.2.72022-06-03T21:52:58Windows:

py -m pip install sbase==3.2.7

Unix/macOs:

pip install sbase==3.2.7

sbase 3.2.62022-06-02T01:25:19Windows:

py -m pip install sbase==3.2.6

Unix/macOs:

pip install sbase==3.2.6

sbase 3.2.52022-06-01T18:28:10Windows:

py -m pip install sbase==3.2.5

Unix/macOs:

pip install sbase==3.2.5

sbase 3.2.42022-06-01T15:43:37Windows:

py -m pip install sbase==3.2.4

Unix/macOs:

pip install sbase==3.2.4

sbase 3.2.32022-05-31T15:58:07Windows:

py -m pip install sbase==3.2.3

Unix/macOs:

pip install sbase==3.2.3

sbase 3.2.22022-05-31T05:20:31Windows:

py -m pip install sbase==3.2.2

Unix/macOs:

pip install sbase==3.2.2

sbase 3.2.12022-05-27T00:32:09Windows:

py -m pip install sbase==3.2.1

Unix/macOs:

pip install sbase==3.2.1

sbase 3.2.02022-05-26T03:32:18Windows:

py -m pip install sbase==3.2.0

Unix/macOs:

pip install sbase==3.2.0

sbase 3.1.52022-05-23T19:34:55Windows:

py -m pip install sbase==3.1.5

Unix/macOs:

pip install sbase==3.1.5

sbase 3.1.42022-05-21T03:32:41Windows:

py -m pip install sbase==3.1.4

Unix/macOs:

pip install sbase==3.1.4

sbase 3.1.32022-05-20T19:42:15Windows:

py -m pip install sbase==3.1.3

Unix/macOs:

pip install sbase==3.1.3

sbase 3.1.22022-05-19T17:06:12Windows:

py -m pip install sbase==3.1.2

Unix/macOs:

pip install sbase==3.1.2

sbase 3.1.12022-05-18T16:09:10Windows:

py -m pip install sbase==3.1.1

Unix/macOs:

pip install sbase==3.1.1

sbase 3.1.02022-05-17T19:53:37Windows:

py -m pip install sbase==3.1.0

Unix/macOs:

pip install sbase==3.1.0

sbase 3.0.22022-05-15T14:16:06Windows:

py -m pip install sbase==3.0.2

Unix/macOs:

pip install sbase==3.0.2

sbase 3.0.12022-05-14T14:24:45Windows:

py -m pip install sbase==3.0.1

Unix/macOs:

pip install sbase==3.0.1

sbase 3.0.02022-05-13T23:18:05Windows:

py -m pip install sbase==3.0.0

Unix/macOs:

pip install sbase==3.0.0

sbase 2.5.42022-05-02T23:19:12Windows:

py -m pip install sbase==2.5.4

Unix/macOs:

pip install sbase==2.5.4

sbase 2.5.32022-05-01T14:45:06Windows:

py -m pip install sbase==2.5.3

Unix/macOs:

pip install sbase==2.5.3

sbase 2.5.22022-04-25T22:11:59Windows:

py -m pip install sbase==2.5.2

Unix/macOs:

pip install sbase==2.5.2

sbase 2.5.12022-04-25T04:12:11Windows:

py -m pip install sbase==2.5.1

Unix/macOs:

pip install sbase==2.5.1

sbase 2.5.02022-04-22T07:25:24Windows:

py -m pip install sbase==2.5.0

Unix/macOs:

pip install sbase==2.5.0

sbase 2.4.352022-04-19T21:51:39Windows:

py -m pip install sbase==2.4.35

Unix/macOs:

pip install sbase==2.4.35

sbase 2.4.342022-04-18T05:52:29Windows:

py -m pip install sbase==2.4.34

Unix/macOs:

pip install sbase==2.4.34

sbase 2.4.332022-04-13T17:59:51Windows:

py -m pip install sbase==2.4.33

Unix/macOs:

pip install sbase==2.4.33

sbase 2.4.322022-04-10T15:07:13Windows:

py -m pip install sbase==2.4.32

Unix/macOs:

pip install sbase==2.4.32

sbase 2.4.312022-04-05T17:39:50Windows:

py -m pip install sbase==2.4.31

Unix/macOs:

pip install sbase==2.4.31

sbase 2.4.302022-04-04T21:11:11Windows:

py -m pip install sbase==2.4.30

Unix/macOs:

pip install sbase==2.4.30

sbase 2.4.292022-04-04T17:42:55Windows:

py -m pip install sbase==2.4.29

Unix/macOs:

pip install sbase==2.4.29

sbase 2.4.282022-03-31T22:44:08Windows:

py -m pip install sbase==2.4.28

Unix/macOs:

pip install sbase==2.4.28

sbase 2.4.272022-03-27T14:37:54Windows:

py -m pip install sbase==2.4.27

Unix/macOs:

pip install sbase==2.4.27

sbase 2.4.262022-03-26T22:20:40Windows:

py -m pip install sbase==2.4.26

Unix/macOs:

pip install sbase==2.4.26

sbase 2.4.252022-03-25T19:49:14Windows:

py -m pip install sbase==2.4.25

Unix/macOs:

pip install sbase==2.4.25

sbase 2.4.242022-03-22T20:03:49Windows:

py -m pip install sbase==2.4.24

Unix/macOs:

pip install sbase==2.4.24

sbase 2.4.232022-03-18T15:28:31Windows:

py -m pip install sbase==2.4.23

Unix/macOs:

pip install sbase==2.4.23

sbase 2.4.222022-03-18T15:27:02Windows:

py -m pip install sbase==2.4.22

Unix/macOs:

pip install sbase==2.4.22

sbase 2.4.212022-03-16T03:55:40Windows:

py -m pip install sbase==2.4.21

Unix/macOs:

pip install sbase==2.4.21

sbase 2.4.202022-03-16T02:08:34Windows:

py -m pip install sbase==2.4.20

Unix/macOs:

pip install sbase==2.4.20

sbase 2.4.192022-03-12T23:49:30Windows:

py -m pip install sbase==2.4.19

Unix/macOs:

pip install sbase==2.4.19

sbase 2.4.182022-03-09T19:35:16Windows:

py -m pip install sbase==2.4.18

Unix/macOs:

pip install sbase==2.4.18

sbase 2.4.172022-03-02T20:14:18Windows:

py -m pip install sbase==2.4.17

Unix/macOs:

pip install sbase==2.4.17

sbase 2.4.162022-03-02T07:49:11Windows:

py -m pip install sbase==2.4.16

Unix/macOs:

pip install sbase==2.4.16

sbase 2.4.152022-02-25T23:27:43Windows:

py -m pip install sbase==2.4.15

Unix/macOs:

pip install sbase==2.4.15

sbase 2.4.142022-02-15T22:55:02Windows:

py -m pip install sbase==2.4.14

Unix/macOs:

pip install sbase==2.4.14

sbase 2.4.132022-02-13T18:28:08Windows:

py -m pip install sbase==2.4.13

Unix/macOs:

pip install sbase==2.4.13

sbase 2.4.122022-02-11T21:08:00Windows:

py -m pip install sbase==2.4.12

Unix/macOs:

pip install sbase==2.4.12

sbase 2.4.112022-02-11T06:28:47Windows:

py -m pip install sbase==2.4.11

Unix/macOs:

pip install sbase==2.4.11

sbase 2.4.102022-02-10T21:03:44Windows:

py -m pip install sbase==2.4.10

Unix/macOs:

pip install sbase==2.4.10

sbase 2.4.92022-02-10T00:14:43Windows:

py -m pip install sbase==2.4.9

Unix/macOs:

pip install sbase==2.4.9

sbase 2.4.82022-02-06T04:26:30Windows:

py -m pip install sbase==2.4.8

Unix/macOs:

pip install sbase==2.4.8

sbase 2.4.72022-02-04T03:38:16Windows:

py -m pip install sbase==2.4.7

Unix/macOs:

pip install sbase==2.4.7

sbase 2.4.62022-02-02T03:55:15Windows:

py -m pip install sbase==2.4.6

Unix/macOs:

pip install sbase==2.4.6

sbase 2.4.52022-02-01T20:17:56Windows:

py -m pip install sbase==2.4.5

Unix/macOs:

pip install sbase==2.4.5

sbase 2.4.42022-02-01T06:37:52Windows:

py -m pip install sbase==2.4.4

Unix/macOs:

pip install sbase==2.4.4

sbase 2.4.32022-01-27T07:51:04Windows:

py -m pip install sbase==2.4.3

Unix/macOs:

pip install sbase==2.4.3

sbase 2.4.22022-01-26T06:46:44Windows:

py -m pip install sbase==2.4.2

Unix/macOs:

pip install sbase==2.4.2

sbase 2.4.12022-01-24T04:55:55Windows:

py -m pip install sbase==2.4.1

Unix/macOs:

pip install sbase==2.4.1

sbase 2.4.02022-01-20T04:44:13Windows:

py -m pip install sbase==2.4.0

Unix/macOs:

pip install sbase==2.4.0

sbase 2.3.142022-01-16T21:59:07Windows:

py -m pip install sbase==2.3.14

Unix/macOs:

pip install sbase==2.3.14

sbase 2.3.132022-01-16T00:56:02Windows:

py -m pip install sbase==2.3.13

Unix/macOs:

pip install sbase==2.3.13

sbase 2.3.122022-01-12T06:47:08Windows:

py -m pip install sbase==2.3.12

Unix/macOs:

pip install sbase==2.3.12

sbase 2.3.112022-01-12T04:11:19Windows:

py -m pip install sbase==2.3.11

Unix/macOs:

pip install sbase==2.3.11

sbase 2.3.102022-01-09T01:57:07Windows:

py -m pip install sbase==2.3.10

Unix/macOs:

pip install sbase==2.3.10

sbase 2.3.92022-01-05T21:09:22Windows:

py -m pip install sbase==2.3.9

Unix/macOs:

pip install sbase==2.3.9

sbase 2.3.82022-01-05T02:01:03Windows:

py -m pip install sbase==2.3.8

Unix/macOs:

pip install sbase==2.3.8

sbase 2.3.72022-01-03T00:24:30Windows:

py -m pip install sbase==2.3.7

Unix/macOs:

pip install sbase==2.3.7

sbase 2.3.62022-01-02T05:22:27Windows:

py -m pip install sbase==2.3.6

Unix/macOs:

pip install sbase==2.3.6

sbase 2.3.52021-12-31T20:43:11Windows:

py -m pip install sbase==2.3.5

Unix/macOs:

pip install sbase==2.3.5

sbase 2.3.42021-12-29T05:12:55Windows:

py -m pip install sbase==2.3.4

Unix/macOs:

pip install sbase==2.3.4

sbase 2.3.32021-12-24T23:05:12Windows:

py -m pip install sbase==2.3.3

Unix/macOs:

pip install sbase==2.3.3

sbase 2.3.22021-12-23T21:34:18Windows:

py -m pip install sbase==2.3.2

Unix/macOs:

pip install sbase==2.3.2

sbase 2.3.12021-12-17T22:45:08Windows:

py -m pip install sbase==2.3.1

Unix/macOs:

pip install sbase==2.3.1

sbase 2.3.02021-12-17T10:34:54Windows:

py -m pip install sbase==2.3.0

Unix/macOs:

pip install sbase==2.3.0

sbase 2.2.102021-12-14T03:12:20Windows:

py -m pip install sbase==2.2.10

Unix/macOs:

pip install sbase==2.2.10

sbase 2.2.92021-12-11T21:38:47Windows:

py -m pip install sbase==2.2.9

Unix/macOs:

pip install sbase==2.2.9

sbase 2.2.82021-12-07T19:17:51Windows:

py -m pip install sbase==2.2.8

Unix/macOs:

pip install sbase==2.2.8

sbase 2.2.72021-12-03T16:44:03Windows:

py -m pip install sbase==2.2.7

Unix/macOs:

pip install sbase==2.2.7

sbase 2.2.62021-12-03T05:51:19Windows:

py -m pip install sbase==2.2.6

Unix/macOs:

pip install sbase==2.2.6

sbase 2.2.52021-12-02T20:45:15Windows:

py -m pip install sbase==2.2.5

Unix/macOs:

pip install sbase==2.2.5

sbase 2.2.42021-12-02T05:48:09Windows:

py -m pip install sbase==2.2.4

Unix/macOs:

pip install sbase==2.2.4

sbase 2.2.32021-11-30T06:34:08Windows:

py -m pip install sbase==2.2.3

Unix/macOs:

pip install sbase==2.2.3

sbase 2.2.22021-11-29T07:06:15Windows:

py -m pip install sbase==2.2.2

Unix/macOs:

pip install sbase==2.2.2

sbase 2.2.12021-11-27T18:30:00Windows:

py -m pip install sbase==2.2.1

Unix/macOs:

pip install sbase==2.2.1

sbase 2.2.02021-11-25T18:22:46Windows:

py -m pip install sbase==2.2.0

Unix/macOs:

pip install sbase==2.2.0

sbase 2.1.92021-11-18T00:53:54Windows:

py -m pip install sbase==2.1.9

Unix/macOs:

pip install sbase==2.1.9

sbase 2.1.82021-11-15T21:10:15Windows:

py -m pip install sbase==2.1.8

Unix/macOs:

pip install sbase==2.1.8

sbase 2.1.72021-11-15T20:34:40Windows:

py -m pip install sbase==2.1.7

Unix/macOs:

pip install sbase==2.1.7

sbase 2.1.62021-11-10T18:28:32Windows:

py -m pip install sbase==2.1.6

Unix/macOs:

pip install sbase==2.1.6

sbase 2.1.52021-11-10T00:38:01Windows:

py -m pip install sbase==2.1.5

Unix/macOs:

pip install sbase==2.1.5

sbase 2.1.42021-11-08T18:32:41Windows:

py -m pip install sbase==2.1.4

Unix/macOs:

pip install sbase==2.1.4

sbase 2.1.32021-11-06T00:31:44Windows:

py -m pip install sbase==2.1.3

Unix/macOs:

pip install sbase==2.1.3

sbase 2.1.22021-11-04T03:10:39Windows:

py -m pip install sbase==2.1.2

Unix/macOs:

pip install sbase==2.1.2

sbase 2.1.12021-11-02T06:45:34Windows:

py -m pip install sbase==2.1.1

Unix/macOs:

pip install sbase==2.1.1

sbase 2.1.02021-10-31T07:45:15Windows:

py -m pip install sbase==2.1.0

Unix/macOs:

pip install sbase==2.1.0

sbase 2.0.102021-10-28T23:26:53Windows:

py -m pip install sbase==2.0.10

Unix/macOs:

pip install sbase==2.0.10

sbase 2.0.92021-10-28T18:50:21Windows:

py -m pip install sbase==2.0.9

Unix/macOs:

pip install sbase==2.0.9

sbase 2.0.82021-10-28T05:22:17Windows:

py -m pip install sbase==2.0.8

Unix/macOs:

pip install sbase==2.0.8

sbase 2.0.72021-10-26T03:21:11Windows:

py -m pip install sbase==2.0.7

Unix/macOs:

pip install sbase==2.0.7

sbase 2.0.62021-10-23T20:13:01Windows:

py -m pip install sbase==2.0.6

Unix/macOs:

pip install sbase==2.0.6

sbase 2.0.52021-10-22T20:47:09Windows:

py -m pip install sbase==2.0.5

Unix/macOs:

pip install sbase==2.0.5

sbase 2.0.42021-10-21T03:02:52Windows:

py -m pip install sbase==2.0.4

Unix/macOs:

pip install sbase==2.0.4

sbase 2.0.32021-10-20T00:34:17Windows:

py -m pip install sbase==2.0.3

Unix/macOs:

pip install sbase==2.0.3

sbase 2.0.22021-10-19T04:31:22Windows:

py -m pip install sbase==2.0.2

Unix/macOs:

pip install sbase==2.0.2

sbase 2.0.12021-10-18T06:04:39Windows:

py -m pip install sbase==2.0.1

Unix/macOs:

pip install sbase==2.0.1

sbase 2.0.02021-10-16T05:45:13Windows:

py -m pip install sbase==2.0.0

Unix/macOs:

pip install sbase==2.0.0

sbase 1.67.12021-10-15T20:34:44Windows:

py -m pip install sbase==1.67.1

Unix/macOs:

pip install sbase==1.67.1

sbase 1.67.02021-10-15T18:07:50Windows:

py -m pip install sbase==1.67.0

Unix/macOs:

pip install sbase==1.67.0

sbase 1.66.142021-10-14T21:07:58Windows:

py -m pip install sbase==1.66.14

Unix/macOs:

pip install sbase==1.66.14

sbase 1.66.132021-10-14T07:45:58Windows:

py -m pip install sbase==1.66.13

Unix/macOs:

pip install sbase==1.66.13

sbase 1.66.122021-10-11T21:36:39Windows:

py -m pip install sbase==1.66.12

Unix/macOs:

pip install sbase==1.66.12

sbase 1.66.112021-10-09T04:28:59Windows:

py -m pip install sbase==1.66.11

Unix/macOs:

pip install sbase==1.66.11

sbase 1.66.102021-10-08T05:16:26Windows:

py -m pip install sbase==1.66.10

Unix/macOs:

pip install sbase==1.66.10

sbase 1.66.92021-10-06T04:17:42Windows:

py -m pip install sbase==1.66.9

Unix/macOs:

pip install sbase==1.66.9

sbase 1.66.82021-10-05T21:46:19Windows:

py -m pip install sbase==1.66.8

Unix/macOs:

pip install sbase==1.66.8

sbase 1.66.72021-10-03T04:39:51Windows:

py -m pip install sbase==1.66.7

Unix/macOs:

pip install sbase==1.66.7

sbase 1.66.62021-10-02T04:23:05Windows:

py -m pip install sbase==1.66.6

Unix/macOs:

pip install sbase==1.66.6

sbase 1.66.52021-10-01T05:39:24Windows:

py -m pip install sbase==1.66.5

Unix/macOs:

pip install sbase==1.66.5

sbase 1.66.42021-09-29T07:41:29Windows:

py -m pip install sbase==1.66.4

Unix/macOs:

pip install sbase==1.66.4

sbase 1.66.32021-09-27T19:26:22Windows:

py -m pip install sbase==1.66.3

Unix/macOs:

pip install sbase==1.66.3

sbase 1.66.22021-09-26T19:31:11Windows:

py -m pip install sbase==1.66.2

Unix/macOs:

pip install sbase==1.66.2

sbase 1.66.12021-09-21T18:16:31Windows:

py -m pip install sbase==1.66.1

Unix/macOs:

pip install sbase==1.66.1

sbase 1.66.02021-09-20T07:54:37Windows:

py -m pip install sbase==1.66.0

Unix/macOs:

pip install sbase==1.66.0

sbase 1.65.32021-09-07T21:56:04Windows:

py -m pip install sbase==1.65.3

Unix/macOs:

pip install sbase==1.65.3

sbase 1.65.22021-09-06T17:19:01Windows:

py -m pip install sbase==1.65.2

Unix/macOs:

pip install sbase==1.65.2

sbase 1.65.12021-09-01T07:58:46Windows:

py -m pip install sbase==1.65.1

Unix/macOs:

pip install sbase==1.65.1

sbase 1.65.02021-09-01T06:05:00Windows:

py -m pip install sbase==1.65.0

Unix/macOs:

pip install sbase==1.65.0

sbase 1.64.12021-08-24T19:37:54Windows:

py -m pip install sbase==1.64.1

Unix/macOs:

pip install sbase==1.64.1

sbase 1.64.02021-08-24T04:44:14Windows:

py -m pip install sbase==1.64.0

Unix/macOs:

pip install sbase==1.64.0

sbase 1.63.232021-08-11T16:01:34Windows:

py -m pip install sbase==1.63.23

Unix/macOs:

pip install sbase==1.63.23

sbase 1.63.222021-08-09T22:49:05Windows:

py -m pip install sbase==1.63.22

Unix/macOs:

pip install sbase==1.63.22

sbase 1.63.212021-08-06T01:10:14Windows:

py -m pip install sbase==1.63.21

Unix/macOs:

pip install sbase==1.63.21

sbase 1.63.202021-07-31T16:16:51Windows:

py -m pip install sbase==1.63.20

Unix/macOs:

pip install sbase==1.63.20

sbase 1.63.192021-07-30T02:03:27Windows:

py -m pip install sbase==1.63.19

Unix/macOs:

pip install sbase==1.63.19

sbase 1.63.182021-07-29T16:09:14Windows:

py -m pip install sbase==1.63.18

Unix/macOs:

pip install sbase==1.63.18

sbase 1.63.172021-07-20T18:01:37Windows:

py -m pip install sbase==1.63.17

Unix/macOs:

pip install sbase==1.63.17

sbase 1.63.162021-07-18T21:40:11Windows:

py -m pip install sbase==1.63.16

Unix/macOs:

pip install sbase==1.63.16

sbase 1.63.152021-07-12T05:31:26Windows:

py -m pip install sbase==1.63.15

Unix/macOs:

pip install sbase==1.63.15

sbase 1.63.142021-07-06T14:40:20Windows:

py -m pip install sbase==1.63.14

Unix/macOs:

pip install sbase==1.63.14

sbase 1.63.132021-06-29T04:05:14Windows:

py -m pip install sbase==1.63.13

Unix/macOs:

pip install sbase==1.63.13

sbase 1.63.122021-06-21T17:29:54Windows:

py -m pip install sbase==1.63.12

Unix/macOs:

pip install sbase==1.63.12

sbase 1.63.112021-06-18T16:18:38Windows:

py -m pip install sbase==1.63.11

Unix/macOs:

pip install sbase==1.63.11

sbase 1.63.102021-06-05T02:52:02Windows:

py -m pip install sbase==1.63.10

Unix/macOs:

pip install sbase==1.63.10

sbase 1.63.92021-05-24T20:21:32Windows:

py -m pip install sbase==1.63.9

Unix/macOs:

pip install sbase==1.63.9

sbase 1.63.82021-05-22T18:34:15Windows:

py -m pip install sbase==1.63.8

Unix/macOs:

pip install sbase==1.63.8

sbase 1.63.72021-05-19T05:45:07Windows:

py -m pip install sbase==1.63.7

Unix/macOs:

pip install sbase==1.63.7

sbase 1.63.62021-05-18T18:55:06Windows:

py -m pip install sbase==1.63.6

Unix/macOs:

pip install sbase==1.63.6

sbase 1.63.52021-05-12T21:12:11Windows:

py -m pip install sbase==1.63.5

Unix/macOs:

pip install sbase==1.63.5

sbase 1.63.42021-05-10T23:34:19Windows:

py -m pip install sbase==1.63.4

Unix/macOs:

pip install sbase==1.63.4

sbase 1.63.32021-05-08T18:51:02Windows:

py -m pip install sbase==1.63.3

Unix/macOs:

pip install sbase==1.63.3

sbase 1.63.22021-05-06T01:50:11Windows:

py -m pip install sbase==1.63.2

Unix/macOs:

pip install sbase==1.63.2

sbase 1.63.12021-05-04T02:58:14Windows:

py -m pip install sbase==1.63.1

Unix/macOs:

pip install sbase==1.63.1

sbase 1.63.02021-05-01T04:43:22Windows:

py -m pip install sbase==1.63.0

Unix/macOs:

pip install sbase==1.63.0

sbase 1.62.12021-04-24T06:52:53Windows:

py -m pip install sbase==1.62.1

Unix/macOs:

pip install sbase==1.62.1

sbase 1.62.02021-04-22T03:26:32Windows:

py -m pip install sbase==1.62.0

Unix/macOs:

pip install sbase==1.62.0

sbase 1.61.02021-04-16T07:12:39Windows:

py -m pip install sbase==1.61.0

Unix/macOs:

pip install sbase==1.61.0

sbase 1.60.02021-04-10T18:07:11Windows:

py -m pip install sbase==1.60.0

Unix/macOs:

pip install sbase==1.60.0

sbase 1.59.62021-04-06T03:04:56Windows:

py -m pip install sbase==1.59.6

Unix/macOs:

pip install sbase==1.59.6

sbase 1.59.52021-04-03T03:04:10Windows:

py -m pip install sbase==1.59.5

Unix/macOs:

pip install sbase==1.59.5

sbase 1.59.42021-03-29T04:10:47Windows:

py -m pip install sbase==1.59.4

Unix/macOs:

pip install sbase==1.59.4

sbase 1.59.32021-03-26T22:17:42Windows:

py -m pip install sbase==1.59.3

Unix/macOs:

pip install sbase==1.59.3

sbase 1.59.22021-03-23T22:12:56Windows:

py -m pip install sbase==1.59.2

Unix/macOs:

pip install sbase==1.59.2

sbase 1.59.12021-03-23T20:05:43Windows:

py -m pip install sbase==1.59.1

Unix/macOs:

pip install sbase==1.59.1

sbase 1.59.02021-03-23T07:43:02Windows:

py -m pip install sbase==1.59.0

Unix/macOs:

pip install sbase==1.59.0

sbase 1.58.32021-03-19T04:43:31Windows:

py -m pip install sbase==1.58.3

Unix/macOs:

pip install sbase==1.58.3

sbase 1.58.22021-03-18T04:23:48Windows:

py -m pip install sbase==1.58.2

Unix/macOs:

pip install sbase==1.58.2

sbase 1.58.12021-03-16T23:57:55Windows:

py -m pip install sbase==1.58.1

Unix/macOs:

pip install sbase==1.58.1

sbase 1.58.02021-03-15T00:59:49Windows:

py -m pip install sbase==1.58.0

Unix/macOs:

pip install sbase==1.58.0

sbase 1.57.12021-03-10T23:43:48Windows:

py -m pip install sbase==1.57.1

Unix/macOs:

pip install sbase==1.57.1

sbase 1.57.02021-03-07T05:07:00Windows:

py -m pip install sbase==1.57.0

Unix/macOs:

pip install sbase==1.57.0

sbase 1.56.82021-03-06T00:45:52Windows:

py -m pip install sbase==1.56.8

Unix/macOs:

pip install sbase==1.56.8

sbase 1.56.72021-03-04T22:15:09Windows:

py -m pip install sbase==1.56.7

Unix/macOs:

pip install sbase==1.56.7

sbase 1.56.62021-03-04T18:44:31Windows:

py -m pip install sbase==1.56.6

Unix/macOs:

pip install sbase==1.56.6

sbase 1.56.52021-03-03T21:29:09Windows:

py -m pip install sbase==1.56.5

Unix/macOs:

pip install sbase==1.56.5

sbase 1.56.42021-03-03T04:22:11Windows:

py -m pip install sbase==1.56.4

Unix/macOs:

pip install sbase==1.56.4

sbase 1.56.32021-03-01T04:59:49Windows:

py -m pip install sbase==1.56.3

Unix/macOs:

pip install sbase==1.56.3

sbase 1.56.22021-02-27T00:17:03Windows:

py -m pip install sbase==1.56.2

Unix/macOs:

pip install sbase==1.56.2

sbase 1.56.12021-02-25T20:28:58Windows:

py -m pip install sbase==1.56.1

Unix/macOs:

pip install sbase==1.56.1

sbase 1.56.02021-02-25T08:07:35Windows:

py -m pip install sbase==1.56.0

Unix/macOs:

pip install sbase==1.56.0

sbase 1.55.72021-02-23T15:27:55Windows:

py -m pip install sbase==1.55.7

Unix/macOs:

pip install sbase==1.55.7

sbase 1.55.62021-02-21T03:51:33Windows:

py -m pip install sbase==1.55.6

Unix/macOs:

pip install sbase==1.55.6

sbase 1.55.52021-02-19T04:59:56Windows:

py -m pip install sbase==1.55.5

Unix/macOs:

pip install sbase==1.55.5

sbase 1.55.42021-02-17T04:58:34Windows:

py -m pip install sbase==1.55.4

Unix/macOs:

pip install sbase==1.55.4

sbase 1.55.32021-02-13T04:31:33Windows:

py -m pip install sbase==1.55.3

Unix/macOs:

pip install sbase==1.55.3

sbase 1.55.22021-02-11T04:56:28Windows:

py -m pip install sbase==1.55.2

Unix/macOs:

pip install sbase==1.55.2

sbase 1.55.12021-02-06T05:12:31Windows:

py -m pip install sbase==1.55.1

Unix/macOs:

pip install sbase==1.55.1

sbase 1.55.02021-02-04T01:02:29Windows:

py -m pip install sbase==1.55.0

Unix/macOs:

pip install sbase==1.55.0

sbase 1.54.22021-01-31T20:39:54Windows:

py -m pip install sbase==1.54.2

Unix/macOs:

pip install sbase==1.54.2

sbase 1.54.12021-01-30T08:31:39Windows:

py -m pip install sbase==1.54.1

Unix/macOs:

pip install sbase==1.54.1

sbase 1.54.02021-01-29T04:13:13Windows:

py -m pip install sbase==1.54.0

Unix/macOs:

pip install sbase==1.54.0

sbase 1.53.32021-01-27T07:29:38Windows:

py -m pip install sbase==1.53.3

Unix/macOs:

pip install sbase==1.53.3

sbase 1.53.22021-01-25T21:20:49Windows:

py -m pip install sbase==1.53.2

Unix/macOs:

pip install sbase==1.53.2

sbase 1.53.12021-01-25T20:11:27Windows:

py -m pip install sbase==1.53.1

Unix/macOs:

pip install sbase==1.53.1

sbase 1.53.02021-01-24T08:12:41Windows:

py -m pip install sbase==1.53.0

Unix/macOs:

pip install sbase==1.53.0

sbase 1.52.62021-01-22T01:08:16Windows:

py -m pip install sbase==1.52.6

Unix/macOs:

pip install sbase==1.52.6

sbase 1.52.52021-01-21T06:08:01Windows:

py -m pip install sbase==1.52.5

Unix/macOs:

pip install sbase==1.52.5

sbase 1.52.42021-01-20T23:40:42Windows:

py -m pip install sbase==1.52.4

Unix/macOs:

pip install sbase==1.52.4

sbase 1.52.32021-01-20T05:34:05Windows:

py -m pip install sbase==1.52.3

Unix/macOs:

pip install sbase==1.52.3

sbase 1.52.22021-01-16T01:50:43Windows:

py -m pip install sbase==1.52.2

Unix/macOs:

pip install sbase==1.52.2

sbase 1.52.12021-01-13T19:20:19Windows:

py -m pip install sbase==1.52.1

Unix/macOs:

pip install sbase==1.52.1

sbase 1.52.02021-01-12T06:39:30Windows:

py -m pip install sbase==1.52.0

Unix/macOs:

pip install sbase==1.52.0

sbase 1.51.142021-01-10T01:54:40Windows:

py -m pip install sbase==1.51.14

Unix/macOs:

pip install sbase==1.51.14

sbase 1.51.132021-01-09T03:46:47Windows:

py -m pip install sbase==1.51.13

Unix/macOs:

pip install sbase==1.51.13

sbase 1.51.122021-01-08T15:30:30Windows:

py -m pip install sbase==1.51.12

Unix/macOs:

pip install sbase==1.51.12

sbase 1.51.112021-01-07T22:51:51Windows:

py -m pip install sbase==1.51.11

Unix/macOs:

pip install sbase==1.51.11

sbase 1.51.102021-01-07T19:00:58Windows:

py -m pip install sbase==1.51.10

Unix/macOs:

pip install sbase==1.51.10

sbase 1.51.92021-01-06T00:34:48Windows:

py -m pip install sbase==1.51.9

Unix/macOs:

pip install sbase==1.51.9

sbase 1.51.82021-01-02T21:14:14Windows:

py -m pip install sbase==1.51.8

Unix/macOs:

pip install sbase==1.51.8

sbase 1.51.72020-12-31T20:43:47Windows:

py -m pip install sbase==1.51.7

Unix/macOs:

pip install sbase==1.51.7

sbase 1.51.62020-12-27T02:21:48Windows:

py -m pip install sbase==1.51.6

Unix/macOs:

pip install sbase==1.51.6

sbase 1.51.52020-12-24T17:49:58Windows:

py -m pip install sbase==1.51.5

Unix/macOs:

pip install sbase==1.51.5

sbase 1.51.42020-12-21T23:17:48Windows:

py -m pip install sbase==1.51.4

Unix/macOs:

pip install sbase==1.51.4

sbase 1.51.32020-12-20T22:30:04Windows:

py -m pip install sbase==1.51.3

Unix/macOs:

pip install sbase==1.51.3

sbase 1.51.22020-12-19T20:01:38Windows:

py -m pip install sbase==1.51.2

Unix/macOs:

pip install sbase==1.51.2

sbase 1.51.12020-12-19T05:31:20Windows:

py -m pip install sbase==1.51.1

Unix/macOs:

pip install sbase==1.51.1

sbase 1.51.02020-12-18T06:57:23Windows:

py -m pip install sbase==1.51.0

Unix/macOs:

pip install sbase==1.51.0

sbase 1.50.202020-12-07T16:51:37Windows:

py -m pip install sbase==1.50.20

Unix/macOs:

pip install sbase==1.50.20

sbase 1.50.192020-12-07T06:32:47Windows:

py -m pip install sbase==1.50.19

Unix/macOs:

pip install sbase==1.50.19

sbase 1.50.182020-12-05T07:32:34Windows:

py -m pip install sbase==1.50.18

Unix/macOs:

pip install sbase==1.50.18

sbase 1.50.172020-12-04T04:57:30Windows:

py -m pip install sbase==1.50.17

Unix/macOs:

pip install sbase==1.50.17

sbase 1.50.162020-12-02T16:14:49Windows:

py -m pip install sbase==1.50.16

Unix/macOs:

pip install sbase==1.50.16

sbase 1.50.152020-11-30T18:01:38Windows:

py -m pip install sbase==1.50.15

Unix/macOs:

pip install sbase==1.50.15

sbase 1.50.142020-11-27T20:16:03Windows:

py -m pip install sbase==1.50.14

Unix/macOs:

pip install sbase==1.50.14

sbase 1.50.132020-11-25T07:19:37Windows:

py -m pip install sbase==1.50.13

Unix/macOs:

pip install sbase==1.50.13

sbase 1.50.92020-11-25T05:17:36Windows:

py -m pip install sbase==1.50.9

Unix/macOs:

pip install sbase==1.50.9

sbase 1.50.82020-11-23T17:39:44Windows:

py -m pip install sbase==1.50.8

Unix/macOs:

pip install sbase==1.50.8

sbase 1.50.72020-11-18T00:43:18Windows:

py -m pip install sbase==1.50.7

Unix/macOs:

pip install sbase==1.50.7

sbase 1.50.62020-11-13T23:19:40Windows:

py -m pip install sbase==1.50.6

Unix/macOs:

pip install sbase==1.50.6

sbase 1.50.52020-11-12T06:13:19Windows:

py -m pip install sbase==1.50.5

Unix/macOs:

pip install sbase==1.50.5

sbase 1.50.42020-10-30T22:19:20Windows:

py -m pip install sbase==1.50.4

Unix/macOs:

pip install sbase==1.50.4

sbase 1.50.32020-10-30T20:33:03Windows:

py -m pip install sbase==1.50.3

Unix/macOs:

pip install sbase==1.50.3

sbase 1.50.22020-10-30T18:38:24Windows:

py -m pip install sbase==1.50.2

Unix/macOs:

pip install sbase==1.50.2

sbase 1.50.12020-10-27T02:37:42Windows:

py -m pip install sbase==1.50.1

Unix/macOs:

pip install sbase==1.50.1

sbase 1.50.02020-10-22T14:04:20Windows:

py -m pip install sbase==1.50.0

Unix/macOs:

pip install sbase==1.50.0

sbase 1.49.272020-10-14T05:58:23Windows:

py -m pip install sbase==1.49.27

Unix/macOs:

pip install sbase==1.49.27

sbase 1.49.262020-10-09T05:17:15Windows:

py -m pip install sbase==1.49.26

Unix/macOs:

pip install sbase==1.49.26

sbase 1.49.252020-10-06T17:31:20Windows:

py -m pip install sbase==1.49.25

Unix/macOs:

pip install sbase==1.49.25

sbase 1.49.242020-10-05T01:53:40Windows:

py -m pip install sbase==1.49.24

Unix/macOs:

pip install sbase==1.49.24

sbase 1.49.232020-10-02T18:15:28Windows:

py -m pip install sbase==1.49.23

Unix/macOs:

pip install sbase==1.49.23

sbase 1.49.222020-10-02T07:59:19Windows:

py -m pip install sbase==1.49.22

Unix/macOs:

pip install sbase==1.49.22

sbase 1.49.212020-09-30T23:53:00Windows:

py -m pip install sbase==1.49.21

Unix/macOs:

pip install sbase==1.49.21

sbase 1.49.192020-09-30T00:46:11Windows:

py -m pip install sbase==1.49.19

Unix/macOs:

pip install sbase==1.49.19

sbase 1.49.182020-09-23T17:19:47Windows:

py -m pip install sbase==1.49.18

Unix/macOs:

pip install sbase==1.49.18

sbase 1.49.172020-09-22T15:29:45Windows:

py -m pip install sbase==1.49.17

Unix/macOs:

pip install sbase==1.49.17

sbase 1.49.162020-09-20T15:24:51Windows:

py -m pip install sbase==1.49.16

Unix/macOs:

pip install sbase==1.49.16

sbase 1.49.152020-09-18T22:07:11Windows:

py -m pip install sbase==1.49.15

Unix/macOs:

pip install sbase==1.49.15

sbase 1.49.142020-09-17T18:37:37Windows:

py -m pip install sbase==1.49.14

Unix/macOs:

pip install sbase==1.49.14

sbase 1.49.132020-09-15T22:03:46Windows:

py -m pip install sbase==1.49.13

Unix/macOs:

pip install sbase==1.49.13

sbase 1.49.122020-09-13T16:32:21Windows:

py -m pip install sbase==1.49.12

Unix/macOs:

pip install sbase==1.49.12

sbase 1.49.112020-09-11T23:08:46Windows:

py -m pip install sbase==1.49.11

Unix/macOs:

pip install sbase==1.49.11

sbase 1.49.102020-09-10T19:24:07Windows:

py -m pip install sbase==1.49.10

Unix/macOs:

pip install sbase==1.49.10

sbase 1.49.92020-09-10T01:00:23Windows:

py -m pip install sbase==1.49.9

Unix/macOs:

pip install sbase==1.49.9

sbase 1.49.82020-09-09T15:21:02Windows:

py -m pip install sbase==1.49.8

Unix/macOs:

pip install sbase==1.49.8

sbase 1.49.72020-09-09T05:32:11Windows:

py -m pip install sbase==1.49.7

Unix/macOs:

pip install sbase==1.49.7

sbase 1.49.62020-09-09T02:02:52Windows:

py -m pip install sbase==1.49.6

Unix/macOs:

pip install sbase==1.49.6

sbase 1.49.52020-09-08T21:36:23Windows:

py -m pip install sbase==1.49.5

Unix/macOs:

pip install sbase==1.49.5

sbase 1.49.42020-09-08T05:59:55Windows:

py -m pip install sbase==1.49.4

Unix/macOs:

pip install sbase==1.49.4

sbase 1.49.32020-09-07T02:04:30Windows:

py -m pip install sbase==1.49.3

Unix/macOs:

pip install sbase==1.49.3

sbase 1.49.22020-09-05T02:51:58Windows:

py -m pip install sbase==1.49.2

Unix/macOs:

pip install sbase==1.49.2

sbase 1.49.12020-09-03T05:06:38Windows:

py -m pip install sbase==1.49.1

Unix/macOs:

pip install sbase==1.49.1

sbase 1.49.02020-09-03T00:07:29Windows:

py -m pip install sbase==1.49.0

Unix/macOs:

pip install sbase==1.49.0

sbase 1.48.72020-09-01T17:40:34Windows:

py -m pip install sbase==1.48.7

Unix/macOs:

pip install sbase==1.48.7

sbase 1.48.62020-08-31T19:18:12Windows:

py -m pip install sbase==1.48.6

Unix/macOs:

pip install sbase==1.48.6

sbase 1.48.52020-08-30T18:48:51Windows:

py -m pip install sbase==1.48.5

Unix/macOs:

pip install sbase==1.48.5

sbase 1.48.42020-08-30T01:52:33Windows:

py -m pip install sbase==1.48.4

Unix/macOs:

pip install sbase==1.48.4

sbase 1.48.32020-08-28T19:09:30Windows:

py -m pip install sbase==1.48.3

Unix/macOs:

pip install sbase==1.48.3

sbase 1.48.22020-08-28T05:50:48Windows:

py -m pip install sbase==1.48.2

Unix/macOs:

pip install sbase==1.48.2

sbase 1.48.12020-08-26T22:21:59Windows:

py -m pip install sbase==1.48.1

Unix/macOs:

pip install sbase==1.48.1

sbase 1.48.02020-08-26T04:52:34Windows:

py -m pip install sbase==1.48.0

Unix/macOs:

pip install sbase==1.48.0

sbase 1.47.52020-08-25T07:43:18Windows:

py -m pip install sbase==1.47.5

Unix/macOs:

pip install sbase==1.47.5

sbase 1.47.42020-08-23T07:18:00Windows:

py -m pip install sbase==1.47.4

Unix/macOs:

pip install sbase==1.47.4

sbase 1.47.32020-08-22T22:50:17Windows:

py -m pip install sbase==1.47.3

Unix/macOs:

pip install sbase==1.47.3

sbase 1.47.22020-08-22T05:42:03Windows:

py -m pip install sbase==1.47.2

Unix/macOs:

pip install sbase==1.47.2

sbase 1.47.12020-08-21T03:54:47Windows:

py -m pip install sbase==1.47.1

Unix/macOs:

pip install sbase==1.47.1

sbase 1.47.02020-08-20T07:16:17Windows:

py -m pip install sbase==1.47.0

Unix/macOs:

pip install sbase==1.47.0

sbase 1.46.112020-08-19T06:49:42Windows:

py -m pip install sbase==1.46.11

Unix/macOs:

pip install sbase==1.46.11

sbase 1.46.102020-08-18T17:10:48Windows:

py -m pip install sbase==1.46.10

Unix/macOs:

pip install sbase==1.46.10

sbase 1.46.92020-08-18T01:55:28Windows:

py -m pip install sbase==1.46.9

Unix/macOs:

pip install sbase==1.46.9

sbase 1.46.82020-08-17T20:42:03Windows:

py -m pip install sbase==1.46.8

Unix/macOs:

pip install sbase==1.46.8

sbase 1.46.72020-08-16T01:31:46Windows:

py -m pip install sbase==1.46.7

Unix/macOs:

pip install sbase==1.46.7

sbase 1.46.62020-08-15T01:17:17Windows:

py -m pip install sbase==1.46.6

Unix/macOs:

pip install sbase==1.46.6

sbase 1.46.52020-08-15T00:43:56Windows:

py -m pip install sbase==1.46.5

Unix/macOs:

pip install sbase==1.46.5

sbase 1.46.42020-08-14T06:30:45Windows:

py -m pip install sbase==1.46.4

Unix/macOs:

pip install sbase==1.46.4

sbase 1.46.32020-08-13T08:02:19Windows:

py -m pip install sbase==1.46.3

Unix/macOs:

pip install sbase==1.46.3

sbase 1.46.22020-08-11T04:47:12Windows:

py -m pip install sbase==1.46.2

Unix/macOs:

pip install sbase==1.46.2

sbase 1.46.12020-08-10T13:49:25Windows:

py -m pip install sbase==1.46.1

Unix/macOs:

pip install sbase==1.46.1

sbase 1.46.02020-08-08T05:42:44Windows:

py -m pip install sbase==1.46.0

Unix/macOs:

pip install sbase==1.46.0

sbase 1.45.22020-08-05T02:38:25Windows:

py -m pip install sbase==1.45.2

Unix/macOs:

pip install sbase==1.45.2

sbase 1.40.12020-06-17T03:54:17Windows:

py -m pip install sbase==1.40.1

Unix/macOs:

pip install sbase==1.40.1

sbase 0.4.02020-06-14T06:21:26Windows:

py -m pip install sbase==0.4.0

Unix/macOs:

pip install sbase==0.4.0

sbase 0.1.02018-11-19T19:14:40Windows:

py -m pip install sbase==0.1.0

Unix/macOs:

pip install sbase==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_sbase_downloaded_file>

On Unix/macOs:

pip install <path_to_sbase_downloaded_file>


List distribution:


Project link:

- Homepage
- Blog
- Changelog
- Documentation
- Download
- Gitter
- PyPI
- Slack
- Source