Iniconf is a simple and easy to use tool for creating and parsing INI files.
To create an INI file:
from iniconf.creator import IniCreator
cfg = IniCreator('/path/to/template/file.ini', '/path/to/destination/file.ini')
cfg.generate_file()
To read a configuration:
from iniconf.config import Config cfg = Config(['/path/to/file1.ini', '/path/to/file2.ini', '/path/to/folder/full/of/files']) print cfg.config
Release files for iniconf 0.1.9.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iniconf-0.1.9.1.tar.gz | 4.0 kB | Details |
Release files / iniconf-0.1.9.1.tar.gz
| Download URL | iniconf-0.1.9.1.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bd31916f32163f6c6aaa672db1082c5c52f22e76671fb5c178ef50f72df18b2f
|
|
BLAKE2b-256 checksum How to use checksums |
c88020ce76e112e29384a068edba50818f3f3d28718dfe48994afbdd914cdf15
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |