Includes implementations of Python collection types that don't require hashability.
Project description
Non-Hashing Python Collections
As well all know, hash-based collections are a scourge upon the world (/s), so this library contains implementations of common Python collections that would usually require hashability of its elements, but without that requirement.
So... Why?
Python's set, dict, and a few other collections require their elements to be hashable, but sometimes types are not hashable.
Perhaps they could be, and even should be, but they aren't.
This library allows you use such types in typically hashed collections.
Also these implementations are natually insertion order preserving.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file non_hashing_collections-0.1.dev0.tar.gz.
File metadata
- Download URL: non_hashing_collections-0.1.dev0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82f3a1ad870f4f72e63891148ad5a1ddefeb85fda3ea25db8f59409c72877334
|
|
| MD5 |
b9d6cc53d215f2a559e102fcb5e139af
|
|
| BLAKE2b-256 |
f5edfd5ada39f161465dce43b0a15c4bd926efec4053357f0d54cc48497b96fd
|
File details
Details for the file non_hashing_collections-0.1.dev0-py3-none-any.whl.
File metadata
- Download URL: non_hashing_collections-0.1.dev0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fab896f90850c0c34ac15ba5994c8b934e06fae665fd6ada29db5580abf03f33
|
|
| MD5 |
3bbf91123de5694b155bd5f94dd6351f
|
|
| BLAKE2b-256 |
3985afee69431fc9232890a65cd9443bd974828b2cd7208ae12c77e82b85f7ff
|