Skip to main content

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("config.json")
config_yaml = Config("config.yaml")
config_ini = Config("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.23.5.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

yuanfen-2023.4.23.5-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

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