package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Nov 9, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ini provides functionality to parse and read properties from INI files.
INI represents a parsed INI file in memory.
New returns an INI file given a path to the file.
An error is returned if the file can't be parsed.
Sections returns the names of **non-empty** sections in the file.
For example, the method returns ["paths", "servers"] if the file's content is:
app_mode = development
[paths]
data = /home/git/grafana
[server]
protocol = http
http_port = 9999
Source Files
¶
Click to show internal directories.
Click to hide internal directories.