Implement python constant configuration and reading
Project description
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"
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
bdpyconsts-1.1.2.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 bdpyconsts-1.1.2.tar.gz.
File metadata
- Download URL: bdpyconsts-1.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
145d56ee08b676d4da975b315e25b0f9d9f8fdb5c1c7652db8ff8e6aaa624717
|
|
| MD5 |
4812b5072794432d4d5e755061deebf6
|
|
| BLAKE2b-256 |
e30fbcd5909059b2df33a9d84317f889394216127f577714b8e1f43f00de401f
|
File details
Details for the file bdpyconsts-1.1.2-py3-none-any.whl.
File metadata
- Download URL: bdpyconsts-1.1.2-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b5e5efd42ac3b5ee888a1e37653ad5d34a60bc4b31be215bbe8f98290c5002b
|
|
| MD5 |
476642bcc420bad281ffb59b295e6116
|
|
| BLAKE2b-256 |
76d1bd2bfaa40c086e0e278349242bd0b04dc2664613622554b219da76e31211
|