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

How to install cityhash via python pip




cityhash - Python bindings for CityHash and FarmHash, it belongs to Classifiers:

- Programming Language :: C
- Programming Language :: C++
- Programming Language :: Cython
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: System
- Topic :: System :: Distributed Computing

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



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_cityhash_env

- Active the virtual environment

test_cityhash_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_cityhash_env

- Active the virtual environment

source test_cityhash_env/bin/active


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

To install cityhash on Windows(CMD):

py -m pip install cityhash

To install cityhash on Unix/macOs:

pip install cityhash


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

Example:

pip install cityhash==0.1.0


Please see the version list below table:

VersionReleased dateCommand
cityhash 0.4.12022-03-25T18:52:10Windows:

py -m pip install cityhash==0.4.1

Unix/macOs:

pip install cityhash==0.4.1

cityhash 0.4.0.post22022-03-25T18:18:52Windows:

py -m pip install cityhash==0.4.0.post2

Unix/macOs:

pip install cityhash==0.4.0.post2

cityhash 0.4.0.post12022-01-31T06:12:45Windows:

py -m pip install cityhash==0.4.0.post1

Unix/macOs:

pip install cityhash==0.4.0.post1

cityhash 0.4.0.post02022-01-06T20:15:26Windows:

py -m pip install cityhash==0.4.0.post0

Unix/macOs:

pip install cityhash==0.4.0.post0

cityhash 0.4.02022-01-06T07:37:01Windows:

py -m pip install cityhash==0.4.0

Unix/macOs:

pip install cityhash==0.4.0

cityhash 0.3.82022-01-06T03:28:22Windows:

py -m pip install cityhash==0.3.8

Unix/macOs:

pip install cityhash==0.3.8

cityhash 0.3.72022-01-04T02:00:57Windows:

py -m pip install cityhash==0.3.7

Unix/macOs:

pip install cityhash==0.3.7

cityhash 0.3.62022-01-03T23:50:44Windows:

py -m pip install cityhash==0.3.6

Unix/macOs:

pip install cityhash==0.3.6

cityhash 0.3.5.post42022-01-02T23:26:30Windows:

py -m pip install cityhash==0.3.5.post4

Unix/macOs:

pip install cityhash==0.3.5.post4

cityhash 0.3.5.post32022-01-02T22:08:26Windows:

py -m pip install cityhash==0.3.5.post3

Unix/macOs:

pip install cityhash==0.3.5.post3

cityhash 0.3.5.post12022-01-02T10:24:10Windows:

py -m pip install cityhash==0.3.5.post1

Unix/macOs:

pip install cityhash==0.3.5.post1

cityhash 0.3.52022-01-02T02:52:10Windows:

py -m pip install cityhash==0.3.5

Unix/macOs:

pip install cityhash==0.3.5

cityhash 0.3.42022-01-02T01:41:22Windows:

py -m pip install cityhash==0.3.4

Unix/macOs:

pip install cityhash==0.3.4

cityhash 0.3.3.post22022-01-01T23:49:48Windows:

py -m pip install cityhash==0.3.3.post2

Unix/macOs:

pip install cityhash==0.3.3.post2

cityhash 0.3.3.post12022-01-01T23:04:23Windows:

py -m pip install cityhash==0.3.3.post1

Unix/macOs:

pip install cityhash==0.3.3.post1

cityhash 0.3.3.post02022-01-01T22:20:55Windows:

py -m pip install cityhash==0.3.3.post0

Unix/macOs:

pip install cityhash==0.3.3.post0

cityhash 0.3.32022-01-01T22:08:33Windows:

py -m pip install cityhash==0.3.3

Unix/macOs:

pip install cityhash==0.3.3

cityhash 0.3.2.post22022-01-01T21:35:57Windows:

py -m pip install cityhash==0.3.2.post2

Unix/macOs:

pip install cityhash==0.3.2.post2

cityhash 0.3.2.post12022-01-01T21:34:44Windows:

py -m pip install cityhash==0.3.2.post1

Unix/macOs:

pip install cityhash==0.3.2.post1

cityhash 0.3.2.post02022-01-01T21:33:47Windows:

py -m pip install cityhash==0.3.2.post0

Unix/macOs:

pip install cityhash==0.3.2.post0

cityhash 0.3.22022-01-01T20:53:44Windows:

py -m pip install cityhash==0.3.2

Unix/macOs:

pip install cityhash==0.3.2

cityhash 0.3.1.post02022-01-01T10:07:09Windows:

py -m pip install cityhash==0.3.1.post0

Unix/macOs:

pip install cityhash==0.3.1.post0

cityhash 0.3.12022-01-01T08:56:28Windows:

py -m pip install cityhash==0.3.1

Unix/macOs:

pip install cityhash==0.3.1

cityhash 0.3.0.post72022-01-01T02:36:54Windows:

py -m pip install cityhash==0.3.0.post7

Unix/macOs:

pip install cityhash==0.3.0.post7

cityhash 0.3.0.post62022-01-01T01:56:28Windows:

py -m pip install cityhash==0.3.0.post6

Unix/macOs:

pip install cityhash==0.3.0.post6

cityhash 0.3.0.post52022-01-01T01:26:40Windows:

py -m pip install cityhash==0.3.0.post5

Unix/macOs:

pip install cityhash==0.3.0.post5

cityhash 0.3.0.post42022-01-01T01:12:48Windows:

py -m pip install cityhash==0.3.0.post4

Unix/macOs:

pip install cityhash==0.3.0.post4

cityhash 0.3.0.post32021-12-31T09:54:10Windows:

py -m pip install cityhash==0.3.0.post3

Unix/macOs:

pip install cityhash==0.3.0.post3

cityhash 0.3.0.post22021-12-31T05:29:55Windows:

py -m pip install cityhash==0.3.0.post2

Unix/macOs:

pip install cityhash==0.3.0.post2

cityhash 0.3.0.post12021-12-30T23:08:19Windows:

py -m pip install cityhash==0.3.0.post1

Unix/macOs:

pip install cityhash==0.3.0.post1

cityhash 0.3.0.post02021-12-30T12:49:01Windows:

py -m pip install cityhash==0.3.0.post0

Unix/macOs:

pip install cityhash==0.3.0.post0

cityhash 0.3.02021-12-30T12:20:53Windows:

py -m pip install cityhash==0.3.0

Unix/macOs:

pip install cityhash==0.3.0

cityhash 0.2.4.post112021-12-30T10:41:21Windows:

py -m pip install cityhash==0.2.4.post11

Unix/macOs:

pip install cityhash==0.2.4.post11

cityhash 0.2.4.post102021-12-30T05:27:27Windows:

py -m pip install cityhash==0.2.4.post10

Unix/macOs:

pip install cityhash==0.2.4.post10

cityhash 0.2.4.post92021-12-29T23:04:25Windows:

py -m pip install cityhash==0.2.4.post9

Unix/macOs:

pip install cityhash==0.2.4.post9

cityhash 0.2.4.post82021-12-29T10:08:50Windows:

py -m pip install cityhash==0.2.4.post8

Unix/macOs:

pip install cityhash==0.2.4.post8

cityhash 0.2.4.post72021-12-29T09:36:21Windows:

py -m pip install cityhash==0.2.4.post7

Unix/macOs:

pip install cityhash==0.2.4.post7

cityhash 0.2.4.post62021-12-29T08:07:16Windows:

py -m pip install cityhash==0.2.4.post6

Unix/macOs:

pip install cityhash==0.2.4.post6

cityhash 0.2.4.post52021-12-29T08:01:51Windows:

py -m pip install cityhash==0.2.4.post5

Unix/macOs:

pip install cityhash==0.2.4.post5

cityhash 0.2.4.post42021-12-29T01:59:03Windows:

py -m pip install cityhash==0.2.4.post4

Unix/macOs:

pip install cityhash==0.2.4.post4

cityhash 0.2.4.post32021-12-28T21:38:21Windows:

py -m pip install cityhash==0.2.4.post3

Unix/macOs:

pip install cityhash==0.2.4.post3

cityhash 0.2.4.post22021-12-28T18:11:00Windows:

py -m pip install cityhash==0.2.4.post2

Unix/macOs:

pip install cityhash==0.2.4.post2

cityhash 0.2.4.post12021-12-28T07:19:33Windows:

py -m pip install cityhash==0.2.4.post1

Unix/macOs:

pip install cityhash==0.2.4.post1

cityhash 0.2.4.post02021-12-28T06:17:09Windows:

py -m pip install cityhash==0.2.4.post0

Unix/macOs:

pip install cityhash==0.2.4.post0

cityhash 0.2.42021-12-28T06:08:04Windows:

py -m pip install cityhash==0.2.4

Unix/macOs:

pip install cityhash==0.2.4

cityhash 0.2.3.post92017-07-16T07:35:37Windows:

py -m pip install cityhash==0.2.3.post9

Unix/macOs:

pip install cityhash==0.2.3.post9

cityhash 0.2.3.post82017-07-16T07:29:04Windows:

py -m pip install cityhash==0.2.3.post8

Unix/macOs:

pip install cityhash==0.2.3.post8

cityhash 0.2.3.post72017-07-16T02:09:11Windows:

py -m pip install cityhash==0.2.3.post7

Unix/macOs:

pip install cityhash==0.2.3.post7

