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.
Release files for qvikconfig 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qvikconfig-0.1.1.tar.gz | 18.2 kB | Details |
Release files / qvikconfig-0.1.1.tar.gz
| Download URL | qvikconfig-0.1.1.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b274d09523f74bca285b461d8f3f21462bce6660d9bb3e2bf5b9866cac126eab
|
|
BLAKE2b-256 checksum How to use checksums |
ee1ef9227c7a30f69e161ac365d26599352cdf9d714a23d7ccff9ab840a4a7bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |