c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
8 lines
414 B
Text
8 lines
414 B
Text
ZConfig is a general use Python configuration library. It supports a
|
|
hierarchical schema-driven configuration model that allows a schema to
|
|
specify data conversion routines written in Python. ZConfig's model is
|
|
very different from the model support by the ConfigParser module
|
|
found in Python's standard library, and is more suitable to
|
|
configuration-intensive applications.
|
|
|
|
WWW: https://pypi.org/project/ZConfig/
|