INI Config Creating/Parsing Tool
Project description
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
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
iniconf-0.1.9.1.tar.gz
(4.0 kB
view details)
File details
Details for the file iniconf-0.1.9.1.tar.gz.
File metadata
- Download URL: iniconf-0.1.9.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd31916f32163f6c6aaa672db1082c5c52f22e76671fb5c178ef50f72df18b2f
|
|
| MD5 |
ef10b32615b1014feb4e7028283cf327
|
|
| BLAKE2b-256 |
c88020ce76e112e29384a068edba50818f3f3d28718dfe48994afbdd914cdf15
|