Yuanfen Python Library
Project description
Yuanfen Python Library
build && upload
$ python3 setup.py sdist bdist_wheel
$ python3 -m twine upload dist/*
utils.config
Support .json, .yaml, .ini files. Support auto reloading while config file changes.
config_json = Config(os.path.abspath("config.json"))
config_yaml = Config(os.path.abspath("config.yaml"))
config_ini = Config(os.path.abspath("config.ini"))
print(config_ini["app"]["config_a"])
print(config_yaml["movie"]["name"])
utils.logger
Stream and TimedRotatingFile handlers for logging.
logger.set_level(level)
logger.debug("debug log")
logger.info("debug log")
logger.warn("debug log")
logger.error("debug log")
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
yuanfen-2023.4.24.10.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for yuanfen-2023.4.24.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b96e7b34b0be77e3da4fbb7d3e6f1ac386cfefe6727dab7495d92d6be87c8977 |
|
MD5 | 82c96ef360c9d5e4a26d7268506d4e5c |
|
BLAKE2b-256 | 12dab770e21c37da3423a3f9763a06e210388b2eaa48f790bc08f55ccfd92edd |