Reads a categorized file and returns a dictionary
Project description
Reads lines from a plaintext file, separated by categories.
To use use it, install the package and import on your project with
import catlist
Then read a file with
categories = catlist.catlist(file_name)
Category names are delimited by square brackets as the first and last characters of the line.
Items in each category are just plain text, one item per line
Any lines before the first category will be assigned to 'uncategorized'
The format is simmilar to .ini files, only you don't have thei 'key'='value' structure in the items.
Blank lines and lines that begin with '#' are ignored.
Example of a file:
# the following lines will be assigned to 'uncategorized`
Linux
Windows
MacOS
[Directories]
/home
/usr
/etc
# this line will be ignored
[Files]
README.md
module.py
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
Built Distribution
Close
Hashes for simple_categories-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08a3eedf08287ae03795f47d197dc7937a101a1ccd3d96123c1be88950374179 |
|
MD5 | 3468ac26f0db9c63f7d1095348d9e479 |
|
BLAKE2b-256 | 7d0049483e6b1a70301772ec81709a348639375c2e2116c2ebc128b11581ecac |