Skip to main content

由天狐宗开发的哈希表,仅供学习

Project description

HashMap

为python创建的hashmap

使用方法

安装

pip install thzhashmap

使用

from 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

ThzHashMap-1.0.2-cp312-cp312-win_amd64.whl (31.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

ThzHashMap-1.0.2-cp312-cp312-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl (226.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.34+ x86-64 manylinux: glibc 2.35+ x86-64

ThzHashMap-1.0.2-cp312-cp312-macosx_10_9_universal2.whl (61.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

ThzHashMap-1.0.2-cp311-cp311-win_amd64.whl (31.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

ThzHashMap-1.0.2-cp311-cp311-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl (221.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.34+ x86-64 manylinux: glibc 2.35+ x86-64

ThzHashMap-1.0.2-cp311-cp311-macosx_10_9_universal2.whl (60.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

ThzHashMap-1.0.2-cp310-cp310-win_amd64.whl (31.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

ThzHashMap-1.0.2-cp310-cp310-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl (211.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.34+ x86-64 manylinux: glibc 2.35+ x86-64

ThzHashMap-1.0.2-cp310-cp310-macosx_10_9_universal2.whl (60.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

ThzHashMap-1.0.2-cp39-cp39-win_amd64.whl (38.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

ThzHashMap-1.0.2-cp39-cp39-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl (217.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.34+ x86-64 manylinux: glibc 2.35+ x86-64

ThzHashMap-1.0.2-cp39-cp39-macosx_10_9_universal2.whl (63.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

ThzHashMap-1.0.2-cp38-cp38-win_amd64.whl (39.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

ThzHashMap-1.0.2-cp38-cp38-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl (217.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.34+ x86-64 manylinux: glibc 2.35+ x86-64

ThzHashMap-1.0.2-cp38-cp38-macosx_11_0_universal2.whl (63.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ universal2 (ARM64, x86-64)

File details

Details for the file ThzHashMap-1.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cd2658de129e982fa032f8e982132816bdccdd2166f36c1493bf535a350e2052
MD5 f45e6d21c305a0372af24fba8e7d3dee
BLAKE2b-256 ab9ef40e54537f18194feb5b13b6e4068daf3a5278afd480ee76386d8fa0110b

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp312-cp312-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp312-cp312-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 d20def4b4391c3973538881c73c2b82454d9dc7dfdefb6a5b40ed88797ecc957
MD5 2b64ad71924f3f786d367829b8e840bf
BLAKE2b-256 89ecd86c4c3ece720f95f060bae2a27ebcc4d296138f03a93a78fb7390697994

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 afed017b8b81bfb813119b858fda4b4091dcad6ae9eaa7f12ab06809fd58177d
MD5 639db53058c79a296ed763850a7b342f
BLAKE2b-256 6087ae7c12ee6b26df4d59bf24d4fdf700fd834dcf96f19a247548aaaa1ffd2c

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8846f8154147e0160ce422406bec3eee23ce7a73a56b2c6eec428a43c6f0aed9
MD5 94a43d96b2c4678eb3e9780d7c0831cc
BLAKE2b-256 6e53596340131cc47b77cd51cc26ce55bdec052e72101f9f4c9faf6bdbca69e3

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp311-cp311-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp311-cp311-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 fc6fff8ae43b6528631d6d89e3827b3463b520dc1066b2160b36b879645950db
MD5 a01564970197f03f96e12373c42c3dc2
BLAKE2b-256 6c5626ed22841c51bcc3f362c73549c6318e70f378b87eb9e20c40f26380447a

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cbcbf2820e69d86cdd286c0085302e4c09cc5d937e8d25110eb0afecb749a762
MD5 88a0f662eb72bb54ee3853c146ac7cfa
BLAKE2b-256 428e3b626236fe7e2f4887101a13af28aea6cb4ca4b51b470e4a1c5f0d31b3af

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8eed7d06ad18532ab9da146cf9fc7f82c347a3d6151d1bcf8835fdd9ea4aaec8
MD5 c88eed9d6e43afbe886fe5b80167f708
BLAKE2b-256 441069ca005f04fd2bc89b8d8460f2a0a8ee7bbeee89731bdb677040af323e85

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp310-cp310-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp310-cp310-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 c6bc031cddc1463b2b64fdc7dad40a5c69947434e26a13e999872891d413efeb
MD5 fc7f0fb8d5126385c3ffcae70ccc16b7
BLAKE2b-256 dab5b8f9785bae46b63fa29a833c6007e17b78c859101712b0289d49cc63e0c8

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1a63fd731b0f12f0d44ff6a5213b24cb4b65d934d95c6001c3f3cf8f4e2ec2c6
MD5 3141ec189761f53edaa5a25297ee1911
BLAKE2b-256 28136711e6b559582d165050376537145181398331d37df1fbaf9c1b213f42d9

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 edb82b492bfcb63c10a3e367029cf84e66085ef762b90bf1d429a12cf02dfdf9
MD5 2f9324ffd72806485de446d5cf95e28f
BLAKE2b-256 c97a9a8efeb161df7ee5ec21933ecd4cd1213d982c167d1f76a9a05e2e4609b1

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp39-cp39-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp39-cp39-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 e8d4aaf083f60a7d34b8cf22da0e8dd4e9a71ce0e9efb3a5d93adac40cabecb5
MD5 341c5f035a08df8f613b2de1d2fca752
BLAKE2b-256 80006b7246d14b0c32124718cae0680612a4c70e3f02c7938441dcaf78b8f7eb

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8a2bd5a21c4261a7ca15b69975d14103132b8807c186ef51f0b5d7482cf8d38d
MD5 7c9af460273e29c85ecbb6a143d24788
BLAKE2b-256 a898adfba5dd0eb3cd85d8cdef76c16ced7509793f8f4d5663c7565b83f92468

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9dd45a410d37568c6b81082cca2fbc156e507db63a856e23df8838eb3c22e3cf
MD5 20d5f6fbee4cc5ce895dc9468a58b64d
BLAKE2b-256 5c80d68a0b00705e5cfc93578b5af682ceb563ddea46c27669d5ccff90b2728e

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp38-cp38-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp38-cp38-manylinux_2_34_x86_64.manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 d9315cf620e7dc687178f9d16c1f627326f1b0a026ba6cb9ba7a3bca0a40598a
MD5 49ecd010b902f58b975bbe54940c17b9
BLAKE2b-256 bd5385e3f532f75e6369e342c4a67659c6074c303aa22776ae744ee40ec7bc0d

See more details on using hashes here.

File details

Details for the file ThzHashMap-1.0.2-cp38-cp38-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for ThzHashMap-1.0.2-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a6ab710884ce0b4c104434f93ed3392ce2632cdb75f3b47d6c0df6ee1e47f3ee
MD5 3654bf9d6ddeb99566b5423ec00b3d0f
BLAKE2b-256 b95be0ed2351b70071bbbf6a8fcb0f2bced022f8c732f73c574286be117f9d33

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page