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

How to install Fortuna via python pip




Fortuna - High Performance Random Value Toolkit, it belongs to Classifiers:

- Development Status :: 6 - Mature
- Operating System :: MacOS :: MacOS X
- Programming Language :: C
- Programming Language :: Cython

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



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_Fortuna_env

- Active the virtual environment

test_Fortuna_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_Fortuna_env

- Active the virtual environment

source test_Fortuna_env/bin/active


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

To install Fortuna on Windows(CMD):

py -m pip install Fortuna

To install Fortuna on Unix/macOs:

pip install Fortuna


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

Example:

pip install Fortuna==0.13.2


Please see the version list below table:

VersionReleased dateCommand
Fortuna 4.4.22022-08-14T22:03:25Windows:

py -m pip install Fortuna==4.4.2

Unix/macOs:

pip install Fortuna==4.4.2

Fortuna 4.4.12022-08-04T15:52:24Windows:

py -m pip install Fortuna==4.4.1

Unix/macOs:

pip install Fortuna==4.4.1

Fortuna 4.4.02022-08-04T15:34:42Windows:

py -m pip install Fortuna==4.4.0

Unix/macOs:

pip install Fortuna==4.4.0

Fortuna 4.3.52022-02-23T15:48:08Windows:

py -m pip install Fortuna==4.3.5

Unix/macOs:

pip install Fortuna==4.3.5

Fortuna 4.3.42022-02-23T03:04:07Windows:

py -m pip install Fortuna==4.3.4

Unix/macOs:

pip install Fortuna==4.3.4

Fortuna 4.3.32022-02-12T02:01:03Windows:

py -m pip install Fortuna==4.3.3

Unix/macOs:

pip install Fortuna==4.3.3

Fortuna 4.3.22022-01-13T01:36:40Windows:

py -m pip install Fortuna==4.3.2

Unix/macOs:

pip install Fortuna==4.3.2

Fortuna 4.3.12022-01-04T22:00:37Windows:

py -m pip install Fortuna==4.3.1

Unix/macOs:

pip install Fortuna==4.3.1

Fortuna 4.3.02022-01-04T21:27:54Windows:

py -m pip install Fortuna==4.3.0

Unix/macOs:

pip install Fortuna==4.3.0

Fortuna 4.2.22021-11-27T21:18:40Windows:

py -m pip install Fortuna==4.2.2

Unix/macOs:

pip install Fortuna==4.2.2

Fortuna 4.2.12021-09-19T19:04:59Windows:

py -m pip install Fortuna==4.2.1

Unix/macOs:

pip install Fortuna==4.2.1

Fortuna 4.2.02021-08-20T17:07:38Windows:

py -m pip install Fortuna==4.2.0

Unix/macOs:

pip install Fortuna==4.2.0

Fortuna 4.1.92021-07-13T21:43:53Windows:

py -m pip install Fortuna==4.1.9

Unix/macOs:

pip install Fortuna==4.1.9

Fortuna 4.1.82021-07-13T20:52:41Windows:

py -m pip install Fortuna==4.1.8

Unix/macOs:

pip install Fortuna==4.1.8

Fortuna 4.1.72021-07-13T20:45:33Windows:

py -m pip install Fortuna==4.1.7

Unix/macOs:

pip install Fortuna==4.1.7

Fortuna 4.1.62021-02-22T22:32:10Windows:

py -m pip install Fortuna==4.1.6

Unix/macOs:

pip install Fortuna==4.1.6

Fortuna 4.1.52021-02-08T01:24:30Windows:

py -m pip install Fortuna==4.1.5

Unix/macOs:

pip install Fortuna==4.1.5

Fortuna 4.1.42020-11-19T19:16:06Windows:

py -m pip install Fortuna==4.1.4

Unix/macOs:

pip install Fortuna==4.1.4

Fortuna 4.1.32020-11-19T19:14:24Windows:

py -m pip install Fortuna==4.1.3

Unix/macOs:

pip install Fortuna==4.1.3

Fortuna 4.1.22020-11-19T19:09:19Windows:

py -m pip install Fortuna==4.1.2

Unix/macOs:

pip install Fortuna==4.1.2

Fortuna 4.1.12020-11-19T18:43:59Windows:

py -m pip install Fortuna==4.1.1

Unix/macOs:

pip install Fortuna==4.1.1

Fortuna 4.1.02020-11-19T18:41:44Windows:

py -m pip install Fortuna==4.1.0

Unix/macOs:

pip install Fortuna==4.1.0

Fortuna 4.0.02020-11-19T17:41:32Windows:

py -m pip install Fortuna==4.0.0

Unix/macOs:

pip install Fortuna==4.0.0

Fortuna 3.20.32020-10-21T17:19:03Windows:

py -m pip install Fortuna==3.20.3

Unix/macOs:

pip install Fortuna==3.20.3

Fortuna 3.20.22020-10-14T18:18:43Windows:

py -m pip install Fortuna==3.20.2

Unix/macOs:

pip install Fortuna==3.20.2

Fortuna 3.20.02020-10-08T19:49:21Windows:

py -m pip install Fortuna==3.20.0

Unix/macOs:

pip install Fortuna==3.20.0

Fortuna 3.19.12020-09-19T16:52:14Windows:

py -m pip install Fortuna==3.19.1

Unix/macOs:

pip install Fortuna==3.19.1

Fortuna 3.19.02020-09-19T16:25:23Windows:

py -m pip install Fortuna==3.19.0

Unix/macOs:

pip install Fortuna==3.19.0

Fortuna 3.18.22020-06-16T00:53:23Windows:

py -m pip install Fortuna==3.18.2

Unix/macOs:

pip install Fortuna==3.18.2

Fortuna 3.18.12020-06-15T14:16:18Windows:

py -m pip install Fortuna==3.18.1

Unix/macOs:

pip install Fortuna==3.18.1

Fortuna 3.18.02020-06-13T23:03:13Windows:

py -m pip install Fortuna==3.18.0

Unix/macOs:

pip install Fortuna==3.18.0

Fortuna 3.17.132020-06-13T22:41:27Windows:

py -m pip install Fortuna==3.17.13

Unix/macOs:

pip install Fortuna==3.17.13

Fortuna 3.17.122020-06-13T22:18:45Windows:

py -m pip install Fortuna==3.17.12

Unix/macOs:

pip install Fortuna==3.17.12

Fortuna 3.17.112020-05-30T22:37:35Windows:

py -m pip install Fortuna==3.17.11

Unix/macOs:

pip install Fortuna==3.17.11

