Package: python-iniparse Version: 0.4-2.2+0~20170422054436.6+jessie~1.gbp777412 Architecture: all Maintainer: Ludovico Cavedon Installed-Size: 117 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six Provides: python2.7-iniparse Homepage: http://code.google.com/p/iniparse/ Priority: extra Section: python Filename: pool/main/p/python-iniparse/python-iniparse_0.4-2.2+0~20170422054436.6+jessie~1.gbp777412_all.deb Size: 21296 SHA256: b0e5213501e66568a1715002829c763e63e2b9d94b23dcc1955150cf0e7c06b2 SHA1: 815e52174dee952b3259917cc0983b70f3cdece0 MD5sum: df4251460a0daba2309bec50c6d82ff9 Description: access and modify configuration data in INI files (Python 2) iniparse is a INI parser for Python which is: . * Compatible 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 in Python-2.4.4. . * 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. . This is a Python 2 version of the package Package: python3-iniparse Source: python-iniparse Version: 0.4-2.2+0~20170422054436.6+jessie~1.gbp777412 Architecture: all Maintainer: Ludovico Cavedon Installed-Size: 102 Depends: python3:any (>= 3.3.2-2~), python3-six Homepage: http://code.google.com/p/iniparse/ Priority: extra Section: python Filename: pool/main/p/python-iniparse/python3-iniparse_0.4-2.2+0~20170422054436.6+jessie~1.gbp777412_all.deb Size: 19264 SHA256: e61799adf2e45a853da66460f71bfc82ec167be3cf95a19ff32571ede6bff8f4 SHA1: c4ce1e91b7f431298c16dbaadf902f39cd48705a MD5sum: c0fb4ae0321861d822338173c8fdec45 Description: access and modify configuration data in INI files (Python 3) iniparse is a INI parser for Python which is: . * Compatible 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 in Python-2.4.4. . * 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. . This is a Python 3 version of the package