Read and write simple config files.
Project description
qvikconfig is a parser of a simple config file syntax called the qvikconfig format. The basic syntax is ‘property = value’. qvikconfig works with both Python 2.6+ and Python 3.x.
License
qvikconfig is free software under the terms of the GNU General Public License version 3 (or any later version). The author of qvikconfig is Niels Serup, contactable at ns@metanohi.org. This is version 0.1.1 of the program.
Installing
If you have python-setuptools installed, you can just do this:
$ sudo easy_install qvikconfig
Alternatively, download and extract the gzipped tarball found on this very page, and then run this:
$ sudo python setup.py install
The newest version of qvikconfig is always available at http://metanohi.org/projects/qvikconfig/ and at the Python Package Index.
Using
This module has two functions: parse and dump. parse is used to read config files, while dump is used to write config files. The basic syntax of config files is property = value. The complete documentation is included within the qvikconfig library and can be accessed by executing pydoc qvikconfig.
Tests of qvikconfig config files are located in the tests/ directory of the distribution.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file qvikconfig-0.1.1.tar.gz
.
File metadata
- Download URL: qvikconfig-0.1.1.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b274d09523f74bca285b461d8f3f21462bce6660d9bb3e2bf5b9866cac126eab
|
|
MD5 |
29bbce29c43d0eb75a147a88c541c578
|
|
BLAKE2b-256 |
ee1ef9227c7a30f69e161ac365d26599352cdf9d714a23d7ccff9ab840a4a7bf
|