cityhash 0.2.3.post62017-07-16T01:41:33Windows:

py -m pip install cityhash==0.2.3.post6

Unix/macOs:

pip install cityhash==0.2.3.post6

cityhash 0.2.3.post52017-07-16T01:34:57Windows:

py -m pip install cityhash==0.2.3.post5

Unix/macOs:

pip install cityhash==0.2.3.post5

cityhash 0.2.3.post42017-07-16T01:26:04Windows:

py -m pip install cityhash==0.2.3.post4

Unix/macOs:

pip install cityhash==0.2.3.post4

cityhash 0.2.3.post32017-07-15T23:23:33Windows:

py -m pip install cityhash==0.2.3.post3

Unix/macOs:

pip install cityhash==0.2.3.post3

cityhash 0.2.3.post22017-07-15T22:59:03Windows:

py -m pip install cityhash==0.2.3.post2

Unix/macOs:

pip install cityhash==0.2.3.post2

cityhash 0.2.3.post12017-07-15T22:13:33Windows:

py -m pip install cityhash==0.2.3.post1

Unix/macOs:

pip install cityhash==0.2.3.post1

cityhash 0.2.3.post02017-07-15T22:08:30Windows:

py -m pip install cityhash==0.2.3.post0

Unix/macOs:

pip install cityhash==0.2.3.post0

cityhash 0.2.32017-07-15T21:32:18Windows:

py -m pip install cityhash==0.2.3

Unix/macOs:

pip install cityhash==0.2.3

cityhash 0.2.22017-05-24T17:51:42Windows:

py -m pip install cityhash==0.2.2

Unix/macOs:

pip install cityhash==0.2.2

cityhash 0.2.1.post02017-05-23T00:53:01Windows:

py -m pip install cityhash==0.2.1.post0

Unix/macOs:

pip install cityhash==0.2.1.post0

cityhash 0.2.12017-05-20T02:47:06Windows:

py -m pip install cityhash==0.2.1

Unix/macOs:

pip install cityhash==0.2.1

cityhash 0.2.02017-05-20T02:19:22Windows:

py -m pip install cityhash==0.2.0

Unix/macOs:

pip install cityhash==0.2.0

cityhash 0.1.10.post02017-05-11T13:52:01Windows:

py -m pip install cityhash==0.1.10.post0

Unix/macOs:

pip install cityhash==0.1.10.post0

cityhash 0.1.102017-05-11T13:41:23Windows:

py -m pip install cityhash==0.1.10

Unix/macOs:

pip install cityhash==0.1.10

cityhash 0.1.92017-05-10T16:56:44Windows:

py -m pip install cityhash==0.1.9

Unix/macOs:

pip install cityhash==0.1.9

cityhash 0.1.82017-05-10T16:44:34Windows:

py -m pip install cityhash==0.1.8

Unix/macOs:

pip install cityhash==0.1.8

cityhash 0.1.72016-10-15T16:48:52Windows:

py -m pip install cityhash==0.1.7

Unix/macOs:

pip install cityhash==0.1.7

cityhash 0.1.62016-07-10T03:18:26Windows:

py -m pip install cityhash==0.1.6

Unix/macOs:

pip install cityhash==0.1.6

cityhash 0.1.52015-10-28T17:53:09Windows:

py -m pip install cityhash==0.1.5

Unix/macOs:

pip install cityhash==0.1.5

cityhash 0.1.42015-10-28T10:15:54Windows:

py -m pip install cityhash==0.1.4

Unix/macOs:

pip install cityhash==0.1.4

cityhash 0.1.32015-10-20T00:18:46Windows:

py -m pip install cityhash==0.1.3

Unix/macOs:

pip install cityhash==0.1.3

cityhash 0.1.22015-10-19T01:09:08Windows:

py -m pip install cityhash==0.1.2

Unix/macOs:

pip install cityhash==0.1.2

cityhash 0.1.12015-10-18T03:17:39Windows:

py -m pip install cityhash==0.1.1

Unix/macOs:

pip install cityhash==0.1.1

cityhash 0.1.02015-10-18T01:57:43Windows:

py -m pip install cityhash==0.1.0

Unix/macOs:

pip install cityhash==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_cityhash_downloaded_file>

On Unix/macOs:

pip install <path_to_cityhash_downloaded_file>


List distribution:

- cityhash-0.1.0-cp27-none-macosx_10_10_x86_64.whl
- cityhash-0.1.0.tar.gz
- cityhash-0.1.1-cp27-none-macosx_10_10_x86_64.whl
- cityhash-0.1.1.tar.gz
- cityhash-0.1.2-cp27-none-macosx_10_10_x86_64.whl
- cityhash-0.1.2.tar.gz
- cityhash-0.1.3-cp27-none-macosx_10_10_x86_64.whl
- cityhash-0.1.3.tar.gz
- cityhash-0.1.4.tar.gz
- cityhash-0.1.5-cp27-none-macosx_10_10_x86_64.whl
- cityhash-0.1.5.tar.gz
- cityhash-0.1.6.tar.gz
- cityhash-0.1.7.tar.gz
- cityhash-0.1.8.tar.gz
- cityhash-0.1.9.tar.gz
- cityhash-0.1.10.tar.gz
- cityhash-0.1.10.post0.tar.gz
- cityhash-0.2.0.tar.gz
- cityhash-0.2.1.tar.gz
- cityhash-0.2.1.post0.tar.gz
- cityhash-0.2.2.tar.gz
- cityhash-0.2.3.tar.gz
- cityhash-0.2.3.post0.tar.gz
- cityhash-0.2.3.post1.tar.gz
- cityhash-0.2.3.post2.tar.gz
- cityhash-0.2.3.post3.tar.gz
- cityhash-0.2.3.post4.tar.gz
- cityhash-0.2.3.post5.tar.gz
- cityhash-0.2.3.post6.tar.gz
- cityhash-0.2.3.post7.tar.gz
- cityhash-0.2.3.post8.tar.gz
- cityhash-0.2.3.post9.tar.gz
- cityhash-0.2.4.tar.gz
- cityhash-0.2.4.post0.tar.gz
- cityhash-0.2.4.post1.tar.gz
- cityhash-0.2.4.post2.tar.gz
- cityhash-0.2.4.post3.tar.gz
- cityhash-0.2.4.post4.tar.gz
- cityhash-0.2.4.post5.tar.gz
- cityhash-0.2.4.post6.tar.gz
- cityhash-0.2.4.post7.tar.gz
- cityhash-0.2.4.post8.tar.gz
- cityhash-0.2.4.post9.tar.gz
- cityhash-0.2.4.post10.tar.gz
- cityhash-0.2.4.post11.tar.gz
- cityhash-0.3.0.tar.gz
- cityhash-0.3.0.post0.tar.gz
- cityhash-0.3.0.post1.tar.gz
- cityhash-0.3.0.post2.tar.gz
- cityhash-0.3.0.post3.tar.gz
- cityhash-0.3.0.post4.tar.gz
- cityhash-0.3.0.post5.tar.gz
- cityhash-0.3.0.post6.tar.gz
- cityhash-0.3.0.post7.tar.gz
- cityhash-0.3.1-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.1-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.1-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.1-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.1-cp36-cp36m-win32.whl
- cityhash-0.3.1-cp36-cp36m-win_amd64.whl
- cityhash-0.3.1-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.1-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.1-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.1-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.1-cp37-cp37m-win32.whl
- cityhash-0.3.1-cp37-cp37m-win_amd64.whl
- cityhash-0.3.1-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.1-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.1-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.1-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.1-cp38-cp38-win32.whl
- cityhash-0.3.1-cp38-cp38-win_amd64.whl
- cityhash-0.3.1-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.1-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.1-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.1-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.1-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.1-cp39-cp39-win32.whl
- cityhash-0.3.1-cp39-cp39-win_amd64.whl
- cityhash-0.3.1.tar.gz
- cityhash-0.3.1.post0-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.1.post0-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.1.post0-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.1.post0-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.1.post0-cp36-cp36m-win32.whl
- cityhash-0.3.1.post0-cp36-cp36m-win_amd64.whl
- cityhash-0.3.1.post0-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.1.post0-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.1.post0-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.1.post0-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.1.post0-cp37-cp37m-win32.whl
- cityhash-0.3.1.post0-cp37-cp37m-win_amd64.whl
- cityhash-0.3.1.post0-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.1.post0-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.1.post0-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.1.post0-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.1.post0-cp38-cp38-win32.whl
- cityhash-0.3.1.post0-cp38-cp38-win_amd64.whl
- cityhash-0.3.1.post0-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.1.post0-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.1.post0-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.1.post0-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.1.post0-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.1.post0-cp39-cp39-win32.whl
- cityhash-0.3.1.post0-cp39-cp39-win_amd64.whl
- cityhash-0.3.1.post0.tar.gz
- cityhash-0.3.2-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.2-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.2-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.2-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.2.tar.gz
- cityhash-0.3.2.post0.tar.gz
- cityhash-0.3.2.post1.tar.gz
- cityhash-0.3.2.post2.tar.gz
- cityhash-0.3.3-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.3-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.3-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.3-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.3.tar.gz
- cityhash-0.3.3.post0.tar.gz
- cityhash-0.3.3.post1.tar.gz
- cityhash-0.3.3.post2-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.3.post2-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.3.post2-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.3.post2-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.3.post2-cp36-cp36m-win32.whl
- cityhash-0.3.3.post2-cp36-cp36m-win_amd64.whl
- cityhash-0.3.3.post2-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.3.post2-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.3.post2-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.3.post2-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.3.post2-cp37-cp37m-win32.whl
- cityhash-0.3.3.post2-cp37-cp37m-win_amd64.whl
- cityhash-0.3.3.post2-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.3.post2-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.3.post2-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.3.post2-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.3.post2-cp38-cp38-win32.whl
- cityhash-0.3.3.post2-cp38-cp38-win_amd64.whl
- cityhash-0.3.3.post2-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.3.post2-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.3.post2-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.3.post2-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.3.post2-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.3.post2-cp39-cp39-win32.whl
- cityhash-0.3.3.post2-cp39-cp39-win_amd64.whl
- cityhash-0.3.3.post2.tar.gz
- cityhash-0.3.4-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.4-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.4-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.4-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.4-cp36-cp36m-win32.whl
- cityhash-0.3.4-cp36-cp36m-win_amd64.whl
- cityhash-0.3.4-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.4-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.4-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.4-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.4-cp37-cp37m-win32.whl
- cityhash-0.3.4-cp37-cp37m-win_amd64.whl
- cityhash-0.3.4-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.4-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.4-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.4-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.4-cp38-cp38-win32.whl
- cityhash-0.3.4-cp38-cp38-win_amd64.whl
- cityhash-0.3.4-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.4-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.4-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.4-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.4-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.4-cp39-cp39-win32.whl
- cityhash-0.3.4-cp39-cp39-win_amd64.whl
- cityhash-0.3.4.tar.gz
- cityhash-0.3.5-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.5-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.5-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.5-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.5-cp36-cp36m-win32.whl
- cityhash-0.3.5-cp36-cp36m-win_amd64.whl
- cityhash-0.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.5-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.5-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.5-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.5-cp37-cp37m-win32.whl
- cityhash-0.3.5-cp37-cp37m-win_amd64.whl
- cityhash-0.3.5-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.5-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.5-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.5-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.5-cp38-cp38-win32.whl
- cityhash-0.3.5-cp38-cp38-win_amd64.whl
- cityhash-0.3.5-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.5-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.5-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.5-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.5-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.5-cp39-cp39-win32.whl
- cityhash-0.3.5-cp39-cp39-win_amd64.whl
- cityhash-0.3.5.tar.gz
- cityhash-0.3.5.post1-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post1-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.5.post1-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.5.post1-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.5.post1-cp36-cp36m-win32.whl
- cityhash-0.3.5.post1-cp36-cp36m-win_amd64.whl
- cityhash-0.3.5.post1-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post1-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.5.post1-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.5.post1-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.5.post1-cp37-cp37m-win32.whl
- cityhash-0.3.5.post1-cp37-cp37m-win_amd64.whl
- cityhash-0.3.5.post1-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post1-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.5.post1-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.5.post1-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.5.post1-cp38-cp38-win32.whl
- cityhash-0.3.5.post1-cp38-cp38-win_amd64.whl
- cityhash-0.3.5.post1-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post1-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.5.post1-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.5.post1-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.5.post1-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.5.post1-cp39-cp39-win32.whl
- cityhash-0.3.5.post1-cp39-cp39-win_amd64.whl
- cityhash-0.3.5.post1.tar.gz
- cityhash-0.3.5.post3-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post3-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.5.post3-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.5.post3-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.5.post3-cp36-cp36m-win32.whl
- cityhash-0.3.5.post3-cp36-cp36m-win_amd64.whl
- cityhash-0.3.5.post3-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post3-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.5.post3-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.5.post3-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.5.post3-cp37-cp37m-win32.whl
- cityhash-0.3.5.post3-cp37-cp37m-win_amd64.whl
- cityhash-0.3.5.post3-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post3-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.5.post3-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.5.post3-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.5.post3-cp38-cp38-win32.whl
- cityhash-0.3.5.post3-cp38-cp38-win_amd64.whl
- cityhash-0.3.5.post3-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post3-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.5.post3-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.5.post3-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.5.post3-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.5.post3-cp39-cp39-win32.whl
- cityhash-0.3.5.post3-cp39-cp39-win_amd64.whl
- cityhash-0.3.5.post3.tar.gz
- cityhash-0.3.5.post4-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post4-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.5.post4-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.5.post4-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.5.post4-cp36-cp36m-win32.whl
- cityhash-0.3.5.post4-cp36-cp36m-win_amd64.whl
- cityhash-0.3.5.post4-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post4-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.5.post4-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.5.post4-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.5.post4-cp37-cp37m-win32.whl
- cityhash-0.3.5.post4-cp37-cp37m-win_amd64.whl
- cityhash-0.3.5.post4-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post4-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.5.post4-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.5.post4-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.5.post4-cp38-cp38-win32.whl
- cityhash-0.3.5.post4-cp38-cp38-win_amd64.whl
- cityhash-0.3.5.post4-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.5.post4-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.5.post4-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.5.post4-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.5.post4-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.5.post4-cp39-cp39-win32.whl
- cityhash-0.3.5.post4-cp39-cp39-win_amd64.whl
- cityhash-0.3.5.post4.tar.gz
- cityhash-0.3.6-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.6-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.6-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.6-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.6-cp36-cp36m-win32.whl
- cityhash-0.3.6-cp36-cp36m-win_amd64.whl
- cityhash-0.3.6-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.6-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.6-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.6-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.6-cp37-cp37m-win32.whl
- cityhash-0.3.6-cp37-cp37m-win_amd64.whl
- cityhash-0.3.6-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.6-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.6-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.6-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.6-cp38-cp38-win32.whl
- cityhash-0.3.6-cp38-cp38-win_amd64.whl
- cityhash-0.3.6-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.6-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.6-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.6-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.6-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.6-cp39-cp39-win32.whl
- cityhash-0.3.6-cp39-cp39-win_amd64.whl
- cityhash-0.3.6.tar.gz
- cityhash-0.3.7-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.7-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.7-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.7-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.7-cp36-cp36m-win32.whl
- cityhash-0.3.7-cp36-cp36m-win_amd64.whl
- cityhash-0.3.7-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.7-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.7-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.7-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.7-cp37-cp37m-win32.whl
- cityhash-0.3.7-cp37-cp37m-win_amd64.whl
- cityhash-0.3.7-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.7-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.7-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.7-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.7-cp38-cp38-win32.whl
- cityhash-0.3.7-cp38-cp38-win_amd64.whl
- cityhash-0.3.7-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.7-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.7-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.7-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.7-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.7-cp39-cp39-win32.whl
- cityhash-0.3.7-cp39-cp39-win_amd64.whl
- cityhash-0.3.7.tar.gz
- cityhash-0.3.8-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.3.8-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.3.8-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.3.8-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.3.8-cp36-cp36m-win32.whl
- cityhash-0.3.8-cp36-cp36m-win_amd64.whl
- cityhash-0.3.8-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.3.8-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.3.8-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.3.8-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.3.8-cp37-cp37m-win32.whl
- cityhash-0.3.8-cp37-cp37m-win_amd64.whl
- cityhash-0.3.8-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.3.8-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.3.8-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.3.8-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.3.8-cp38-cp38-win32.whl
- cityhash-0.3.8-cp38-cp38-win_amd64.whl
- cityhash-0.3.8-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.3.8-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.3.8-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.3.8-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.3.8-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.3.8-cp39-cp39-win32.whl
- cityhash-0.3.8-cp39-cp39-win_amd64.whl
- cityhash-0.3.8.tar.gz
- cityhash-0.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.4.0-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.4.0-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.4.0-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.4.0-cp36-cp36m-win32.whl
- cityhash-0.4.0-cp36-cp36m-win_amd64.whl
- cityhash-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.4.0-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.4.0-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.4.0-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.4.0-cp37-cp37m-win32.whl
- cityhash-0.4.0-cp37-cp37m-win_amd64.whl
- cityhash-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.4.0-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.4.0-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.4.0-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.4.0-cp38-cp38-win32.whl
- cityhash-0.4.0-cp38-cp38-win_amd64.whl
- cityhash-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.4.0-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.4.0-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.4.0-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.4.0-cp39-cp39-win32.whl
- cityhash-0.4.0-cp39-cp39-win_amd64.whl
- cityhash-0.4.0.tar.gz
- cityhash-0.4.0.post0-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post0-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.4.0.post0-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.4.0.post0-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.4.0.post0-cp36-cp36m-win32.whl
- cityhash-0.4.0.post0-cp36-cp36m-win_amd64.whl
- cityhash-0.4.0.post0-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post0-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.4.0.post0-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.4.0.post0-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.4.0.post0-cp37-cp37m-win32.whl
- cityhash-0.4.0.post0-cp37-cp37m-win_amd64.whl
- cityhash-0.4.0.post0-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post0-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.4.0.post0-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.4.0.post0-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.4.0.post0-cp38-cp38-win32.whl
- cityhash-0.4.0.post0-cp38-cp38-win_amd64.whl
- cityhash-0.4.0.post0-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post0-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.4.0.post0-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.4.0.post0-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.4.0.post0-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.4.0.post0-cp39-cp39-win32.whl
- cityhash-0.4.0.post0-cp39-cp39-win_amd64.whl
- cityhash-0.4.0.post0.tar.gz
- cityhash-0.4.0.post1-cp36-cp36m-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post1-cp36-cp36m-manylinux1_x86_64.whl
- cityhash-0.4.0.post1-cp36-cp36m-manylinux2010_x86_64.whl
- cityhash-0.4.0.post1-cp36-cp36m-manylinux2014_aarch64.whl
- cityhash-0.4.0.post1-cp36-cp36m-win32.whl
- cityhash-0.4.0.post1-cp36-cp36m-win_amd64.whl
- cityhash-0.4.0.post1-cp37-cp37m-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post1-cp37-cp37m-manylinux1_x86_64.whl
- cityhash-0.4.0.post1-cp37-cp37m-manylinux2010_x86_64.whl
- cityhash-0.4.0.post1-cp37-cp37m-manylinux2014_aarch64.whl
- cityhash-0.4.0.post1-cp37-cp37m-win32.whl
- cityhash-0.4.0.post1-cp37-cp37m-win_amd64.whl
- cityhash-0.4.0.post1-cp38-cp38-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post1-cp38-cp38-manylinux1_x86_64.whl
- cityhash-0.4.0.post1-cp38-cp38-manylinux2010_x86_64.whl
- cityhash-0.4.0.post1-cp38-cp38-manylinux2014_aarch64.whl
- cityhash-0.4.0.post1-cp38-cp38-win32.whl
- cityhash-0.4.0.post1-cp38-cp38-win_amd64.whl
- cityhash-0.4.0.post1-cp39-cp39-macosx_10_9_x86_64.whl
- cityhash-0.4.0.post1-cp39-cp39-macosx_11_0_arm64.whl
- cityhash-0.4.0.post1-cp39-cp39-manylinux1_x86_64.whl
- cityhash-0.4.0.post1-cp39-cp39-manylinux2010_x86_64.whl
- cityhash-0.4.0.post1-cp39-cp39-manylinux2014_aarch64.whl
- cityhash-0.4.0.post1-cp39-cp39-win32.whl
- cityhash-0.4.0.post1-cp39-cp39-win_amd64.whl
- cityhash-0.4.0.post1.tar.gz
- cityhash-0.4.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp36-cp36m-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp36-cp36m-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp36-cp36m-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp36-cp36m-win32.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp36-cp36m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp37-cp37m-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp37-cp37m-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp37-cp37m-win32.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp37-cp37m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp38-cp38-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp38-cp38-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp38-cp38-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp38-cp38-win32.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp38-cp38-win_amd64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp39-cp39-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp39-cp39-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp39-cp39-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp39-cp39-win32.whl (python version >=3.6)
- cityhash-0.4.0.post2-cp39-cp39-win_amd64.whl (python version >=3.6)
- cityhash-0.4.0.post2.tar.gz (python version >=3.6)
- cityhash-0.4.1-cp36-cp36m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp36-cp36m-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp36-cp36m-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp36-cp36m-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.1-cp36-cp36m-win32.whl (python version >=3.6)
- cityhash-0.4.1-cp36-cp36m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.1-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp37-cp37m-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp37-cp37m-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.1-cp37-cp37m-win32.whl (python version >=3.6)
- cityhash-0.4.1-cp37-cp37m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.1-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp38-cp38-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp38-cp38-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp38-cp38-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.1-cp38-cp38-win32.whl (python version >=3.6)
- cityhash-0.4.1-cp38-cp38-win_amd64.whl (python version >=3.6)
- cityhash-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.1-cp39-cp39-manylinux1_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp39-cp39-manylinux2010_x86_64.whl (python version >=3.6)
- cityhash-0.4.1-cp39-cp39-manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.1-cp39-cp39-win32.whl (python version >=3.6)
- cityhash-0.4.1-cp39-cp39-win_amd64.whl (python version >=3.6)
- cityhash-0.4.1.tar.gz (python version >=3.6)
- cityhash-0.4.2-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp310-cp310-win32.whl (python version >=3.6)
- cityhash-0.4.2-cp310-cp310-win_amd64.whl (python version >=3.6)
- cityhash-0.4.2-cp36-cp36m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp36-cp36m-win32.whl (python version >=3.6)
- cityhash-0.4.2-cp36-cp36m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.2-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp37-cp37m-win32.whl (python version >=3.6)
- cityhash-0.4.2-cp37-cp37m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.2-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp38-cp38-win32.whl (python version >=3.6)
- cityhash-0.4.2-cp38-cp38-win_amd64.whl (python version >=3.6)
- cityhash-0.4.2-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.2-cp39-cp39-win32.whl (python version >=3.6)
- cityhash-0.4.2-cp39-cp39-win_amd64.whl (python version >=3.6)
- cityhash-0.4.2.tar.gz (python version >=3.6)
- cityhash-0.4.3-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp310-cp310-win32.whl (python version >=3.6)
- cityhash-0.4.3-cp310-cp310-win_amd64.whl (python version >=3.6)
- cityhash-0.4.3-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp311-cp311-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp311-cp311-win32.whl (python version >=3.6)
- cityhash-0.4.3-cp311-cp311-win_amd64.whl (python version >=3.6)
- cityhash-0.4.3-cp36-cp36m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp36-cp36m-win32.whl (python version >=3.6)
- cityhash-0.4.3-cp36-cp36m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.3-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp37-cp37m-win32.whl (python version >=3.6)
- cityhash-0.4.3-cp37-cp37m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.3-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp38-cp38-win32.whl (python version >=3.6)
- cityhash-0.4.3-cp38-cp38-win_amd64.whl (python version >=3.6)
- cityhash-0.4.3-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.3-cp39-cp39-win32.whl (python version >=3.6)
- cityhash-0.4.3-cp39-cp39-win_amd64.whl (python version >=3.6)
- cityhash-0.4.3.tar.gz (python version >=3.6)
- cityhash-0.4.4-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp310-cp310-win32.whl (python version >=3.6)
- cityhash-0.4.4-cp310-cp310-win_amd64.whl (python version >=3.6)
- cityhash-0.4.4-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp311-cp311-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp311-cp311-win32.whl (python version >=3.6)
- cityhash-0.4.4-cp311-cp311-win_amd64.whl (python version >=3.6)
- cityhash-0.4.4-cp36-cp36m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp36-cp36m-win32.whl (python version >=3.6)
- cityhash-0.4.4-cp36-cp36m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.4-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp37-cp37m-win32.whl (python version >=3.6)
- cityhash-0.4.4-cp37-cp37m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.4-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp38-cp38-win32.whl (python version >=3.6)
- cityhash-0.4.4-cp38-cp38-win_amd64.whl (python version >=3.6)
- cityhash-0.4.4-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.4-cp39-cp39-win32.whl (python version >=3.6)
- cityhash-0.4.4-cp39-cp39-win_amd64.whl (python version >=3.6)
- cityhash-0.4.4.tar.gz (python version >=3.6)
- cityhash-0.4.5-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp310-cp310-win32.whl (python version >=3.6)
- cityhash-0.4.5-cp310-cp310-win_amd64.whl (python version >=3.6)
- cityhash-0.4.5-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp311-cp311-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp311-cp311-win32.whl (python version >=3.6)
- cityhash-0.4.5-cp311-cp311-win_amd64.whl (python version >=3.6)
- cityhash-0.4.5-cp36-cp36m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp36-cp36m-win32.whl (python version >=3.6)
- cityhash-0.4.5-cp36-cp36m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.5-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp37-cp37m-win32.whl (python version >=3.6)
- cityhash-0.4.5-cp37-cp37m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.5-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp38-cp38-win32.whl (python version >=3.6)
- cityhash-0.4.5-cp38-cp38-win_amd64.whl (python version >=3.6)
- cityhash-0.4.5-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.5-cp39-cp39-win32.whl (python version >=3.6)
- cityhash-0.4.5-cp39-cp39-win_amd64.whl (python version >=3.6)
- cityhash-0.4.5.tar.gz (python version >=3.6)
- cityhash-0.4.6-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp310-cp310-win32.whl (python version >=3.6)
- cityhash-0.4.6-cp310-cp310-win_amd64.whl (python version >=3.6)
- cityhash-0.4.6-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp311-cp311-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp311-cp311-win32.whl (python version >=3.6)
- cityhash-0.4.6-cp311-cp311-win_amd64.whl (python version >=3.6)
- cityhash-0.4.6-cp36-cp36m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp36-cp36m-win32.whl (python version >=3.6)
- cityhash-0.4.6-cp36-cp36m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.6-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp37-cp37m-win32.whl (python version >=3.6)
- cityhash-0.4.6-cp37-cp37m-win_amd64.whl (python version >=3.6)
- cityhash-0.4.6-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp38-cp38-win32.whl (python version >=3.6)
- cityhash-0.4.6-cp38-cp38-win_amd64.whl (python version >=3.6)
- cityhash-0.4.6-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.6)
- cityhash-0.4.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (python version >=3.6)
- cityhash-0.4.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.6)
- cityhash-0.4.6-cp39-cp39-win32.whl (python version >=3.6)
- cityhash-0.4.6-cp39-cp39-win_amd64.whl (python version >=3.6)
- cityhash-0.4.6.tar.gz (python version >=3.6)


Project link:

- Homepage
- Download