Fortuna 3.17.102020-05-30T21:56:50Windows:

py -m pip install Fortuna==3.17.10

Unix/macOs:

pip install Fortuna==3.17.10

Fortuna 3.17.92020-05-11T23:11:43Windows:

py -m pip install Fortuna==3.17.9

Unix/macOs:

pip install Fortuna==3.17.9

Fortuna 3.17.82020-04-01T17:13:08Windows:

py -m pip install Fortuna==3.17.8

Unix/macOs:

pip install Fortuna==3.17.8

Fortuna 3.17.72020-03-11T18:36:00Windows:

py -m pip install Fortuna==3.17.7

Unix/macOs:

pip install Fortuna==3.17.7

Fortuna 3.17.62020-03-05T19:44:23Windows:

py -m pip install Fortuna==3.17.6

Unix/macOs:

pip install Fortuna==3.17.6

Fortuna 3.17.52020-03-04T03:47:37Windows:

py -m pip install Fortuna==3.17.5

Unix/macOs:

pip install Fortuna==3.17.5

Fortuna 3.17.42020-02-25T22:05:56Windows:

py -m pip install Fortuna==3.17.4

Unix/macOs:

pip install Fortuna==3.17.4

Fortuna 3.17.32020-02-25T21:46:50Windows:

py -m pip install Fortuna==3.17.3

Unix/macOs:

pip install Fortuna==3.17.3

Fortuna 3.17.22020-02-24T23:29:52Windows:

py -m pip install Fortuna==3.17.2

Unix/macOs:

pip install Fortuna==3.17.2

Fortuna 3.17.12020-02-24T23:25:42Windows:

py -m pip install Fortuna==3.17.1

Unix/macOs:

pip install Fortuna==3.17.1

Fortuna 3.17.02020-02-08T19:17:42Windows:

py -m pip install Fortuna==3.17.0

Unix/macOs:

pip install Fortuna==3.17.0

Fortuna 3.16.92020-02-08T18:58:10Windows:

py -m pip install Fortuna==3.16.9

Unix/macOs:

pip install Fortuna==3.16.9

Fortuna 3.16.82020-02-08T18:50:34Windows:

py -m pip install Fortuna==3.16.8

Unix/macOs:

pip install Fortuna==3.16.8

Fortuna 3.16.62020-02-08T18:18:13Windows:

py -m pip install Fortuna==3.16.6

Unix/macOs:

pip install Fortuna==3.16.6

Fortuna 3.16.52020-02-04T04:56:43Windows:

py -m pip install Fortuna==3.16.5

Unix/macOs:

pip install Fortuna==3.16.5

Fortuna 3.16.42020-01-25T07:32:24Windows:

py -m pip install Fortuna==3.16.4

Unix/macOs:

pip install Fortuna==3.16.4

Fortuna 3.16.32020-01-25T07:26:22Windows:

py -m pip install Fortuna==3.16.3

Unix/macOs:

pip install Fortuna==3.16.3

Fortuna 3.16.22020-01-25T07:23:23Windows:

py -m pip install Fortuna==3.16.2

Unix/macOs:

pip install Fortuna==3.16.2

Fortuna 3.16.12020-01-17T00:25:32Windows:

py -m pip install Fortuna==3.16.1

Unix/macOs:

pip install Fortuna==3.16.1

Fortuna 3.16.02020-01-03T21:59:17Windows:

py -m pip install Fortuna==3.16.0

Unix/macOs:

pip install Fortuna==3.16.0

Fortuna 3.15.02019-12-26T00:19:44Windows:

py -m pip install Fortuna==3.15.0

Unix/macOs:

pip install Fortuna==3.15.0

Fortuna 3.14.12019-12-23T04:07:25Windows:

py -m pip install Fortuna==3.14.1

Unix/macOs:

pip install Fortuna==3.14.1

Fortuna 3.14.02019-12-23T04:01:22Windows:

py -m pip install Fortuna==3.14.0

Unix/macOs:

pip install Fortuna==3.14.0

Fortuna 3.12.22019-12-16T16:59:32Windows:

py -m pip install Fortuna==3.12.2

Unix/macOs:

pip install Fortuna==3.12.2

Fortuna 3.12.12019-12-01T02:11:55Windows:

py -m pip install Fortuna==3.12.1

Unix/macOs:

pip install Fortuna==3.12.1

Fortuna 3.12.02019-12-01T01:45:02Windows:

py -m pip install Fortuna==3.12.0

Unix/macOs:

pip install Fortuna==3.12.0

Fortuna 3.10.22019-11-04T02:31:59Windows:

py -m pip install Fortuna==3.10.2

Unix/macOs:

pip install Fortuna==3.10.2

Fortuna 3.10.12019-11-01T23:52:30Windows:

py -m pip install Fortuna==3.10.1

Unix/macOs:

pip install Fortuna==3.10.1

Fortuna 3.10.02019-10-15T19:53:30Windows:

py -m pip install Fortuna==3.10.0

Unix/macOs:

pip install Fortuna==3.10.0

Fortuna 3.9.112019-10-15T18:07:02Windows:

py -m pip install Fortuna==3.9.11

Unix/macOs:

pip install Fortuna==3.9.11

Fortuna 3.9.102019-10-13T21:36:31Windows:

py -m pip install Fortuna==3.9.10

Unix/macOs:

pip install Fortuna==3.9.10

Fortuna 3.9.92019-10-08T05:05:45Windows:

py -m pip install Fortuna==3.9.9

Unix/macOs:

pip install Fortuna==3.9.9

Fortuna 3.9.82019-10-08T04:56:11Windows:

py -m pip install Fortuna==3.9.8

Unix/macOs:

pip install Fortuna==3.9.8

Fortuna 3.9.72019-10-04T20:47:26Windows:

py -m pip install Fortuna==3.9.7

Unix/macOs:

pip install Fortuna==3.9.7

Fortuna 3.9.52019-10-01T06:49:12Windows:

py -m pip install Fortuna==3.9.5

Unix/macOs:

pip install Fortuna==3.9.5

Fortuna 3.9.42019-09-27T16:33:27Windows:

py -m pip install Fortuna==3.9.4

Unix/macOs:

pip install Fortuna==3.9.4

Fortuna 3.9.32019-09-26T23:05:41Windows:

py -m pip install Fortuna==3.9.3

Unix/macOs:

pip install Fortuna==3.9.3

Fortuna 3.9.22019-09-26T07:04:07Windows:

py -m pip install Fortuna==3.9.2

