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

How to install OctoBot-Services via python pip




OctoBot-Services - OctoBot project services package, it belongs to Classifiers:

- Operating System :: MacOS :: MacOS X

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



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_OctoBot-Services_env

- Active the virtual environment

test_OctoBot-Services_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_OctoBot-Services_env

- Active the virtual environment

source test_OctoBot-Services_env/bin/active


Step 2: OK, now, let flow below content to start the installation OctoBot-Services

To install OctoBot-Services on Windows(CMD):

py -m pip install OctoBot-Services

To install OctoBot-Services on Unix/macOs:

pip install OctoBot-Services


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

Example:

pip install OctoBot-Services==1.1.0


Please see the version list below table:

VersionReleased dateCommand
OctoBot-Services 1.3.42022-08-11T21:10:47Windows:

py -m pip install OctoBot-Services==1.3.4

Unix/macOs:

pip install OctoBot-Services==1.3.4

OctoBot-Services 1.3.32022-07-29T18:25:48Windows:

py -m pip install OctoBot-Services==1.3.3

Unix/macOs:

pip install OctoBot-Services==1.3.3

OctoBot-Services 1.3.22022-07-02T15:20:06Windows:

py -m pip install OctoBot-Services==1.3.2

Unix/macOs:

pip install OctoBot-Services==1.3.2

OctoBot-Services 1.3.12022-06-06T22:11:09Windows:

py -m pip install OctoBot-Services==1.3.1

Unix/macOs:

pip install OctoBot-Services==1.3.1

OctoBot-Services 1.3.02022-05-08T20:59:36Windows:

py -m pip install OctoBot-Services==1.3.0

Unix/macOs:

pip install OctoBot-Services==1.3.0

OctoBot-Services 1.2.322022-02-27T10:12:34Windows:

py -m pip install OctoBot-Services==1.2.32

Unix/macOs:

pip install OctoBot-Services==1.2.32

OctoBot-Services 1.2.312022-01-21T08:36:34Windows:

py -m pip install OctoBot-Services==1.2.31

Unix/macOs:

pip install OctoBot-Services==1.2.31

OctoBot-Services 1.2.302022-01-16T10:56:10Windows:

py -m pip install OctoBot-Services==1.2.30

Unix/macOs:

pip install OctoBot-Services==1.2.30

OctoBot-Services 1.2.292021-12-19T22:45:25Windows:

py -m pip install OctoBot-Services==1.2.29

Unix/macOs:

pip install OctoBot-Services==1.2.29

OctoBot-Services 1.2.282021-11-29T22:33:06Windows:

py -m pip install OctoBot-Services==1.2.28

Unix/macOs:

pip install OctoBot-Services==1.2.28

OctoBot-Services 1.2.272021-10-28T18:03:02Windows:

py -m pip install OctoBot-Services==1.2.27

Unix/macOs:

pip install OctoBot-Services==1.2.27

OctoBot-Services 1.2.262021-09-21T19:30:18Windows:

py -m pip install OctoBot-Services==1.2.26

Unix/macOs:

pip install OctoBot-Services==1.2.26

OctoBot-Services 1.2.252021-09-15T22:56:18Windows:

py -m pip install OctoBot-Services==1.2.25

Unix/macOs:

pip install OctoBot-Services==1.2.25

OctoBot-Services 1.2.242021-09-04T05:19:15Windows:

py -m pip install OctoBot-Services==1.2.24

Unix/macOs:

pip install OctoBot-Services==1.2.24

OctoBot-Services 1.2.232021-08-06T11:19:45Windows:

py -m pip install OctoBot-Services==1.2.23

Unix/macOs:

pip install OctoBot-Services==1.2.23

OctoBot-Services 1.2.222021-07-16T09:31:21Windows:

py -m pip install OctoBot-Services==1.2.22

Unix/macOs:

pip install OctoBot-Services==1.2.22

OctoBot-Services 1.2.212021-07-10T09:18:27Windows:

py -m pip install OctoBot-Services==1.2.21

