Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bdpyconsts-1.1.2-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

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

Hashes for bdpyconsts-1.1.2.tar.gz
Algorithm Hash digest
SHA256 145d56ee08b676d4da975b315e25b0f9d9f8fdb5c1c7652db8ff8e6aaa624717
MD5 4812b5072794432d4d5e755061deebf6
BLAKE2b-256 e30fbcd5909059b2df33a9d84317f889394216127f577714b8e1f43f00de401f

See more details on using hashes here.

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

Hashes for bdpyconsts-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6b5e5efd42ac3b5ee888a1e37653ad5d34a60bc4b31be215bbe8f98290c5002b
MD5 476642bcc420bad281ffb59b295e6116
BLAKE2b-256 76d1bd2bfaa40c086e0e278349242bd0b04dc2664613622554b219da76e31211

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page