Unix/macOs:

pip install Fortuna==3.9.2

Fortuna 3.9.12019-09-26T06:30:52Windows:

py -m pip install Fortuna==3.9.1

Unix/macOs:

pip install Fortuna==3.9.1

Fortuna 3.8.92019-09-22T17:56:33Windows:

py -m pip install Fortuna==3.8.9

Unix/macOs:

pip install Fortuna==3.8.9

Fortuna 3.8.82019-09-10T00:52:15Windows:

py -m pip install Fortuna==3.8.8

Unix/macOs:

pip install Fortuna==3.8.8

Fortuna 3.8.72019-09-07T07:16:37Windows:

py -m pip install Fortuna==3.8.7

Unix/macOs:

pip install Fortuna==3.8.7

Fortuna 3.8.62019-09-07T01:20:52Windows:

py -m pip install Fortuna==3.8.6

Unix/macOs:

pip install Fortuna==3.8.6

Fortuna 3.8.52019-09-05T21:21:13Windows:

py -m pip install Fortuna==3.8.5

Unix/macOs:

pip install Fortuna==3.8.5

Fortuna 3.8.42019-09-05T21:18:41Windows:

py -m pip install Fortuna==3.8.4

Unix/macOs:

pip install Fortuna==3.8.4

Fortuna 3.8.32019-09-02T22:08:30Windows:

py -m pip install Fortuna==3.8.3

Unix/macOs:

pip install Fortuna==3.8.3

Fortuna 3.8.22019-08-29T20:20:35Windows:

py -m pip install Fortuna==3.8.2

Unix/macOs:

pip install Fortuna==3.8.2

Fortuna 3.8.12019-08-29T20:15:25Windows:

py -m pip install Fortuna==3.8.1

Unix/macOs:

pip install Fortuna==3.8.1

Fortuna 3.8.02019-08-29T20:12:13Windows:

py -m pip install Fortuna==3.8.0

Unix/macOs:

pip install Fortuna==3.8.0

Fortuna 3.7.62019-08-25T15:17:54Windows:

py -m pip install Fortuna==3.7.6

Unix/macOs:

pip install Fortuna==3.7.6

Fortuna 3.7.42019-08-19T23:11:42Windows:

py -m pip install Fortuna==3.7.4

Unix/macOs:

pip install Fortuna==3.7.4

Fortuna 3.7.32019-08-19T23:07:27Windows:

py -m pip install Fortuna==3.7.3

Unix/macOs:

pip install Fortuna==3.7.3

Fortuna 3.7.22019-07-16T19:49:50Windows:

py -m pip install Fortuna==3.7.2

Unix/macOs:

pip install Fortuna==3.7.2

Fortuna 3.7.12019-07-16T19:29:53Windows:

py -m pip install Fortuna==3.7.1

Unix/macOs:

pip install Fortuna==3.7.1

Fortuna 3.6.52019-07-02T19:10:54Windows:

py -m pip install Fortuna==3.6.5

Unix/macOs:

pip install Fortuna==3.6.5

Fortuna 3.6.42019-06-17T02:11:40Windows:

py -m pip install Fortuna==3.6.4

Unix/macOs:

pip install Fortuna==3.6.4

Fortuna 3.6.32019-06-15T22:58:04Windows:

py -m pip install Fortuna==3.6.3

Unix/macOs:

pip install Fortuna==3.6.3

Fortuna 3.6.22019-06-15T21:44:56Windows:

py -m pip install Fortuna==3.6.2

Unix/macOs:

pip install Fortuna==3.6.2

Fortuna 3.6.12019-06-15T20:38:14Windows:

py -m pip install Fortuna==3.6.1

Unix/macOs:

pip install Fortuna==3.6.1

Fortuna 3.6.02019-06-15T03:06:04Windows:

py -m pip install Fortuna==3.6.0

Unix/macOs:

pip install Fortuna==3.6.0

Fortuna 3.5.22019-06-04T04:26:20Windows:

py -m pip install Fortuna==3.5.2

Unix/macOs:

pip install Fortuna==3.5.2

Fortuna 3.5.12019-06-02T06:15:10Windows:

py -m pip install Fortuna==3.5.1

Unix/macOs:

pip install Fortuna==3.5.1

Fortuna 3.5.02019-05-28T22:09:28Windows:

py -m pip install Fortuna==3.5.0

Unix/macOs:

pip install Fortuna==3.5.0

Fortuna 3.4.82019-05-16T21:05:40Windows:

py -m pip install Fortuna==3.4.8

Unix/macOs:

pip install Fortuna==3.4.8

Fortuna 3.4.72019-05-14T20:53:25Windows:

py -m pip install Fortuna==3.4.7

Unix/macOs:

pip install Fortuna==3.4.7

Fortuna 3.4.62019-04-27T21:17:17Windows:

py -m pip install Fortuna==3.4.6

Unix/macOs:

pip install Fortuna==3.4.6

Fortuna 3.4.52019-04-27T21:09:23Windows:

py -m pip install Fortuna==3.4.5

Unix/macOs:

pip install Fortuna==3.4.5

Fortuna 3.4.42019-04-27T20:03:15Windows:

py -m pip install Fortuna==3.4.4

Unix/macOs:

pip install Fortuna==3.4.4

Fortuna 3.4.32019-04-27T19:43:55Windows:

py -m pip install Fortuna==3.4.3

Unix/macOs:

pip install Fortuna==3.4.3

Fortuna 3.4.22019-04-27T19:42:21Windows:

py -m pip install Fortuna==3.4.2

Unix/macOs:

pip install Fortuna==3.4.2

Fortuna 3.4.12019-04-27T19:39:59Windows:

py -m pip install Fortuna==3.4.1

Unix/macOs:

pip install Fortuna==3.4.1

Fortuna 3.3.72019-04-24T21:55:45Windows:

py -m pip install Fortuna==3.3.7

Unix/macOs:

pip install Fortuna==3.3.7

Fortuna 3.3.62019-04-23T21:57:05Windows:

py -m pip install Fortuna==3.3.6

Unix/macOs:

pip install Fortuna==3.3.6

Fortuna 3.3.52019-04-23T21:47:31Windows:

py -m pip install Fortuna==3.3.5

Unix/macOs:

pip install Fortuna==3.3.5

Fortuna 3.3.42019-04-22T01:45:32Windows:

py -m pip install Fortuna==3.3.4

Unix/macOs:

pip install Fortuna==3.3.4

Fortuna 3.3.32019-04-22T01:25:48Windows:

