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.0a2.tar.gz
(2.1 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.0a2.tar.gz.
File metadata
- Download URL: pykon-0.1.0a2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
614a4c207bcb6cc89b55a301c008a1b232545e39ce7b2d4c302537c76279b1ef
|
|
| MD5 |
9b8a657da38b4eca485ccfbfcbeaf512
|
|
| BLAKE2b-256 |
375b883dce549c8308d87d6a3a7c9bc3ea7ffc317211d3d9ef57248289c74028
|
File details
Details for the file pykon-0.1.0a2-py3-none-any.whl.
File metadata
- Download URL: pykon-0.1.0a2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a14ab6a99b57431b29c53c2b716e8e1fa5ded6a9fe381efa5dec7fa3fa50597d
|
|
| MD5 |
8bca57a76add1ce31b03ee0b9e1b2c6e
|
|
| BLAKE2b-256 |
fc8cee8d101d4a717cbfc61e88ad547350ac99e9060f87eeb06325779264d5f8
|