./textproc/py-iniparse, Better INI parser for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5nb2, Package name: py312-iniparse-0.5nb2, Maintainer: pkgsrc-users

iniparse is a INI parser for Python which is:

* Compatiable with ConfigParser: Backward compatible implementations of
ConfigParser, RawConfigParser, and SafeConfigParser are included that are API
compatible with the Python standard library. They pass all the unit tests
included with Python;

* Preserves structure of INI files: Order of sections & options, indentation,
comments, and blank lines are preserved as far as possible when data is
updated;

* More convenient: Values can be accessed using dotted notation
(cfg.user.name), or using container syntax (cfg['user']['name']);

It is very useful for config files that are updated both by users and by
programs, since it is very disorienting for a user to have her config file
completely rearranged whenever a program changes it. iniparse also allows making
the order of entries in a config file significant, which is desirable in
applications like image galleries.


Required to run:
[lang/py-six] [lang/python310]

Master sites:

Filesize: 31.478 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-22 22:36:24 by Thomas Klausner | Files touched by this commit (2)
Log message: py-iniparse: convert to wheel.mk Bump PKGREVISION. 
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS 
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message: textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip 
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message: textproc: Remove SHA1 hashes for distfiles 
   2020-06-18 23:45:06 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message: py-iniparse: updated to 0.5 0.5: Unknown changes 
   2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155)
Log message: textproc: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. 
   2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415)
Log message: Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \ future Python 3.8 
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message: Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.