Skip to main content

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.

Credits

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

judson-1.0.6.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

judson-1.0.6-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

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

Hashes for judson-1.0.6.tar.gz
Algorithm Hash digest
SHA256 b9f15d31ac91f22a864589d072c3afe7d70e78b2f881fdc882f8272617c22ee3
MD5 8c09c1d35d6aad49d362d36e0858a5c5
BLAKE2b-256 eb236484716e6cc304a660781f630e186a9838a3a9f9e3a2d07bcd9d09123b5c

See more details on using hashes here.

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

Hashes for judson-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c0f5ef6d3d5be42fd47e52910dce9a06d0283b219aae8597338dcdb8c6f10a71
MD5 9fde8adf3b0b8d195e4439b405b4505e
BLAKE2b-256 d3f55f950df88c7f1c86112737a7e5822dcee83aa34a941b080dcb0eeea87d2e

See more details on using hashes here.

Supported by

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