py -m pip install Fortuna==3.3.3

Unix/macOs:

pip install Fortuna==3.3.3

Fortuna 3.2.32019-04-17T03:51:37Windows:

py -m pip install Fortuna==3.2.3

Unix/macOs:

pip install Fortuna==3.2.3

Fortuna 3.2.22019-04-14T05:01:01Windows:

py -m pip install Fortuna==3.2.2

Unix/macOs:

pip install Fortuna==3.2.2

Fortuna 3.2.12019-04-14T04:45:29Windows:

py -m pip install Fortuna==3.2.1

Unix/macOs:

pip install Fortuna==3.2.1

Fortuna 3.2.02019-04-14T04:09:57Windows:

py -m pip install Fortuna==3.2.0

Unix/macOs:

pip install Fortuna==3.2.0

Fortuna 3.1.02019-04-13T05:08:04Windows:

py -m pip install Fortuna==3.1.0

Unix/macOs:

pip install Fortuna==3.1.0

Fortuna 3.0.12019-04-02T23:48:53Windows:

py -m pip install Fortuna==3.0.1

Unix/macOs:

pip install Fortuna==3.0.1

Fortuna 3.0.02019-04-02T23:38:05Windows:

py -m pip install Fortuna==3.0.0

Unix/macOs:

pip install Fortuna==3.0.0

Fortuna 2.1.12019-03-30T21:47:50Windows:

py -m pip install Fortuna==2.1.1

Unix/macOs:

pip install Fortuna==2.1.1

Fortuna 2.1.02019-03-30T07:47:08Windows:

py -m pip install Fortuna==2.1.0

Unix/macOs:

pip install Fortuna==2.1.0

Fortuna 2.0.32019-03-24T22:56:52Windows:

py -m pip install Fortuna==2.0.3

Unix/macOs:

pip install Fortuna==2.0.3

Fortuna 2.0.22019-03-24T10:58:28Windows:

py -m pip install Fortuna==2.0.2

Unix/macOs:

pip install Fortuna==2.0.2

Fortuna 2.0.12019-03-24T10:39:16Windows:

py -m pip install Fortuna==2.0.1

Unix/macOs:

pip install Fortuna==2.0.1

Fortuna 2.0.02019-03-24T10:10:25Windows:

py -m pip install Fortuna==2.0.0

Unix/macOs:

pip install Fortuna==2.0.0

Fortuna 1.26.7.12019-03-09T02:49:22Windows:

py -m pip install Fortuna==1.26.7.1

Unix/macOs:

pip install Fortuna==1.26.7.1

Fortuna 1.26.72019-03-08T04:43:32Windows:

py -m pip install Fortuna==1.26.7

Unix/macOs:

pip install Fortuna==1.26.7

Fortuna 1.26.62019-02-25T20:55:40Windows:

py -m pip install Fortuna==1.26.6

Unix/macOs:

pip install Fortuna==1.26.6

Fortuna 1.26.52019-02-25T20:51:45Windows:

py -m pip install Fortuna==1.26.5

Unix/macOs:

pip install Fortuna==1.26.5

Fortuna 1.26.42019-02-25T20:49:32Windows:

py -m pip install Fortuna==1.26.4

Unix/macOs:

pip install Fortuna==1.26.4

Fortuna 1.26.32019-02-25T00:18:18Windows:

py -m pip install Fortuna==1.26.3

Unix/macOs:

pip install Fortuna==1.26.3

Fortuna 1.26.22019-02-25T00:16:10Windows:

py -m pip install Fortuna==1.26.2

Unix/macOs:

pip install Fortuna==1.26.2

Fortuna 1.26.12019-02-25T00:11:18Windows:

py -m pip install Fortuna==1.26.1

Unix/macOs:

pip install Fortuna==1.26.1

Fortuna 1.25.42019-02-24T22:32:40Windows:

py -m pip install Fortuna==1.25.4

Unix/macOs:

pip install Fortuna==1.25.4

Fortuna 1.25.32019-02-17T19:27:57Windows:

py -m pip install Fortuna==1.25.3

Unix/macOs:

pip install Fortuna==1.25.3

Fortuna 1.25.22019-02-16T20:03:25Windows:

py -m pip install Fortuna==1.25.2

Unix/macOs:

pip install Fortuna==1.25.2

Fortuna 1.25.12019-02-15T21:49:22Windows:

py -m pip install Fortuna==1.25.1

Unix/macOs:

pip install Fortuna==1.25.1

Fortuna 1.252019-02-14T23:25:57Windows:

py -m pip install Fortuna==1.25

Unix/macOs:

pip install Fortuna==1.25

Fortuna 1.24.42019-02-09T00:50:21Windows:

py -m pip install Fortuna==1.24.4

Unix/macOs:

pip install Fortuna==1.24.4

Fortuna 1.24.22019-02-05T08:26:16Windows:

py -m pip install Fortuna==1.24.2

Unix/macOs:

pip install Fortuna==1.24.2

Fortuna 1.24.12019-02-05T07:00:17Windows:

py -m pip install Fortuna==1.24.1

Unix/macOs:

pip install Fortuna==1.24.1

Fortuna 1.242019-02-05T04:06:38Windows:

py -m pip install Fortuna==1.24

Unix/macOs:

pip install Fortuna==1.24

Fortuna 1.23.72019-02-05T01:26:13Windows:

py -m pip install Fortuna==1.23.7

Unix/macOs:

pip install Fortuna==1.23.7

Fortuna 1.23.62019-02-04T01:31:25Windows:

py -m pip install Fortuna==1.23.6

Unix/macOs:

pip install Fortuna==1.23.6

Fortuna 1.23.5.12019-02-03T23:33:05Windows:

py -m pip install Fortuna==1.23.5.1

Unix/macOs:

pip install Fortuna==1.23.5.1

Fortuna 1.23.52019-02-03T23:27:04Windows:

py -m pip install Fortuna==1.23.5

Unix/macOs:

pip install Fortuna==1.23.5

Fortuna 1.23.4.22019-02-02T06:13:44Windows:

py -m pip install Fortuna==1.23.4.2

Unix/macOs:

pip install Fortuna==1.23.4.2

Fortuna 1.23.4.12019-02-02T06:02:21Windows:

py -m pip install Fortuna==1.23.4.1

Unix/macOs:

pip install Fortuna==1.23.4.1

Fortuna 1.23.42019-02-02T05:46:12Windows:

py -m pip install Fortuna==1.23.4

Unix/macOs:

pip install Fortuna==1.23.4

