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.1.tar.gz
(2.5 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 yuanfen-2023.4.24.1.tar.gz.
File metadata
- Download URL: yuanfen-2023.4.24.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce4cafc900163aa53b36ff1ffc90c16d9b9bb2a7c2069829caaf609a882854ae
|
|
| MD5 |
a70f9a138d5d695d33281b826ee73008
|
|
| BLAKE2b-256 |
132e5aecba2ededbc5adf406bd66a5f30a97c1f3222e6e2377902fd7b80ea83b
|
File details
Details for the file yuanfen-2023.4.24.1-py3-none-any.whl.
File metadata
- Download URL: yuanfen-2023.4.24.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ce8c5e15b086879aad0465000ca1cdcd44f03006d3335b63ff7105d0aee8348
|
|
| MD5 |
f047673092dbaf63fd269b5c1d60e753
|
|
| BLAKE2b-256 |
1c48eaf201a679ebc792bb47dbb25764a34053c538cdd6a5a0e0233e01f09f50
|