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

How to install humanfriendly via python pip




humanfriendly - Human friendly output for text interfaces using Python, it belongs to Classifiers:

- Development Status :: 6 - Mature
- Environment :: Console
- Framework :: Sphinx
- Framework :: Sphinx :: Extension
- Intended Audience :: System Administrators
- Natural Language :: English
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: Implementation
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Communications
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Utilities

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



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_humanfriendly_env

- Active the virtual environment

test_humanfriendly_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_humanfriendly_env

- Active the virtual environment

source test_humanfriendly_env/bin/active


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

To install humanfriendly on Windows(CMD):

py -m pip install humanfriendly

To install humanfriendly on Unix/macOs:

pip install humanfriendly


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

Example:

pip install humanfriendly==1.4.1


Please see the version list below table:

VersionReleased dateCommand
humanfriendly 10.02021-09-17T21:40:39Windows:

py -m pip install humanfriendly==10.0

Unix/macOs:

pip install humanfriendly==10.0

humanfriendly 9.22021-06-11T10:53:11Windows:

py -m pip install humanfriendly==9.2

Unix/macOs:

pip install humanfriendly==9.2

humanfriendly 9.12020-12-10T00:12:21Windows:

py -m pip install humanfriendly==9.1

Unix/macOs:

pip install humanfriendly==9.1

humanfriendly 9.02020-12-01T00:06:48Windows:

py -m pip install humanfriendly==9.0

Unix/macOs:

pip install humanfriendly==9.0

humanfriendly 8.22020-04-19T00:22:51Windows:

py -m pip install humanfriendly==8.2

Unix/macOs:

pip install humanfriendly==8.2

humanfriendly 8.12020-03-06T21:01:21Windows:

py -m pip install humanfriendly==8.1

Unix/macOs:

pip install humanfriendly==8.1

humanfriendly 8.02020-03-02T00:07:22Windows:

py -m pip install humanfriendly==8.0

Unix/macOs:

pip install humanfriendly==8.0

humanfriendly 7.32020-03-01T23:15:07Windows:

py -m pip install humanfriendly==7.3

Unix/macOs:

pip install humanfriendly==7.3

humanfriendly 7.22020-03-01T18:24:16Windows:

py -m pip install humanfriendly==7.2

Unix/macOs:

pip install humanfriendly==7.2

humanfriendly 7.1.12020-02-18T13:12:53Windows:

py -m pip install humanfriendly==7.1.1

Unix/macOs:

pip install humanfriendly==7.1.1

humanfriendly 7.12020-02-16T19:23:20Windows:

py -m pip install humanfriendly==7.1

Unix/macOs:

pip install humanfriendly==7.1

humanfriendly 7.02020-02-16T01:15:54Windows:

py -m pip install humanfriendly==7.0

Unix/macOs:

pip install humanfriendly==7.0

humanfriendly 6.12020-02-10T21:22:43Windows:

py -m pip install humanfriendly==6.1

Unix/macOs:

pip install humanfriendly==6.1

humanfriendly 6.02020-02-09T15:35:30Windows:

py -m pip install humanfriendly==6.0

Unix/macOs:

pip install humanfriendly==6.0

humanfriendly 5.02020-02-06T00:09:20Windows:

py -m pip install humanfriendly==5.0

Unix/macOs:

pip install humanfriendly==5.0

humanfriendly 4.182019-02-21T20:22:21Windows:

py -m pip install humanfriendly==4.18

Unix/macOs:

pip install humanfriendly==4.18

humanfriendly 4.172018-10-20T05:21:15Windows:

py -m pip install humanfriendly==4.17

Unix/macOs:

pip install humanfriendly==4.17

humanfriendly 4.16.12018-07-21T20:29:10Windows:

py -m pip install humanfriendly==4.16.1

Unix/macOs:

pip install humanfriendly==4.16.1

humanfriendly 4.162018-07-21T10:53:28Windows:

py -m pip install humanfriendly==4.16

Unix/macOs:

pip install humanfriendly==4.16

humanfriendly 4.15.12018-07-14T21:36:30Windows:

py -m pip install humanfriendly==4.15.1

Unix/macOs:

pip install humanfriendly==4.15.1

humanfriendly 4.152018-07-14T00:20:54Windows:

py -m pip install humanfriendly==4.15

Unix/macOs:

pip install humanfriendly==4.15

humanfriendly 4.142018-07-13T19:45:59Windows:

py -m pip install humanfriendly==4.14

Unix/macOs:

pip install humanfriendly==4.14

humanfriendly 4.132018-07-09T21:34:25Windows:

py -m pip install humanfriendly==4.13

Unix/macOs:

pip install humanfriendly==4.13

humanfriendly 4.12.12018-05-10T10:05:52Windows:

py -m pip install humanfriendly==4.12.1

Unix/macOs:

pip install humanfriendly==4.12.1

humanfriendly 4.122018-04-25T23:11:46Windows:

py -m pip install humanfriendly==4.12

Unix/macOs:

pip install humanfriendly==4.12

humanfriendly 4.112018-04-25T22:15:40Windows:

py -m pip install humanfriendly==4.11

Unix/macOs:

pip install humanfriendly==4.11

humanfriendly 4.102018-03-31T18:31:20Windows:

py -m pip install humanfriendly==4.10

Unix/macOs:

pip install humanfriendly==4.10

humanfriendly 4.92018-03-28T21:18:57Windows:

py -m pip install humanfriendly==4.9

Unix/macOs:

pip install humanfriendly==4.9

humanfriendly 4.82018-01-20T20:19:23Windows:

py -m pip install humanfriendly==4.8

Unix/macOs:

pip install humanfriendly==4.8

humanfriendly 4.72018-01-14T02:28:16Windows:

py -m pip install humanfriendly==4.7

Unix/macOs:

pip install humanfriendly==4.7

humanfriendly 4.62018-01-04T20:39:52Windows:

py -m pip install humanfriendly==4.6

Unix/macOs:

pip install humanfriendly==4.6

humanfriendly 4.52018-01-04T18:13:06Windows:

py -m pip install humanfriendly==4.5

Unix/macOs:

pip install humanfriendly==4.5

humanfriendly 4.4.22018-01-04T12:07:18Windows:

py -m pip install humanfriendly==4.4.2

Unix/macOs:

pip install humanfriendly==4.4.2

humanfriendly 4.4.12017-08-07T20:59:44Windows:

py -m pip install humanfriendly==4.4.1

Unix/macOs:

pip install humanfriendly==4.4.1

humanfriendly 4.42017-07-16T02:55:11Windows:

py -m pip install humanfriendly==4.4

Unix/macOs:

pip install humanfriendly==4.4

humanfriendly 4.32017-07-10T17:57:28Windows:

py -m pip install humanfriendly==4.3

Unix/macOs:

pip install humanfriendly==4.3

humanfriendly 4.22017-07-10T17:39:16Windows:

py -m pip install humanfriendly==4.2

Unix/macOs:

pip install humanfriendly==4.2

humanfriendly 4.12017-07-10T17:17:46Windows:

py -m pip install humanfriendly==4.1

Unix/macOs:

pip install humanfriendly==4.1

humanfriendly 4.02017-07-10T16:57:36Windows:

py -m pip install humanfriendly==4.0

Unix/macOs:

pip install humanfriendly==4.0

humanfriendly 3.82017-07-02T13:49:54Windows:

py -m pip install humanfriendly==3.8

Unix/macOs:

pip install humanfriendly==3.8

humanfriendly 3.72017-07-01T20:46:23Windows:

py -m pip install humanfriendly==3.7

Unix/macOs:

pip install humanfriendly==3.7

humanfriendly 3.6.12017-06-24T20:35:05Windows:

py -m pip install humanfriendly==3.6.1

Unix/macOs:

pip install humanfriendly==3.6.1

humanfriendly 3.62017-06-24T10:46:59Windows:

py -m pip install humanfriendly==3.6

Unix/macOs:

pip install humanfriendly==3.6

humanfriendly 3.52017-06-24T08:46:30Windows:

py -m pip install humanfriendly==3.5

Unix/macOs:

pip install humanfriendly==3.5

humanfriendly 3.4.12017-06-24T06:05:32Windows:

py -m pip install humanfriendly==3.4.1

Unix/macOs:

pip install humanfriendly==3.4.1