Fortuna 0.23.42019-02-01T07:17:06Windows:

py -m pip install Fortuna==0.23.4

Unix/macOs:

pip install Fortuna==0.23.4

Fortuna 0.23.02019-01-26T22:03:24Windows:

py -m pip install Fortuna==0.23.0

Unix/macOs:

pip install Fortuna==0.23.0

Fortuna 0.22.22019-01-23T23:19:54Windows:

py -m pip install Fortuna==0.22.2

Unix/macOs:

pip install Fortuna==0.22.2

Fortuna 0.21.32018-12-12T20:22:02Windows:

py -m pip install Fortuna==0.21.3

Unix/macOs:

pip install Fortuna==0.21.3

Fortuna 0.21.22018-12-11T02:03:59Windows:

py -m pip install Fortuna==0.21.2

Unix/macOs:

pip install Fortuna==0.21.2

Fortuna 0.21.12018-12-11T01:58:37Windows:

py -m pip install Fortuna==0.21.1

Unix/macOs:

pip install Fortuna==0.21.1

Fortuna 0.21.02018-12-11T01:18:18Windows:

py -m pip install Fortuna==0.21.0

Unix/macOs:

pip install Fortuna==0.21.0

Fortuna 0.20.102018-12-08T16:46:56Windows:

py -m pip install Fortuna==0.20.10

Unix/macOs:

pip install Fortuna==0.20.10

Fortuna 0.20.92018-12-07T22:00:22Windows:

py -m pip install Fortuna==0.20.9

Unix/macOs:

pip install Fortuna==0.20.9

Fortuna 0.20.72018-12-06T19:52:33Windows:

py -m pip install Fortuna==0.20.7

Unix/macOs:

pip install Fortuna==0.20.7

Fortuna 0.20.62018-12-06T02:53:30Windows:

py -m pip install Fortuna==0.20.6

Unix/macOs:

pip install Fortuna==0.20.6

Fortuna 0.19.72018-12-05T00:56:18Windows:

py -m pip install Fortuna==0.19.7

Unix/macOs:

pip install Fortuna==0.19.7

Fortuna 0.19.62018-11-24T01:14:22Windows:

py -m pip install Fortuna==0.19.6

Unix/macOs:

pip install Fortuna==0.19.6

Fortuna 0.19.52018-11-19T20:29:25Windows:

py -m pip install Fortuna==0.19.5

Unix/macOs:

pip install Fortuna==0.19.5

Fortuna 0.19.42018-11-19T20:13:53Windows:

py -m pip install Fortuna==0.19.4

Unix/macOs:

pip install Fortuna==0.19.4

Fortuna 0.19.32018-11-19T19:09:56Windows:

py -m pip install Fortuna==0.19.3

Unix/macOs:

pip install Fortuna==0.19.3

Fortuna 0.19.02018-11-17T19:42:28Windows:

py -m pip install Fortuna==0.19.0

Unix/macOs:

pip install Fortuna==0.19.0

Fortuna 0.18.72018-11-17T01:48:03Windows:

py -m pip install Fortuna==0.18.7

Unix/macOs:

pip install Fortuna==0.18.7

Fortuna 0.18.62018-11-17T01:34:35Windows:

py -m pip install Fortuna==0.18.6

Unix/macOs:

pip install Fortuna==0.18.6

Fortuna 0.18.52018-11-17T01:29:15Windows:

py -m pip install Fortuna==0.18.5

Unix/macOs:

pip install Fortuna==0.18.5

Fortuna 0.18.42018-11-17T01:19:23Windows:

py -m pip install Fortuna==0.18.4

Unix/macOs:

pip install Fortuna==0.18.4

Fortuna 0.18.32018-11-16T23:52:05Windows:

py -m pip install Fortuna==0.18.3

Unix/macOs:

pip install Fortuna==0.18.3

Fortuna 0.18.22018-11-16T23:31:56Windows:

py -m pip install Fortuna==0.18.2

Unix/macOs:

pip install Fortuna==0.18.2

Fortuna 0.18.12018-11-16T22:22:29Windows:

py -m pip install Fortuna==0.18.1

Unix/macOs:

pip install Fortuna==0.18.1

Fortuna 0.18.02018-11-16T22:02:22Windows:

py -m pip install Fortuna==0.18.0

Unix/macOs:

pip install Fortuna==0.18.0

Fortuna 0.17.22018-11-03T03:19:14Windows:

py -m pip install Fortuna==0.17.2

Unix/macOs:

pip install Fortuna==0.17.2

Fortuna 0.17.12018-10-31T00:05:19Windows:

py -m pip install Fortuna==0.17.1

Unix/macOs:

pip install Fortuna==0.17.1

Fortuna 0.17.02018-10-30T19:19:38Windows:

py -m pip install Fortuna==0.17.0

Unix/macOs:

pip install Fortuna==0.17.0

Fortuna 0.16.22018-10-27T18:46:45Windows:

py -m pip install Fortuna==0.16.2

Unix/macOs:

pip install Fortuna==0.16.2

Fortuna 0.16.12018-10-26T08:26:49Windows:

py -m pip install Fortuna==0.16.1

Unix/macOs:

pip install Fortuna==0.16.1

Fortuna 0.16.02018-10-26T02:56:35Windows:

py -m pip install Fortuna==0.16.0

Unix/macOs:

pip install Fortuna==0.16.0

Fortuna 0.15.92018-10-24T04:40:14Windows:

py -m pip install Fortuna==0.15.9

Unix/macOs:

pip install Fortuna==0.15.9

Fortuna 0.15.82018-10-23T00:38:39Windows:

py -m pip install Fortuna==0.15.8

Unix/macOs:

pip install Fortuna==0.15.8

Fortuna 0.15.72018-10-22T23:16:38Windows:

py -m pip install Fortuna==0.15.7

Unix/macOs:

pip install Fortuna==0.15.7

Fortuna 0.15.62018-10-22T21:23:42Windows:

py -m pip install Fortuna==0.15.6

Unix/macOs:

pip install Fortuna==0.15.6

Fortuna 0.15.52018-10-22T05:07:41Windows:

py -m pip install Fortuna==0.15.5

Unix/macOs:

pip install Fortuna==0.15.5

Fortuna 0.15.42018-10-21T10:50:20Windows:

py -m pip install Fortuna==0.15.4

Unix/macOs:

pip install Fortuna==0.15.4

Fortuna 0.15.32018-10-20T20:00:23Windows:

py -m pip install Fortuna==0.15.3

Unix/macOs:

pip install Fortuna==0.15.3

Fortuna 0.15.22018-10-20T04:23:13Windows:

py -m pip install Fortuna==0.15.2

Unix/macOs:

pip install Fortuna==0.15.2

Fortuna 0.15.12018-10-19T21:45:38Windows:

py -m pip install Fortuna==0.15.1

Unix/macOs:

pip install Fortuna==0.15.1

Fortuna 0.15.02018-10-10T00:18:51Windows:

py -m pip install Fortuna==0.15.0

Unix/macOs:

pip install Fortuna==0.15.0

Fortuna 0.14.12018-10-09T16:59:16Windows:

py -m pip install Fortuna==0.14.1

Unix/macOs:

pip install Fortuna==0.14.1

Fortuna 0.14.02018-10-09T00:12:10Windows:

py -m pip install Fortuna==0.14.0

Unix/macOs:

pip install Fortuna==0.14.0

Fortuna 0.13.32018-10-08T00:51:43Windows:

py -m pip install Fortuna==0.13.3

Unix/macOs:

pip install Fortuna==0.13.3

Fortuna 0.13.22018-10-07T05:55:00Windows:

py -m pip install Fortuna==0.13.2

Unix/macOs:

pip install Fortuna==0.13.2


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Fortuna_downloaded_file>

On Unix/macOs:

pip install <path_to_Fortuna_downloaded_file>


List distribution:

- Fortuna-0.13.2-cp37-cp37m-macosx_10_9_x86_64.whl
- Fortuna-0.13.2.tar.gz
- Fortuna-0.13.3-cp37-cp37m-macosx_10_9_x86_64.whl
- Fortuna-0.13.3.tar.gz
- Fortuna-0.14.0-cp37-cp37m-macosx_10_9_x86_64.whl
- Fortuna-0.14.0.tar.gz
- Fortuna-0.14.1-cp37-cp37m-macosx_10_9_x86_64.whl
- Fortuna-0.14.1.tar.gz
- Fortuna-0.15.0-cp37-cp37m-macosx_10_9_x86_64.whl
- Fortuna-0.15.0.tar.gz
- Fortuna-0.15.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.1.tar.gz (python version >=3.6)
- Fortuna-0.15.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.2.tar.gz (python version >=3.6)
- Fortuna-0.15.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.3.tar.gz (python version >=3.6)
- Fortuna-0.15.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.4.tar.gz (python version >=3.6)
- Fortuna-0.15.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.5.tar.gz (python version >=3.6)
- Fortuna-0.15.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.6.tar.gz (python version >=3.6)
- Fortuna-0.15.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.7.tar.gz (python version >=3.6)
- Fortuna-0.15.8-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.8.tar.gz (python version >=3.6)
- Fortuna-0.15.9-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.15.9.tar.gz (python version >=3.6)
- Fortuna-0.16.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.16.0.tar.gz (python version >=3.6)
- Fortuna-0.16.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.16.1.tar.gz (python version >=3.6)
- Fortuna-0.16.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.16.2.tar.gz (python version >=3.6)
- Fortuna-0.17.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.17.0.tar.gz (python version >=3.6)
- Fortuna-0.17.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.17.1.tar.gz (python version >=3.6)
- Fortuna-0.17.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.17.2.tar.gz (python version >=3.6)
- Fortuna-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.0.tar.gz (python version >=3.6)
- Fortuna-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.1.tar.gz (python version >=3.6)
- Fortuna-0.18.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.2.tar.gz (python version >=3.6)
- Fortuna-0.18.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.3.tar.gz (python version >=3.6)
- Fortuna-0.18.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.4.tar.gz (python version >=3.6)
- Fortuna-0.18.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.5.tar.gz (python version >=3.6)
- Fortuna-0.18.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.6.tar.gz (python version >=3.6)
- Fortuna-0.18.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.18.7.tar.gz (python version >=3.6)
- Fortuna-0.19.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.19.0.tar.gz (python version >=3.6)
- Fortuna-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.19.3.tar.gz (python version >=3.6)
- Fortuna-0.19.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.19.4.tar.gz (python version >=3.6)
- Fortuna-0.19.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.19.5.tar.gz (python version >=3.6)
- Fortuna-0.19.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.19.6.tar.gz (python version >=3.6)
- Fortuna-0.19.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.19.7.tar.gz (python version >=3.6)
- Fortuna-0.20.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.20.6.tar.gz (python version >=3.6)
- Fortuna-0.20.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.20.7.tar.gz (python version >=3.6)
- Fortuna-0.20.9-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.20.9.tar.gz (python version >=3.6)
- Fortuna-0.20.10-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.20.10.tar.gz (python version >=3.6)
- Fortuna-0.21.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.21.0.tar.gz (python version >=3.6)
- Fortuna-0.21.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.21.1.tar.gz (python version >=3.6)
- Fortuna-0.21.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.21.2.tar.gz (python version >=3.6)
- Fortuna-0.21.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.21.3.tar.gz (python version >=3.6)
- Fortuna-0.22.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.22.2.tar.gz (python version >=3.6)
- Fortuna-0.23.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.23.0.tar.gz (python version >=3.6)
- Fortuna-0.23.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-0.23.4.tar.gz (python version >=3.6)
- Fortuna-1.23.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.23.4.tar.gz (python version >=3.6)
- Fortuna-1.23.4.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.23.4.1.tar.gz (python version >=3.6)
- Fortuna-1.23.4.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.23.4.2.tar.gz (python version >=3.6)
- Fortuna-1.23.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.23.5.tar.gz (python version >=3.6)
- Fortuna-1.23.5.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.23.5.1.tar.gz (python version >=3.6)
- Fortuna-1.23.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.23.6.tar.gz (python version >=3.6)
- Fortuna-1.23.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.23.7.tar.gz (python version >=3.6)
- Fortuna-1.24-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.24.tar.gz (python version >=3.6)
- Fortuna-1.24.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.24.1.tar.gz (python version >=3.6)
- Fortuna-1.24.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.24.2.tar.gz (python version >=3.6)
- Fortuna-1.24.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.24.4.tar.gz (python version >=3.6)
- Fortuna-1.25-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.25.tar.gz (python version >=3.6)
- Fortuna-1.25.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.25.1.tar.gz (python version >=3.6)
- Fortuna-1.25.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-1.25.2.tar.gz (python version >=3.6)
- Fortuna-1.25.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.25.3.tar.gz (python version >=3.7)
- Fortuna-1.25.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.25.4.tar.gz (python version >=3.7)
- Fortuna-1.26.0b1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.0b1.tar.gz (python version >=3.7)
- Fortuna-1.26.0b2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.0b2.tar.gz (python version >=3.7)
- Fortuna-1.26.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.1.tar.gz (python version >=3.7)
- Fortuna-1.26.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.2.tar.gz (python version >=3.7)
- Fortuna-1.26.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.3.tar.gz (python version >=3.7)
- Fortuna-1.26.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.4.tar.gz (python version >=3.7)
- Fortuna-1.26.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.5.tar.gz (python version >=3.7)
- Fortuna-1.26.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.6.tar.gz (python version >=3.7)
- Fortuna-1.26.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.7.tar.gz (python version >=3.7)
- Fortuna-1.26.7.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-1.26.7.1.tar.gz (python version >=3.7)
- Fortuna-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-2.0.0.tar.gz (python version >=3.7)
- Fortuna-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-2.0.1.tar.gz (python version >=3.7)
- Fortuna-2.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-2.0.2.tar.gz (python version >=3.7)
- Fortuna-2.0.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-2.0.3.tar.gz (python version >=3.7)
- Fortuna-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-2.1.0.tar.gz (python version >=3.7)
- Fortuna-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-2.1.1.tar.gz (python version >=3.7)
- Fortuna-3.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.0.0.tar.gz (python version >=3.7)
- Fortuna-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.0.1.tar.gz (python version >=3.7)
- Fortuna-3.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.1.0.tar.gz (python version >=3.7)
- Fortuna-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.2.0.tar.gz (python version >=3.7)
- Fortuna-3.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.2.1.tar.gz (python version >=3.7)
- Fortuna-3.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.2.2.tar.gz (python version >=3.7)
- Fortuna-3.2.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.2.3.tar.gz (python version >=3.7)
- Fortuna-3.3.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.3.3.tar.gz (python version >=3.7)
- Fortuna-3.3.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.3.4.tar.gz (python version >=3.7)
- Fortuna-3.3.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.3.5.tar.gz (python version >=3.7)
- Fortuna-3.3.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.3.6.tar.gz (python version >=3.7)
- Fortuna-3.3.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.3.7.tar.gz (python version >=3.7)
- Fortuna-3.4.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.1.tar.gz (python version >=3.7)
- Fortuna-3.4.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.2.tar.gz (python version >=3.7)
- Fortuna-3.4.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.3.tar.gz (python version >=3.7)
- Fortuna-3.4.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.4.tar.gz (python version >=3.7)
- Fortuna-3.4.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.5.tar.gz (python version >=3.7)
- Fortuna-3.4.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.6.tar.gz (python version >=3.7)
- Fortuna-3.4.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.7.tar.gz (python version >=3.7)
- Fortuna-3.4.8-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.4.8.tar.gz (python version >=3.7)
- Fortuna-3.5.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.5.0.tar.gz (python version >=3.7)
- Fortuna-3.5.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.5.1.tar.gz (python version >=3.7)
- Fortuna-3.5.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.5.2.tar.gz (python version >=3.7)
- Fortuna-3.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.6.0.tar.gz (python version >=3.7)
- Fortuna-3.6.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.6.1.tar.gz (python version >=3.7)
- Fortuna-3.6.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.6.2.tar.gz (python version >=3.7)
- Fortuna-3.6.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.6.3.tar.gz (python version >=3.7)
- Fortuna-3.6.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.6.4.tar.gz (python version >=3.7)
- Fortuna-3.6.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.6.5.tar.gz (python version >=3.7)
- Fortuna-3.7.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.7.1.tar.gz (python version >=3.7)
- Fortuna-3.7.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.7.2.tar.gz (python version >=3.7)
- Fortuna-3.7.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.7.3.tar.gz (python version >=3.7)
- Fortuna-3.7.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.7.4.tar.gz (python version >=3.7)
- Fortuna-3.7.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.7.6.tar.gz (python version >=3.7)
- Fortuna-3.8.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.8.0.tar.gz (python version >=3.7)
- Fortuna-3.8.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.8.1.tar.gz (python version >=3.7)
- Fortuna-3.8.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.8.2.tar.gz (python version >=3.7)
- Fortuna-3.8.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.8.3.tar.gz (python version >=3.7)
- Fortuna-3.8.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-3.8.4.tar.gz (python version >=3.7)
- Fortuna-3.8.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.8.5.tar.gz (python version >=3.6)
- Fortuna-3.8.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.8.6.tar.gz (python version >=3.6)
- Fortuna-3.8.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.8.7.tar.gz (python version >=3.6)
- Fortuna-3.8.8-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.8.8.tar.gz (python version >=3.6)
- Fortuna-3.8.9-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.8.9.tar.gz (python version >=3.6)
- Fortuna-3.9.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.1.tar.gz (python version >=3.6)
- Fortuna-3.9.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.2.tar.gz (python version >=3.6)
- Fortuna-3.9.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.3.tar.gz (python version >=3.6)
- Fortuna-3.9.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.4.tar.gz (python version >=3.6)
- Fortuna-3.9.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.5.tar.gz (python version >=3.6)
- Fortuna-3.9.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.7.tar.gz (python version >=3.6)
- Fortuna-3.9.8-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.8.tar.gz (python version >=3.6)
- Fortuna-3.9.9-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.9.tar.gz (python version >=3.6)
- Fortuna-3.9.10-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.10.tar.gz (python version >=3.6)
- Fortuna-3.9.11-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.9.11.tar.gz (python version >=3.6)
- Fortuna-3.10.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.10.0.tar.gz (python version >=3.6)
- Fortuna-3.10.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.10.1.tar.gz (python version >=3.6)
- Fortuna-3.10.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.10.2.tar.gz (python version >=3.6)
- Fortuna-3.12.0-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.12.0.tar.gz (python version >=3.6)
- Fortuna-3.12.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.12.1.tar.gz (python version >=3.6)
- Fortuna-3.12.2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.12.2.tar.gz (python version >=3.6)
- Fortuna-3.14.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.14.0.tar.gz (python version >=3.6)
- Fortuna-3.14.1-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.14.1.tar.gz (python version >=3.6)
- Fortuna-3.15.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.15.0.tar.gz (python version >=3.6)
- Fortuna-3.16.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.0.tar.gz (python version >=3.6)
- Fortuna-3.16.1-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.1.tar.gz (python version >=3.6)
- Fortuna-3.16.2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.2.tar.gz (python version >=3.6)
- Fortuna-3.16.3-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.3.tar.gz (python version >=3.6)
- Fortuna-3.16.4-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.4.tar.gz (python version >=3.6)
- Fortuna-3.16.5-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.5.tar.gz (python version >=3.6)
- Fortuna-3.16.6-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.6.tar.gz (python version >=3.6)
- Fortuna-3.16.8-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.8.tar.gz (python version >=3.6)
- Fortuna-3.16.9-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.16.9.tar.gz (python version >=3.6)
- Fortuna-3.17.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.0.tar.gz (python version >=3.6)
- Fortuna-3.17.1-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.1.tar.gz (python version >=3.6)
- Fortuna-3.17.2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.2.tar.gz (python version >=3.6)
- Fortuna-3.17.3-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.3.tar.gz (python version >=3.6)
- Fortuna-3.17.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.4.tar.gz (python version >=3.6)
- Fortuna-3.17.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.5.tar.gz (python version >=3.6)
- Fortuna-3.17.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.6.tar.gz (python version >=3.6)
- Fortuna-3.17.7-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.7.tar.gz (python version >=3.6)
- Fortuna-3.17.8-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.8.tar.gz (python version >=3.6)
- Fortuna-3.17.9-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.9.tar.gz (python version >=3.6)
- Fortuna-3.17.10-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.10.tar.gz (python version >=3.6)
- Fortuna-3.17.11-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.11-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.11.tar.gz (python version >=3.6)
- Fortuna-3.17.12-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.12.tar.gz (python version >=3.6)
- Fortuna-3.17.13-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.17.13.tar.gz (python version >=3.6)
- Fortuna-3.18.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.18.0.tar.gz (python version >=3.6)
- Fortuna-3.18.1-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.18.1.tar.gz (python version >=3.6)
- Fortuna-3.18.2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.18.2.tar.gz (python version >=3.6)
- Fortuna-3.19.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.19.0.tar.gz (python version >=3.6)
- Fortuna-3.19.1-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.19.1.tar.gz (python version >=3.6)
- Fortuna-3.20.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.20.0.tar.gz (python version >=3.6)
- Fortuna-3.20.2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.20.2.tar.gz (python version >=3.6)
- Fortuna-3.20.3-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-3.20.3.tar.gz (python version >=3.6)
- Fortuna-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.0.0.tar.gz (python version >=3.6)
- Fortuna-4.1.0-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.0.tar.gz (python version >=3.6)
- Fortuna-4.1.1-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.1.tar.gz (python version >=3.6)
- Fortuna-4.1.2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.2.tar.gz (python version >=3.6)
- Fortuna-4.1.3-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.3.tar.gz (python version >=3.6)
- Fortuna-4.1.4-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.4.tar.gz (python version >=3.6)
- Fortuna-4.1.5-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.5.tar.gz (python version >=3.6)
- Fortuna-4.1.6-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.6.tar.gz (python version >=3.6)
- Fortuna-4.1.7-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.7.tar.gz (python version >=3.6)
- Fortuna-4.1.8-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.8.tar.gz (python version >=3.6)
- Fortuna-4.1.9-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.1.9.tar.gz (python version >=3.6)
- Fortuna-4.2.0-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.2.0.tar.gz (python version >=3.6)
- Fortuna-4.2.1-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- Fortuna-4.2.1.tar.gz (python version >=3.6)
- Fortuna-4.2.2-cp39-cp39-macosx_11_0_x86_64.whl (python version >=3.6)
- Fortuna-4.2.2.tar.gz (python version >=3.6)
- Fortuna-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.3.0.tar.gz (python version >=3.7)
- Fortuna-4.3.1-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.3.1.tar.gz (python version >=3.7)
- Fortuna-4.3.2-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.3.2.tar.gz (python version >=3.7)
- Fortuna-4.3.3-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.3.3.tar.gz (python version >=3.7)
- Fortuna-4.3.4-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.3.4.tar.gz (python version >=3.7)
- Fortuna-4.3.5-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.3.5.tar.gz (python version >=3.7)
- Fortuna-4.4.0-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.4.0.tar.gz (python version >=3.7)
- Fortuna-4.4.1-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.4.1.tar.gz (python version >=3.7)
- Fortuna-4.4.2-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- Fortuna-4.4.2.tar.gz (python version >=3.7)
- Fortuna-4.4.3-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-4.4.3-py3.10-macosx-10.9-universal2.egg (python version >=3.7)
- Fortuna-4.4.3.macosx-10.9-universal2.tar.gz (python version >=3.7)
- Fortuna-4.4.4-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-4.4.4.tar.gz (python version >=3.7)
- Fortuna-4.5.1b0-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-4.5.1b0.tar.gz (python version >=3.7)
- Fortuna-4.5.1b1-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-4.5.1b1.tar.gz (python version >=3.7)
- Fortuna-5.0.0rc2-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.0rc2.tar.gz (python version >=3.7)
- Fortuna-5.0.0rc5-cp310-cp310-win_amd64.whl (python version >=3.7)
- Fortuna-5.0.0rc5-cp37-cp37m-win_amd64.whl (python version >=3.7)
- Fortuna-5.0.0rc5.tar.gz (python version >=3.7)
- Fortuna-5.0.0rc6-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.0rc6-cp310-cp310-win_amd64.whl (python version >=3.7)
- Fortuna-5.0.0rc6.tar.gz (python version >=3.7)
- Fortuna-5.0.0rc7-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.0rc7-cp310-cp310-win_amd64.whl (python version >=3.7)
- Fortuna-5.0.0rc7.tar.gz (python version >=3.7)
- Fortuna-5.0.0-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.0-cp310-cp310-win_amd64.whl (python version >=3.7)
- Fortuna-5.0.0.tar.gz (python version >=3.7)
- Fortuna-5.0.1-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.1.tar.gz (python version >=3.7)
- Fortuna-5.0.2-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.2.tar.gz (python version >=3.7)
- Fortuna-5.0.3-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.3.tar.gz (python version >=3.7)
- Fortuna-5.0.4-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.4.tar.gz (python version >=3.7)
- Fortuna-5.0.5-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.5.tar.gz (python version >=3.7)
- Fortuna-5.0.6-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.6.tar.gz (python version >=3.7)
- Fortuna-5.0.7-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.0.7.tar.gz (python version >=3.7)
- Fortuna-5.1.0-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.1.0.tar.gz (python version >=3.7)
- Fortuna-5.1.1-cp310-cp310-macosx_10_9_universal2.whl (python version >=3.7)
- Fortuna-5.1.1.tar.gz (python version >=3.7)


Project link:

- Homepage