Howe-style dicts
Project description
Overview
The judson project contains the judson function. This function creates a dictionary from two iterators of the same length using the howe project. The judson project is named for W. L. Judson, one of the inventors of the zipper.
Installation
To install judson, you can use pip. Open your terminal and run:
pip install judson
Example
# Import the judson function from the judson package
from judson import judson
# Example iterators (can be lists, tuples, or other iterables of the same length)
keys = ['name', 'age', 'location']
values = ['Alice', 30, 'New York']
# Use the judson function to combine them into a dictionary
result = judson(keys, values)
# Output the result
print(result)
# Output:
# {'name': 'Alice', 'age': 30, 'location': 'New York'}
License
This project is licensed under the MIT License.
Links
Credits
Author: Johannes
Thank you for using judson!
Project details
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 judson-1.0.6.tar.gz.
File metadata
- Download URL: judson-1.0.6.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9f15d31ac91f22a864589d072c3afe7d70e78b2f881fdc882f8272617c22ee3
|
|
| MD5 |
8c09c1d35d6aad49d362d36e0858a5c5
|
|
| BLAKE2b-256 |
eb236484716e6cc304a660781f630e186a9838a3a9f9e3a2d07bcd9d09123b5c
|
File details
Details for the file judson-1.0.6-py3-none-any.whl.
File metadata
- Download URL: judson-1.0.6-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0f5ef6d3d5be42fd47e52910dce9a06d0283b219aae8597338dcdb8c6f10a71
|
|
| MD5 |
9fde8adf3b0b8d195e4439b405b4505e
|
|
| BLAKE2b-256 |
d3f55f950df88c7f1c86112737a7e5822dcee83aa34a941b080dcb0eeea87d2e
|