humanfriendly 3.42017-06-24T05:40:35Windows:

py -m pip install humanfriendly==3.4

Unix/macOs:

pip install humanfriendly==3.4

humanfriendly 3.32017-06-24T03:21:54Windows:

py -m pip install humanfriendly==3.3

Unix/macOs:

pip install humanfriendly==3.3

humanfriendly 3.22017-05-17T22:56:12Windows:

py -m pip install humanfriendly==3.2

Unix/macOs:

pip install humanfriendly==3.2

humanfriendly 3.12017-05-05T22:18:18Windows:

py -m pip install humanfriendly==3.1

Unix/macOs:

pip install humanfriendly==3.1

humanfriendly 3.02017-05-04T21:22:46Windows:

py -m pip install humanfriendly==3.0

Unix/macOs:

pip install humanfriendly==3.0

humanfriendly 2.42017-02-13T23:15:08Windows:

py -m pip install humanfriendly==2.4

Unix/macOs:

pip install humanfriendly==2.4

humanfriendly 2.3.22017-01-16T23:59:50Windows:

py -m pip install humanfriendly==2.3.2

Unix/macOs:

pip install humanfriendly==2.3.2

humanfriendly 2.3.12017-01-16T23:26:34Windows:

py -m pip install humanfriendly==2.3.1

Unix/macOs:

pip install humanfriendly==2.3.1

humanfriendly 2.32017-01-16T22:09:51Windows:

py -m pip install humanfriendly==2.3

Unix/macOs:

pip install humanfriendly==2.3

humanfriendly 2.2.12017-01-10T20:09:12Windows:

py -m pip install humanfriendly==2.2.1

Unix/macOs:

pip install humanfriendly==2.2.1

humanfriendly 2.22016-11-29T23:51:41Windows:

py -m pip install humanfriendly==2.2

Unix/macOs:

pip install humanfriendly==2.2

humanfriendly 2.12016-10-09T19:42:31Windows:

py -m pip install humanfriendly==2.1

Unix/macOs:

pip install humanfriendly==2.1

humanfriendly 2.0.12016-09-29T13:14:04Windows:

py -m pip install humanfriendly==2.0.1

Unix/macOs:

pip install humanfriendly==2.0.1

humanfriendly 2.02016-09-29T00:16:30Windows:

py -m pip install humanfriendly==2.0

Unix/macOs:

pip install humanfriendly==2.0

humanfriendly 1.44.92016-09-28T20:25:52Windows:

py -m pip install humanfriendly==1.44.9

Unix/macOs:

pip install humanfriendly==1.44.9

humanfriendly 1.44.82016-09-28T17:48:13Windows:

py -m pip install humanfriendly==1.44.8

Unix/macOs:

pip install humanfriendly==1.44.8

humanfriendly 1.44.72016-04-21T13:50:55Windows:

py -m pip install humanfriendly==1.44.7

Unix/macOs:

pip install humanfriendly==1.44.7

humanfriendly 1.44.62016-04-21T12:30:56Windows:

py -m pip install humanfriendly==1.44.6

Unix/macOs:

pip install humanfriendly==1.44.6

humanfriendly 1.44.52016-03-20T16:20:49Windows:

py -m pip install humanfriendly==1.44.5

Unix/macOs:

pip install humanfriendly==1.44.5

humanfriendly 1.44.42016-03-15T11:33:56Windows:

py -m pip install humanfriendly==1.44.4

Unix/macOs:

pip install humanfriendly==1.44.4

humanfriendly 1.44.32016-02-20T12:41:40Windows:

py -m pip install humanfriendly==1.44.3

Unix/macOs:

pip install humanfriendly==1.44.3

humanfriendly 1.44.22016-02-20T12:21:40Windows:

py -m pip install humanfriendly==1.44.2

Unix/macOs:

pip install humanfriendly==1.44.2

humanfriendly 1.44.12016-02-18T21:49:09Windows:

py -m pip install humanfriendly==1.44.1

Unix/macOs:

pip install humanfriendly==1.44.1

humanfriendly 1.43.12016-01-19T20:08:25Windows:

py -m pip install humanfriendly==1.43.1

Unix/macOs:

pip install humanfriendly==1.43.1

humanfriendly 1.432016-01-19T19:12:07Windows:

py -m pip install humanfriendly==1.43

Unix/macOs:

pip install humanfriendly==1.43

humanfriendly 1.422015-10-22T23:53:45Windows:

py -m pip install humanfriendly==1.42

Unix/macOs:

pip install humanfriendly==1.42

humanfriendly 1.412015-10-22T21:16:43Windows:

py -m pip install humanfriendly==1.41

Unix/macOs:

pip install humanfriendly==1.41

humanfriendly 1.402015-10-22T20:34:44Windows:

py -m pip install humanfriendly==1.40

Unix/macOs:

pip install humanfriendly==1.40

humanfriendly 1.382015-10-22T02:58:21Windows:

py -m pip install humanfriendly==1.38

Unix/macOs:

pip install humanfriendly==1.38

humanfriendly 1.372015-10-22T02:56:56Windows:

py -m pip install humanfriendly==1.37

Unix/macOs:

pip install humanfriendly==1.37

humanfriendly 1.362015-10-21T19:48:50Windows:

py -m pip install humanfriendly==1.36

Unix/macOs:

pip install humanfriendly==1.36

humanfriendly 1.352015-09-10T21:22:23Windows:

py -m pip install humanfriendly==1.35

Unix/macOs:

pip install humanfriendly==1.35

humanfriendly 1.332015-07-27T09:26:27Windows:

py -m pip install humanfriendly==1.33

Unix/macOs:

pip install humanfriendly==1.33

humanfriendly 1.322015-07-19T21:21:16Windows:

py -m pip install humanfriendly==1.32

Unix/macOs:

pip install humanfriendly==1.32

humanfriendly 1.312015-06-28T12:20:34Windows:

py -m pip install humanfriendly==1.31

Unix/macOs:

pip install humanfriendly==1.31

humanfriendly 1.302015-06-28T12:12:59Windows:

py -m pip install humanfriendly==1.30

Unix/macOs:

pip install humanfriendly==1.30

humanfriendly 1.292015-06-24T21:06:37Windows:

py -m pip install humanfriendly==1.29

Unix/macOs:

pip install humanfriendly==1.29

humanfriendly 1.272015-06-03T20:34:42Windows:

py -m pip install humanfriendly==1.27

Unix/macOs:

pip install humanfriendly==1.27

humanfriendly 1.262015-06-02T21:34:29Windows:

py -m pip install humanfriendly==1.26

Unix/macOs:

pip install humanfriendly==1.26

humanfriendly 1.25.12015-06-02T18:13:24Windows:

py -m pip install humanfriendly==1.25.1

Unix/macOs:

pip install humanfriendly==1.25.1

humanfriendly 1.252015-05-26T23:18:08Windows:

py -m pip install humanfriendly==1.25

Unix/macOs:

pip install humanfriendly==1.25

humanfriendly 1.242015-05-26T22:07:08Windows:

py -m pip install humanfriendly==1.24

Unix/macOs:

pip install humanfriendly==1.24

humanfriendly 1.23.12015-05-26T01:13:26Windows:

py -m pip install humanfriendly==1.23.1

Unix/macOs:

pip install humanfriendly==1.23.1

humanfriendly 1.232015-05-25T23:20:34Windows:

py -m pip install humanfriendly==1.23

Unix/macOs:

pip install humanfriendly==1.23

humanfriendly 1.222015-05-25T22:56:44Windows:

py -m pip install humanfriendly==1.22

Unix/macOs:

pip install humanfriendly==1.22

humanfriendly 1.212015-05-25T20:59:31Windows:

py -m pip install humanfriendly==1.21

Unix/macOs:

pip install humanfriendly==1.21

humanfriendly 1.202015-05-25T19:52:04Windows:

py -m pip install humanfriendly==1.20

Unix/macOs:

pip install humanfriendly==1.20

humanfriendly 1.192015-05-23T15:53:59Windows:

py -m pip install humanfriendly==1.19

Unix/macOs:

pip install humanfriendly==1.19

humanfriendly 1.172015-05-23T15:30:07Windows:

py -m pip install humanfriendly==1.17

Unix/macOs:

pip install humanfriendly==1.17

humanfriendly 1.162015-03-29T12:50:13Windows:

py -m pip install humanfriendly==1.16

Unix/macOs:

pip install humanfriendly==1.16

humanfriendly 1.152015-03-17T19:36:46Windows:

py -m pip install humanfriendly==1.15

Unix/macOs:

pip install humanfriendly==1.15

humanfriendly 1.142014-11-22T00:32:07Windows:

py -m pip install humanfriendly==1.14

Unix/macOs:

pip install humanfriendly==1.14

humanfriendly 1.132014-11-16T03:24:31Windows:

py -m pip install humanfriendly==1.13

Unix/macOs:

pip install humanfriendly==1.13

humanfriendly 1.112014-11-15T22:14:19Windows:

py -m pip install humanfriendly==1.11

Unix/macOs:

pip install humanfriendly==1.11

humanfriendly 1.102014-11-15T18:10:35Windows:

py -m pip install humanfriendly==1.10

Unix/macOs:

pip install humanfriendly==1.10

humanfriendly 1.9.62014-09-14T08:29:10Windows:

py -m pip install humanfriendly==1.9.6

Unix/macOs:

pip install humanfriendly==1.9.6

humanfriendly 1.9.42014-06-29T12:09:38Windows:

py -m pip install humanfriendly==1.9.4

Unix/macOs:

pip install humanfriendly==1.9.4

humanfriendly 1.9.32014-06-29T08:15:15Windows:

py -m pip install humanfriendly==1.9.3

Unix/macOs:

pip install humanfriendly==1.9.3

humanfriendly 1.9.22014-06-29T07:38:20Windows:

py -m pip install humanfriendly==1.9.2

Unix/macOs:

pip install humanfriendly==1.9.2

humanfriendly 1.9.12014-06-23T00:19:07Windows:

py -m pip install humanfriendly==1.9.1

Unix/macOs:

pip install humanfriendly==1.9.1

humanfriendly 1.92014-06-22T23:57:54Windows:

py -m pip install humanfriendly==1.9

Unix/macOs:

pip install humanfriendly==1.9

humanfriendly 1.8.62014-06-08T20:56:00Windows:

py -m pip install humanfriendly==1.8.6

Unix/macOs:

pip install humanfriendly==1.8.6

humanfriendly 1.8.42014-06-07T19:46:04Windows:

py -m pip install humanfriendly==1.8.4

Unix/macOs:

pip install humanfriendly==1.8.4

humanfriendly 1.8.32014-06-07T14:15:09Windows:

py -m pip install humanfriendly==1.8.3

Unix/macOs:

pip install humanfriendly==1.8.3

humanfriendly 1.8.22014-06-01T01:47:24Windows:

py -m pip install humanfriendly==1.8.2

Unix/macOs:

pip install humanfriendly==1.8.2

humanfriendly 1.8.12014-05-10T23:44:39Windows:

py -m pip install humanfriendly==1.8.1

Unix/macOs:

pip install humanfriendly==1.8.1

humanfriendly 1.82014-05-10T11:32:28Windows:

py -m pip install humanfriendly==1.8

Unix/macOs:

pip install humanfriendly==1.8

humanfriendly 1.7.12013-09-22T20:39:47Windows:

py -m pip install humanfriendly==1.7.1

Unix/macOs:

pip install humanfriendly==1.7.1

humanfriendly 1.72013-09-22T18:27:54Windows:

py -m pip install humanfriendly==1.7

Unix/macOs:

pip install humanfriendly==1.7

humanfriendly 1.62013-08-11T23:04:16Windows:

py -m pip install humanfriendly==1.6

Unix/macOs:

pip install humanfriendly==1.6

humanfriendly 1.52013-07-06T23:15:21Windows:

py -m pip install humanfriendly==1.5

Unix/macOs:

pip install humanfriendly==1.5

humanfriendly 1.4.22013-06-26T22:27:59Windows:

py -m pip install humanfriendly==1.4.2

Unix/macOs:

pip install humanfriendly==1.4.2

humanfriendly 1.4.12013-06-26T22:10:34Windows:

py -m pip install humanfriendly==1.4.1

Unix/macOs:

pip install humanfriendly==1.4.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_humanfriendly_downloaded_file>

On Unix/macOs:

pip install <path_to_humanfriendly_downloaded_file>


