Pythonには、古くから使われているシンプルな設定形式である**「INIファイル」 を扱うための標準ライブラリ、 「configparser」**が用意されています。 今回は、このモジュールの便利な機能と、特に強力な「型変換」の仕組みについてご紹介します。
java-configparser is an Apache 2.0 licensed INI file parser for Java. It is intended to be compatible with Python's configparser package. Java 7 or higher is required. Here's an example file that uses ...