Skip to main content

HashMap

为python创建的hashmap

使用方法

安装

pip install thzhashmap

使用

from thzhashmap.hashmap import PyHashMap #please notice the package name
hmap = PyHashMap()
#插入
hmap.put("用户名","I am github cor edev")
hmap.put("密码","123456")

#查询
res = hmap.get("用户名")

#删除
hmap.remove("用户名")

#打印哈希表
hmap.print()

许可证

MIT

邮箱

tianhuzog@qq.com

Release files for ThzHashMap 1.0.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for ThzHashMap 1.0.6
File
ThzHashMap-1.0.6-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
ThzHashMap-1.0.6-cp312-cp312-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.35+ x86-64, Linux glibc 2.34+ x86-64 Details
ThzHashMap-1.0.6-cp312-cp312-macosx_10_9_universal2.whl CPython 3.12 CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64) Details
ThzHashMap-1.0.6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
ThzHashMap-1.0.6-cp311-cp311-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.35+ x86-64, Linux glibc 2.34+ x86-64 Details
ThzHashMap-1.0.6-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
ThzHashMap-1.0.6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
ThzHashMap-1.0.6-cp310-cp310-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.34+ x86-64, Linux glibc 2.35+ x86-64 Details
ThzHashMap-1.0.6-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
ThzHashMap-1.0.6-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
ThzHashMap-1.0.6-cp39-cp39-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.34+ x86-64, Linux glibc 2.35+ x86-64 Details
ThzHashMap-1.0.6-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details
ThzHashMap-1.0.6-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
ThzHashMap-1.0.6-cp38-cp38-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.35+ x86-64, Linux glibc 2.34+ x86-64 Details
ThzHashMap-1.0.6-cp38-cp38-macosx_11_0_universal2.whl CPython 3.8 CPython 3.8 macOS 11.0+ universal2 (ARM64, x86-64) Details

Total release size: 1.4 MB

Release files / ThzHashMap-1.0.6-cp312-cp312-win_amd64.whl

Download URL ThzHashMap-1.0.6-cp312-cp312-win_amd64.whl
Size 29.5 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
150d4e54c8d9076baa35e9713047a67c5021c84c20eef89cfad179f78a049bc8
BLAKE2b-256 checksum
How to use checksums
29def79125651370e8bc1a0ef5f79d8f4823e620d110d4ec41d1bca660dc0469
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp312-cp312-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl

Download URL ThzHashMap-1.0.6-cp312-cp312-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Size 204.9 kB
Tags CPython 3.12 Linux glibc 2.34+ x86-64 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
cfe75a595d4583efc5f41fd30b7c9c37e15c893163419bd65ae3a2d37da94ef5
BLAKE2b-256 checksum
How to use checksums
2d7441213c1214e7ceeb19e2c3c4313872329d1be3ad5cdf0de0089e34a6c977
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp312-cp312-macosx_10_9_universal2.whl

Download URL ThzHashMap-1.0.6-cp312-cp312-macosx_10_9_universal2.whl
Size 56.8 kB
Tags CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
724db5d294dc2e0c18b8635faf4ea7e70a658d56ddcf7576cb326cee064642b7
BLAKE2b-256 checksum
How to use checksums
4064577997c2eba458d1e4741ac6b08b2c6fb5dd2877479f3d5c858611d625a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp311-cp311-win_amd64.whl

Download URL ThzHashMap-1.0.6-cp311-cp311-win_amd64.whl
Size 29.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
195a1503fe803b7ffe94026556cfd1d48d967d7c289cfd02e8f602b231e0ff23
BLAKE2b-256 checksum
How to use checksums
542fa6c359d0517eeca4df48495eb3ec057b33ca75b9c2e23dc01ee50594aee4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp311-cp311-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl

Download URL ThzHashMap-1.0.6-cp311-cp311-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Size 200.0 kB
Tags CPython 3.11 Linux glibc 2.34+ x86-64 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
6c9b32898450cbf93bcbbefafa0be75bf2382f5cbad1c932b87af38236dfb239
BLAKE2b-256 checksum
How to use checksums
ec34b537b53ec9cc372127cf711591fcd431ba5b07945c01a475a88370af4162
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp311-cp311-macosx_10_9_universal2.whl

