Shuffles a dict
Project description
Shuffles a dict
from shuffdi import shuffle_dict
print(dict([('sape', 4139), ('guido', 4127), ('jack', 4098)]))
print(shuffle_dict(dict([('sape', 4139), ('guido', 4127), ('jack', 4098)])))
{'sape': 4139, 'guido': 4127, 'jack': 4098}
{'guido': 4127, 'sape': 4139, 'jack': 4098}
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
shuffdi-0.10.tar.gz
(2.9 kB
view details)
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 shuffdi-0.10.tar.gz.
File metadata
- Download URL: shuffdi-0.10.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdbc3e688ef441195897e30bad74c5529a22419b1253673a0289cc7066b40c55
|
|
| MD5 |
6b04752f7c1ff7d875dfb777e00a78a4
|
|
| BLAKE2b-256 |
c6acf4d9bc25bd9b500e50a21129ddb811ebb7bc76792f3a2d268c604cd4ca01
|
File details
Details for the file shuffdi-0.10-py3-none-any.whl.
File metadata
- Download URL: shuffdi-0.10-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bc7f412cd72b56fc59b74bc80dbb73a44341c98597c76e624b06aaa0bcafc7e
|
|
| MD5 |
024cc69f57002aeb4f654ef17f333603
|
|
| BLAKE2b-256 |
34f9fc5128ed44d0d38ad536f0df88b21a39dffd566fd5c7cb5518714df9564f
|