Metadata-Version: 1.1
Name: cskv
Version: 1.0.0.dev6
Summary: Config parser for INI and RAW formatted files
Home-page: https://github.com/julenl/cskv
Author: Julen Larrucea
Author-email: julen@larrucea.eu
License: GNU General Public License v2 (GPLv2)
Download-URL: https://github.com/julenl/cskv/archive/0.1.tar.gz
Description: CSKV is a python tool too edit INI or RAW config files with a single call. It can be used as a command-line tool, or it can be imported as a module in python 2.*. It does what other similar tools also do, but it also handles indentation, and automatic file-type recognition (INI or different RAW types). If the documentation is not clear enough, the source code is relatively short, so any issue can be quickly traced.
Keywords: config,ini,raw,parser,non-interactive
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: System :: Systems Administration
