Library that extends the Python base class library with utility functions.
Project description
universal_common
Library that extends the base class library functionality.
Dictionary
Drop in replacement for the built-in dict that supports either attribute access or indexing.
dictionary: Dictionary = Dictionary({ "a": 1 })
assert dictionary.a == 1
assert dictionary["a"] == 1
assert dictionary.b is None # Does not raise errors.
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 universal_common-1.2.0.tar.gz.
File metadata
- Download URL: universal_common-1.2.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ac0f2e971e256598fcdc78fb9e0c0278fe9b1b8f69328babc0a8b0371bf99a8
|
|
| MD5 |
34a1d0eb53a8465e11d6898f06b91949
|
|
| BLAKE2b-256 |
171c9c740fc7f77f8a4855031e480563a1e37977cdc73b428728557a33de3762
|
File details
Details for the file universal_common-1.2.0-py3-none-any.whl.
File metadata
- Download URL: universal_common-1.2.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bbd3b9c31c079ea6129afcf099e86abd6cdf7ab31c83b3465351ea577e13f51
|
|
| MD5 |
51e2702caaf68e60c96f63ce93bb897e
|
|
| BLAKE2b-256 |
00b89bdf0bbab51fca23f30594bda5445a8992f1de195677fd95e092c46f5df8
|