Python constant manager
New features
2023.06.14
1. Support manual constant modification by locking the flag bit with a manual switch
from bdpyconsts import bdpyconsts as consts
consts.ABCD = "abcd"
# one way
consts.unlock()
consts.ABCD = "abcd"
consts.locked()
# another way
if not consts.lock:
onsts.ABCD = "abcd"
Release files for bdpyconsts 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bdpyconsts-1.1.2.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bdpyconsts-1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.3 kB
Release files / bdpyconsts-1.1.2.tar.gz
| Download URL | bdpyconsts-1.1.2.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
145d56ee08b676d4da975b315e25b0f9d9f8fdb5c1c7652db8ff8e6aaa624717
|
|
BLAKE2b-256 checksum How to use checksums |
e30fbcd5909059b2df33a9d84317f889394216127f577714b8e1f43f00de401f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.3
|
Release files / bdpyconsts-1.1.2-py3-none-any.whl
| Download URL | bdpyconsts-1.1.2-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6b5e5efd42ac3b5ee888a1e37653ad5d34a60bc4b31be215bbe8f98290c5002b
|
|
BLAKE2b-256 checksum How to use checksums |
76d1bd2bfaa40c086e0e278349242bd0b04dc2664613622554b219da76e31211
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.3
|