Package: ConfigParser 1.0.0

ConfigParser: Package to Parse an INI File, Including Variable Interpolation

Enhances the 'ini' package by adding the ability to interpolate variables. The INI configuration file is read into an R6 ConfigParser object (loosely inspired by Pythons ConfigParser module) and the keys can be read, where '%(....)s' instances are interpolated by other included options or outside variables.

Authors:Holger Hoefling [aut, cre]

ConfigParser_1.0.0.tar.gz
ConfigParser_1.0.0.zip(r-4.7-any)ConfigParser_1.0.0.zip(r-4.6-any)ConfigParser_1.0.0.zip(r-4.5-any)
ConfigParser_1.0.0.tgz(r-4.6-any)ConfigParser_1.0.0.tgz(r-4.5-any)
ConfigParser_1.0.0.tar.gz(r-4.7-any)ConfigParser_1.0.0.tar.gz(r-4.6-any)
ConfigParser_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
ConfigParser/json (API)

# Install 'ConfigParser' in R:
install.packages('ConfigParser', repos = c('https://hhoeflin.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/hhoeflin/configparser/issues

On CRAN:

Conda:

3.65 score 1 stars 1 packages 30 scripts 291 downloads 1 exports 2 dependencies

Last updated from:0385c85d66. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK135
source / vignettesOK161
linux-release-x86_64OK122
macos-release-arm64OK69
macos-oldrel-arm64OK97
windows-develOK60
windows-releaseOK74
windows-oldrelOK60
wasm-releaseOK95

Exports:ConfigParser

Dependencies:iniR6

Readme and manuals

Help Manual

Help pageTopics
R6 object to parse an INI fileConfigParser configParser-class