key-value-comment config
Project description
kvcomcon: key-value-comment config
Example:
::
# My cool config
foo = bar
sentence = This is my cool sentence.
The config format is line-based. Each line must be one of these:
1. A comment line (the first non-whitespace character is '#'
2. An empty line (whitespace is allowed)
3. somekey = somevalue
Leading and trailing whitespace is stripped from each line, as well as
around each key and value. For example, these two lines are equivalent:
::
"key=val 123"
" key = val 123 "
Example:
::
# My cool config
foo = bar
sentence = This is my cool sentence.
The config format is line-based. Each line must be one of these:
1. A comment line (the first non-whitespace character is '#'
2. An empty line (whitespace is allowed)
3. somekey = somevalue
Leading and trailing whitespace is stripped from each line, as well as
around each key and value. For example, these two lines are equivalent:
::
"key=val 123"
" key = val 123 "
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
kvcomcon-1.0.0.tar.gz
(2.1 kB
view details)
File details
Details for the file kvcomcon-1.0.0.tar.gz
.
File metadata
- Download URL: kvcomcon-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc0f63923e28e77614c7218d22cc7e34e782601cd06b0e5c27722ff29ce1e1e3 |
|
MD5 | d70c310ef1ecb353e02ef03fb005eb3d |
|
BLAKE2b-256 | c87de4a228d1a9f9b2b9ddf5a5e3f5eeab3e6377026ba28b104b29da9cded2d4 |