List distribution:

- humanfriendly-1.4.1.tar.gz
- humanfriendly-1.4.2.tar.gz
- humanfriendly-1.5.tar.gz
- humanfriendly-1.6.tar.gz
- humanfriendly-1.7.tar.gz
- humanfriendly-1.7.1.tar.gz
- humanfriendly-1.8.tar.gz
- humanfriendly-1.8.1.tar.gz
- humanfriendly-1.8.2.tar.gz
- humanfriendly-1.8.3.tar.gz
- humanfriendly-1.8.4.tar.gz
- humanfriendly-1.8.6.tar.gz
- humanfriendly-1.9.tar.gz
- humanfriendly-1.9.1.tar.gz
- humanfriendly-1.9.2.tar.gz
- humanfriendly-1.9.3.tar.gz
- humanfriendly-1.9.4.tar.gz
- humanfriendly-1.9.6.tar.gz
- humanfriendly-1.10.tar.gz
- humanfriendly-1.11.tar.gz
- humanfriendly-1.13.tar.gz
- humanfriendly-1.14.tar.gz
- humanfriendly-1.15.tar.gz
- humanfriendly-1.16.tar.gz
- humanfriendly-1.17.tar.gz
- humanfriendly-1.19.tar.gz
- humanfriendly-1.20.tar.gz
- humanfriendly-1.21.tar.gz
- humanfriendly-1.22.tar.gz
- humanfriendly-1.23.tar.gz
- humanfriendly-1.23.1.tar.gz
- humanfriendly-1.24.tar.gz
- humanfriendly-1.25.tar.gz
- humanfriendly-1.25.1.tar.gz
- humanfriendly-1.26.tar.gz
- humanfriendly-1.27.tar.gz
- humanfriendly-1.29.tar.gz
- humanfriendly-1.30.tar.gz
- humanfriendly-1.31.tar.gz
- humanfriendly-1.32.tar.gz
- humanfriendly-1.33.tar.gz
- humanfriendly-1.35.tar.gz
- humanfriendly-1.36.tar.gz
- humanfriendly-1.37.tar.gz
- humanfriendly-1.38.tar.gz
- humanfriendly-1.40.tar.gz
- humanfriendly-1.41.tar.gz
- humanfriendly-1.42.tar.gz
- humanfriendly-1.43.tar.gz
- humanfriendly-1.43.1.tar.gz
- humanfriendly-1.44.1.tar.gz
- humanfriendly-1.44.2.tar.gz
- humanfriendly-1.44.3.tar.gz
- humanfriendly-1.44.4.tar.gz
- humanfriendly-1.44.5.tar.gz
- humanfriendly-1.44.6.tar.gz
- humanfriendly-1.44.7.tar.gz
- humanfriendly-1.44.8.tar.gz
- humanfriendly-1.44.9-py2.py3-none-any.whl
- humanfriendly-1.44.9.tar.gz
- humanfriendly-2.0-py2.py3-none-any.whl
- humanfriendly-2.0.tar.gz
- humanfriendly-2.0.1-py2.py3-none-any.whl
- humanfriendly-2.0.1.tar.gz
- humanfriendly-2.1-py2.py3-none-any.whl
- humanfriendly-2.1.tar.gz
- humanfriendly-2.2-py2.py3-none-any.whl
- humanfriendly-2.2.tar.gz
- humanfriendly-2.2.1-py2.py3-none-any.whl
- humanfriendly-2.2.1.tar.gz
- humanfriendly-2.3-py2.py3-none-any.whl
- humanfriendly-2.3.tar.gz
- humanfriendly-2.3.1-py2.py3-none-any.whl
- humanfriendly-2.3.1.tar.gz
- humanfriendly-2.3.2-py2.py3-none-any.whl
- humanfriendly-2.3.2.tar.gz
- humanfriendly-2.4-py2.py3-none-any.whl
- humanfriendly-2.4.tar.gz
- humanfriendly-3.0-py2.py3-none-any.whl
- humanfriendly-3.0.tar.gz
- humanfriendly-3.1-py2.py3-none-any.whl
- humanfriendly-3.1.tar.gz
- humanfriendly-3.2-py2.py3-none-any.whl
- humanfriendly-3.2.tar.gz
- humanfriendly-3.3-py2.py3-none-any.whl
- humanfriendly-3.3.tar.gz
- humanfriendly-3.4-py2.py3-none-any.whl
- humanfriendly-3.4.tar.gz
- humanfriendly-3.4.1-py2.py3-none-any.whl
- humanfriendly-3.4.1.tar.gz
- humanfriendly-3.5-py2.py3-none-any.whl
- humanfriendly-3.5.tar.gz
- humanfriendly-3.6-py2.py3-none-any.whl
- humanfriendly-3.6.tar.gz
- humanfriendly-3.6.1-py2.py3-none-any.whl
- humanfriendly-3.6.1.tar.gz
- humanfriendly-3.7-py2.py3-none-any.whl
- humanfriendly-3.7.tar.gz
- humanfriendly-3.8-py2.py3-none-any.whl
- humanfriendly-3.8.tar.gz
- humanfriendly-4.0-py2.py3-none-any.whl
- humanfriendly-4.0.tar.gz
- humanfriendly-4.1-py2.py3-none-any.whl
- humanfriendly-4.1.tar.gz
- humanfriendly-4.2-py2.py3-none-any.whl
- humanfriendly-4.2.tar.gz
- humanfriendly-4.3-py2.py3-none-any.whl
- humanfriendly-4.3.tar.gz
- humanfriendly-4.4-py2.py3-none-any.whl
- humanfriendly-4.4.tar.gz
- humanfriendly-4.4.1-py2.py3-none-any.whl
- humanfriendly-4.4.1.tar.gz
- humanfriendly-4.4.2-py2.py3-none-any.whl
- humanfriendly-4.4.2.tar.gz
- humanfriendly-4.5-py2.py3-none-any.whl
- humanfriendly-4.5.tar.gz
- humanfriendly-4.6-py2.py3-none-any.whl
- humanfriendly-4.6.tar.gz
- humanfriendly-4.7-py2.py3-none-any.whl
- humanfriendly-4.7.tar.gz
- humanfriendly-4.8-py2.py3-none-any.whl
- humanfriendly-4.8.tar.gz
- humanfriendly-4.9-py2.py3-none-any.whl
- humanfriendly-4.9.tar.gz
- humanfriendly-4.10-py2.py3-none-any.whl
- humanfriendly-4.10.tar.gz
- humanfriendly-4.11-py2.py3-none-any.whl
- humanfriendly-4.11.tar.gz
- humanfriendly-4.12-py2.py3-none-any.whl
- humanfriendly-4.12.tar.gz
- humanfriendly-4.12.1-py2.py3-none-any.whl
- humanfriendly-4.12.1.tar.gz
- humanfriendly-4.13-py2.py3-none-any.whl
- humanfriendly-4.13.tar.gz
- humanfriendly-4.14-py2.py3-none-any.whl
- humanfriendly-4.14.tar.gz
- humanfriendly-4.15-py2.py3-none-any.whl
- humanfriendly-4.15.tar.gz
- humanfriendly-4.15.1-py2.py3-none-any.whl
- humanfriendly-4.15.1.tar.gz
- humanfriendly-4.16-py2.py3-none-any.whl
- humanfriendly-4.16.tar.gz
- humanfriendly-4.16.1-py2.py3-none-any.whl
- humanfriendly-4.16.1.tar.gz
- humanfriendly-4.17-py2.py3-none-any.whl
- humanfriendly-4.17.tar.gz
- humanfriendly-4.18-py2.py3-none-any.whl
- humanfriendly-4.18.tar.gz
- humanfriendly-5.0-py2.py3-none-any.whl
- humanfriendly-5.0.tar.gz
- humanfriendly-6.0-py2.py3-none-any.whl
- humanfriendly-6.0.tar.gz
- humanfriendly-6.1-py2.py3-none-any.whl
- humanfriendly-6.1.tar.gz
- humanfriendly-7.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.1.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.1.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.3-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-7.3.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-8.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-8.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-8.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-8.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-8.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-8.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-9.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-9.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-9.1-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-9.1.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-9.2-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-9.2.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-10.0-py2.py3-none-any.whl (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)
- humanfriendly-10.0.tar.gz (python version >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*)


Project link:

- Homepage