trisquel-icecat/icecat/third_party/python/iniparse/iniparse-0.5.dist-info/METADATA
2025-10-06 02:35:48 -06:00

30 lines
1.2 KiB
Text

Metadata-Version: 2.1
Name: iniparse
Version: 0.5
Summary: Accessing and Modifying INI files
Home-page: https://github.com/candlepin/python-iniparse
Author: Paramjit Oberoi
Author-email: chainsaw@redhat.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six
iniparse is an INI parser for Python which is API compatible
with the standard library's ConfigParser, preserves structure of INI
files (order of sections & options, indentation, comments, and blank
lines are preserved when data is updated), and is more convenient to
use.