A module allowing for constant and publicly immutable data.
Project description
Pykon
| Pykon is a way to allow constant and publicly immutable data.
Example
import Pykon
from typing import Union
mylist: Union[Pykon, PykonError] = Pykon(list, [1,2,3,4])
if type(mylist) is Pykon.PykonError:
raise mylist
else:
print(mylist.data)
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
pykon-0.1.0a1.tar.gz
(2.2 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 pykon-0.1.0a1.tar.gz.
File metadata
- Download URL: pykon-0.1.0a1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6e14e26f42434bcb5483ca38c230e3a5bbc8df0f0c7da4cd080c41a54be8f07
|
|
| MD5 |
74485816032bfcd75f5d646095055f56
|
|
| BLAKE2b-256 |
7360c888054c7e0f4059252e3f784bfb2b21663eda81a1763fc744b4a3f0c879
|
File details
Details for the file pykon-0.1.0a1-py3-none-any.whl.
File metadata
- Download URL: pykon-0.1.0a1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58d67e68975c488d8a19df87f52fbe7c737ab756d115ee68dc8b593d43c2a142
|
|
| MD5 |
9d019c82e0bdad668260ae4c02fe702f
|
|
| BLAKE2b-256 |
524144363c54b432267c34299cf6d12070a854826709875afe68fd4754dbc8a5
|