Package: python-iniparse Version: 0.4-2.2+0~20170422054424.6+stretch~1.gbp777412 Architecture: all Maintainer: Ludovico Cavedon Installed-Size: 90 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~20170422054424.6+stretch~1.gbp777412_all.deb Size: 21112 SHA256: 7d78f3a7342c41fc15d5fb5784fab651b8993d8ea83280a3df4b3545d5756d5c SHA1: 1c162fff6acbfed4ea2e600207b7f6ed16cbcbbc MD5sum: 40a26341b74603967e6ba87a2853f3b0 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~20170422054424.6+stretch~1.gbp777412 Architecture: all Maintainer: Ludovico Cavedon Installed-Size: 80 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~20170422054424.6+stretch~1.gbp777412_all.deb Size: 19144 SHA256: 003985f8b7851e676cc5afc6c235710b07533e5cda4f8a9897f0eaea76e46c46 SHA1: abeac9bfd77a1fbaf1db91a616e5766e3222e807 MD5sum: 941803a6475aa5b2073811fa05c8c3e2 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