Unix/macOs:

pip install OctoBot-Services==1.2.21

OctoBot-Services 1.2.202021-07-03T19:56:09Windows:

py -m pip install OctoBot-Services==1.2.20

Unix/macOs:

pip install OctoBot-Services==1.2.20

OctoBot-Services 1.2.192021-05-03T18:47:03Windows:

py -m pip install OctoBot-Services==1.2.19

Unix/macOs:

pip install OctoBot-Services==1.2.19

OctoBot-Services 1.2.182021-04-22T17:02:18Windows:

py -m pip install OctoBot-Services==1.2.18

Unix/macOs:

pip install OctoBot-Services==1.2.18

OctoBot-Services 1.2.172021-04-14T15:34:09Windows:

py -m pip install OctoBot-Services==1.2.17

Unix/macOs:

pip install OctoBot-Services==1.2.17

OctoBot-Services 1.2.162021-04-10T08:12:30Windows:

py -m pip install OctoBot-Services==1.2.16

Unix/macOs:

pip install OctoBot-Services==1.2.16

OctoBot-Services 1.2.152021-04-08T19:22:19Windows:

py -m pip install OctoBot-Services==1.2.15

Unix/macOs:

pip install OctoBot-Services==1.2.15

OctoBot-Services 1.2.142021-03-27T00:21:43Windows:

py -m pip install OctoBot-Services==1.2.14

Unix/macOs:

pip install OctoBot-Services==1.2.14

OctoBot-Services 1.2.132021-03-15T23:36:09Windows:

py -m pip install OctoBot-Services==1.2.13

Unix/macOs:

pip install OctoBot-Services==1.2.13

OctoBot-Services 1.2.122021-03-03T23:12:50Windows:

py -m pip install OctoBot-Services==1.2.12

Unix/macOs:

pip install OctoBot-Services==1.2.12

OctoBot-Services 1.2.112021-01-04T20:35:09Windows:

py -m pip install OctoBot-Services==1.2.11

Unix/macOs:

pip install OctoBot-Services==1.2.11

OctoBot-Services 1.2.102020-12-24T00:17:41Windows:

py -m pip install OctoBot-Services==1.2.10

Unix/macOs:

pip install OctoBot-Services==1.2.10

OctoBot-Services 1.2.92020-12-23T23:17:17Windows:

py -m pip install OctoBot-Services==1.2.9

Unix/macOs:

pip install OctoBot-Services==1.2.9

OctoBot-Services 1.2.82020-12-16T17:49:49Windows:

py -m pip install OctoBot-Services==1.2.8

Unix/macOs:

pip install OctoBot-Services==1.2.8

OctoBot-Services 1.2.72020-12-06T22:02:12Windows:

py -m pip install OctoBot-Services==1.2.7

Unix/macOs:

pip install OctoBot-Services==1.2.7

OctoBot-Services 1.2.62020-11-26T18:58:21Windows:

py -m pip install OctoBot-Services==1.2.6

Unix/macOs:

pip install OctoBot-Services==1.2.6

OctoBot-Services 1.2.52020-11-21T14:08:32Windows:

py -m pip install OctoBot-Services==1.2.5

Unix/macOs:

pip install OctoBot-Services==1.2.5

OctoBot-Services 1.2.42020-11-07T14:57:18Windows:

py -m pip install OctoBot-Services==1.2.4

Unix/macOs:

pip install OctoBot-Services==1.2.4

OctoBot-Services 1.2.32020-10-30T11:17:47Windows:

py -m pip install OctoBot-Services==1.2.3

Unix/macOs:

pip install OctoBot-Services==1.2.3

OctoBot-Services 1.2.22020-10-26T11:04:12Windows:

py -m pip install OctoBot-Services==1.2.2

Unix/macOs:

pip install OctoBot-Services==1.2.2

OctoBot-Services 1.2.12020-10-23T20:23:14Windows:

py -m pip install OctoBot-Services==1.2.1

Unix/macOs:

pip install OctoBot-Services==1.2.1

OctoBot-Services 1.2.02020-10-22T22:09:46Windows:

py -m pip install OctoBot-Services==1.2.0

Unix/macOs:

pip install OctoBot-Services==1.2.0

OctoBot-Services 1.1.222020-09-02T06:10:22Windows:

py -m pip install OctoBot-Services==1.1.22

Unix/macOs:

pip install OctoBot-Services==1.1.22

OctoBot-Services 1.1.212020-08-31T21:42:29Windows:

py -m pip install OctoBot-Services==1.1.21

Unix/macOs:

pip install OctoBot-Services==1.1.21

OctoBot-Services 1.1.202020-08-23T17:15:44Windows:

py -m pip install OctoBot-Services==1.1.20

Unix/macOs:

pip install OctoBot-Services==1.1.20

OctoBot-Services 1.1.192020-08-20T21:50:13Windows:

py -m pip install OctoBot-Services==1.1.19

Unix/macOs:

pip install OctoBot-Services==1.1.19

OctoBot-Services 1.1.182020-07-20T19:42:05Windows:

py -m pip install OctoBot-Services==1.1.18

Unix/macOs:

pip install OctoBot-Services==1.1.18

OctoBot-Services 1.1.172020-06-21T11:47:45Windows:

py -m pip install OctoBot-Services==1.1.17

Unix/macOs:

pip install OctoBot-Services==1.1.17

OctoBot-Services 1.1.162020-06-20T17:59:55Windows:

py -m pip install OctoBot-Services==1.1.16

Unix/macOs:

pip install OctoBot-Services==1.1.16

OctoBot-Services 1.1.152020-06-15T17:50:52Windows:

py -m pip install OctoBot-Services==1.1.15

Unix/macOs:

pip install OctoBot-Services==1.1.15

OctoBot-Services 1.1.142020-06-02T16:06:14Windows:

py -m pip install OctoBot-Services==1.1.14

Unix/macOs:

pip install OctoBot-Services==1.1.14

OctoBot-Services 1.1.132020-05-27T22:03:26Windows:

py -m pip install OctoBot-Services==1.1.13

Unix/macOs:

pip install OctoBot-Services==1.1.13

OctoBot-Services 1.1.122020-05-26T12:02:03Windows:

py -m pip install OctoBot-Services==1.1.12

Unix/macOs:

pip install OctoBot-Services==1.1.12

OctoBot-Services 1.1.112020-05-21T19:19:47Windows:

py -m pip install OctoBot-Services==1.1.11

Unix/macOs:

pip install OctoBot-Services==1.1.11

OctoBot-Services 1.1.102020-05-19T21:05:24Windows:

py -m pip install OctoBot-Services==1.1.10

Unix/macOs:

pip install OctoBot-Services==1.1.10

OctoBot-Services 1.1.92020-05-19T18:00:21Windows:

py -m pip install OctoBot-Services==1.1.9

Unix/macOs:

pip install OctoBot-Services==1.1.9

OctoBot-Services 1.1.82020-05-18T15:09:35Windows:

py -m pip install OctoBot-Services==1.1.8

Unix/macOs:

pip install OctoBot-Services==1.1.8

OctoBot-Services 1.1.72020-05-16T23:15:34Windows:

py -m pip install OctoBot-Services==1.1.7

Unix/macOs:

pip install OctoBot-Services==1.1.7

OctoBot-Services 1.1.62020-05-16T18:54:16Windows:

py -m pip install OctoBot-Services==1.1.6

Unix/macOs:

pip install OctoBot-Services==1.1.6

OctoBot-Services 1.1.52020-05-15T21:23:49Windows:

py -m pip install OctoBot-Services==1.1.5

Unix/macOs:

pip install OctoBot-Services==1.1.5

OctoBot-Services 1.1.42020-05-10T16:55:41Windows:

py -m pip install OctoBot-Services==1.1.4

Unix/macOs:

pip install OctoBot-Services==1.1.4

OctoBot-Services 1.1.32020-05-10T10:30:24Windows:

py -m pip install OctoBot-Services==1.1.3

Unix/macOs:

pip install OctoBot-Services==1.1.3

OctoBot-Services 1.1.22020-05-08T16:28:04Windows:

py -m pip install OctoBot-Services==1.1.2

Unix/macOs:

pip install OctoBot-Services==1.1.2

OctoBot-Services 1.1.12020-05-03T12:30:20Windows:

py -m pip install OctoBot-Services==1.1.1

Unix/macOs:

pip install OctoBot-Services==1.1.1

OctoBot-Services 1.1.02020-05-02T17:51:22Windows:

py -m pip install OctoBot-Services==1.1.0

Unix/macOs:

pip install OctoBot-Services==1.1.0


Step 4: Otherwise, you can install OctoBot-Services from local archives:

Download the distribution file from OctoBot-Services-1.3.4.tar.gz or the specific OctoBot-Services version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_OctoBot-Services_downloaded_file>

On Unix/macOs:

pip install <path_to_OctoBot-Services_downloaded_file>


List distribution:

- OctoBot-Services-1.1.0.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.0-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.0-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.1.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.1-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.1-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.2.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.2-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.2-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.3.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.3-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.3-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.4.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.4-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.4-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.5.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.5-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.5-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.6.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.6-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.6-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.7.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.7-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.7-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.8.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.8-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.8-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.9.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.9-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.9-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.10.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.10-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.10-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.11.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.11-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.11-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.12.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.12-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.12-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.13.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.13-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.13-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.14.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.14-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.14-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.15.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.15-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.15-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.16.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.16-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.16-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.17.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.17-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.17-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.18.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.18-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.18-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.19.tar.gz (python version >=3.7)
- OctoBot-Services-1.1.20.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.20-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.20-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.21.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.21-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.21-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.1.22.tar.gz (python version >=3.7)
- OctoBot_Services-1.1.22-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.1.22-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.2.0.tar.gz (python version >=3.7)
- OctoBot_Services-1.2.0-py3-none-any.whl (python version >=3.7)
- OctoBot_Services-1.2.0-py3.7.egg (python version >=3.7)
- OctoBot-Services-1.2.1.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.1-py3-none-any.whl (python version >=3.8)
- OctoBot_Services-1.2.1-py3.8.egg (python version >=3.8)
- OctoBot-Services-1.2.2.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.2-py3-none-any.whl (python version >=3.8)
- OctoBot_Services-1.2.2-py3.8.egg (python version >=3.8)
- OctoBot-Services-1.2.3.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.3-py3-none-any.whl (python version >=3.8)
- OctoBot_Services-1.2.3-py3.8.egg (python version >=3.8)
- OctoBot-Services-1.2.4.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.4-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.5.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.5-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.6.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.6-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.7.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.7-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.8.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.8-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.9.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.9-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.10.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.10-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.11.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.11-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.12.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.12-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.13.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.13-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.14.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.14-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.15.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.15-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.16.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.16-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.17.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.17-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.18.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.18-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.19.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.19-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.20.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.20-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.21.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.21-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.22.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.22-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.23.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.23-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.24.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.24-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.25.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.25-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.26.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.26-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.27.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.27-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.28.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.28-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.29.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.29-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.30.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.30-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.31.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.31-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.2.32.tar.gz (python version >=3.8)
- OctoBot_Services-1.2.32-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.0.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.0-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.1.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.1-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.2.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.2-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.3.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.3-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.4.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.4-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.5.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.5-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.6.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.6-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.7.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.7-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.8.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.8-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.9.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.9-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.3.10.tar.gz (python version >=3.8)
- OctoBot_Services-1.3.10-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.4.0.tar.gz (python version >=3.8)
- OctoBot_Services-1.4.0-py3-none-any.whl (python version >=3.8)
- OctoBot-Services-1.4.1.tar.gz (python version >=3.8)
- OctoBot_Services-1.4.1-py3-none-any.whl (python version >=3.8)


Project link:

- Homepage