Download URL ThzHashMap-1.0.6-cp311-cp311-macosx_10_9_universal2.whl
Size 56.3 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
4c580fe59e5dce34ef21dcbd0a9bba395a9169f5456feb177a38d4b967672d1e
BLAKE2b-256 checksum
How to use checksums
3773cba3fc1775dd1734138bc0066c1c2887364f7ddd134888c0b29909f0e084
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp310-cp310-win_amd64.whl

Download URL ThzHashMap-1.0.6-cp310-cp310-win_amd64.whl
Size 29.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
d4b6dc72f6c5e266a80e6df1455b3106afa4ecfd0bf434b8cd454315792899df
BLAKE2b-256 checksum
How to use checksums
ecb337f5066ab179865444c8f1c26a538efd8ecdca5f253c3ba66532b6582db3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp310-cp310-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl

Download URL ThzHashMap-1.0.6-cp310-cp310-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Size 191.8 kB
Tags CPython 3.10 Linux glibc 2.34+ x86-64 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
0c24ec50272e77776ce081ac73b7e6b35eaaa6b6ca526032267e81edb6f88e05
BLAKE2b-256 checksum
How to use checksums
346c8446cd9053f4d27ab6cf6d7f584a13b738498013561932572b09286e18df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp310-cp310-macosx_10_9_universal2.whl

Download URL ThzHashMap-1.0.6-cp310-cp310-macosx_10_9_universal2.whl
Size 56.3 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
505d62eb074725905df869d56bf88aa7a18e93cba187a9881149a5e3d4f175b0
BLAKE2b-256 checksum
How to use checksums
fa17786f6eca8d28ebae1f1691b650ed988a14d1a32defbd1a59e415d237d0ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp39-cp39-win_amd64.whl

Download URL ThzHashMap-1.0.6-cp39-cp39-win_amd64.whl
Size 34.9 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
94772f23f2b504d16c27c22ea858c8001b7a036fbe3b4fbc7ab657eb7c6b69a5
BLAKE2b-256 checksum
How to use checksums
eeab5b4873c90e1a1ede8228a6ddfd395a33bf710a849a66dbc46d1e0e100361
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp39-cp39-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl

Download URL ThzHashMap-1.0.6-cp39-cp39-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Size 197.0 kB
Tags CPython 3.9 Linux glibc 2.34+ x86-64 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
7260db80ed387223f621f46bf3bd48789de5345bb5fd1ba7bf31a3b2a7accb7b
BLAKE2b-256 checksum
How to use checksums
88511ac4ea027d12b6264c82b740958313826b460e8cb74053377e4556f933db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp39-cp39-macosx_10_9_universal2.whl

Download URL ThzHashMap-1.0.6-cp39-cp39-macosx_10_9_universal2.whl
Size 58.7 kB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0f70fe9c0c097ce888fedcace39ac0a77d0fb3ac5cd42de06342c69a247b5a8f
BLAKE2b-256 checksum
How to use checksums
f6147fe964ff6ad7caa38b9ae0281c7f4348003b4fb901bd737eacc41f7a9cff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp38-cp38-win_amd64.whl

Download URL ThzHashMap-1.0.6-cp38-cp38-win_amd64.whl
Size 35.1 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
f82efea12bd33165c6f5d8f8178209ac23c2c1f0e10d8a9071c9bd223f56ba5d
BLAKE2b-256 checksum
How to use checksums
342824aa33fd8b931e15725270989d80444af660aeac09fd988d3c9146f23afa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp38-cp38-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl

Download URL ThzHashMap-1.0.6-cp38-cp38-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Size 196.4 kB
Tags CPython 3.8 Linux glibc 2.34+ x86-64 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
7d9e26f9c3908931771ffbaf52c32d0c21dec2db52dda09335d9fa60e1fe46e4
BLAKE2b-256 checksum
How to use checksums
508cc2f95355afb757d79cbcf93df7537b96a44a26e42a8189f01efa43aaaa32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / ThzHashMap-1.0.6-cp38-cp38-macosx_11_0_universal2.whl

Download URL ThzHashMap-1.0.6-cp38-cp38-macosx_11_0_universal2.whl
Size 59.4 kB
Tags CPython 3.8 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
ab3dc6c2677a2cc6418146c17f3fac677bf32d462ce03ae859f0a966b47b9d4b
BLAKE2b-256 checksum
How to use checksums
57b59db21cead5aa5e0171bc97875c45415beb92512ba5d4da58da0ba008926f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.4

Release history Release notifications | RSS feed

This release

1.0.6 This release

15 release files

1.0.3

15 release files

1.0.2

15 release files

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page