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.10.24.2.tar.gz
(2.7 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.10.24.2.tar.gz.
File metadata
- Download URL: yuanfen-2023.10.24.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eb2c3ab9206687c6c3e8fb6e4c42d89f8626c9825f7812fe2a04ef463f6a8ec
|
|
| MD5 |
a820a9a5af45b1da785ef4b87117ae5d
|
|
| BLAKE2b-256 |
11c97612b63a706bd8f59949a30e4dad0f3a017e360cf464feeab6968187de27
|
File details
Details for the file yuanfen-2023.10.24.2-py3-none-any.whl.
File metadata
- Download URL: yuanfen-2023.10.24.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4216d8a95df613b3083dc630275477ad9591bcdbc088b879f8cf1293f3aa071
|
|
| MD5 |
e6cf388419c08828b5a65c81c41dea82
|
|
| BLAKE2b-256 |
f76cd1e8bb9dc34904dc53605517d364b04c0dcb02d2a55a8716ed022cf5f378
|