-
Notifications
You must be signed in to change notification settings - Fork 64
/
LTSV.txt
49 lines (29 loc) · 1.4 KB
/
LTSV.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
*vital/Text/LTSV.txt* LTSV library.
Maintainer: thinca <[email protected]>
==============================================================================
CONTENTS *Vital.Text.LTSV-contents*
INTRODUCTION |Vital.Text.LTSV-introduction|
INTERFACE |Vital.Text.LTSV-interface|
FUNCTIONS |Vital.Text.LTSV-functions|
==============================================================================
INTRODUCTION *Vital.Text.LTSV-introduction*
*Vital.Text.LTSV* is a parser and dumper for Labelled Tab-separated
Values(LTSV).
http://ltsv.org/
==============================================================================
INTERFACE *Vital.Text.LTSV-interface*
------------------------------------------------------------------------------
FUNCTIONS *Vital.Text.LTSV-functions*
parse({ltsv}) *Vital.Text.LTSV.parse()*
Parses records of LTSV. Returns a list of objects.
parse_record({record}) *Vital.Text.LTSV.parse_record()*
Parses a record of LTSV. Returns an object.
parse_file({file}) *Vital.Text.LTSV.parse_file()*
Parses a LTSV file.
dump({data}) *Vital.Text.LTSV.dump()*
Converts a list of objects or an object to a LTSV string.
*Vital.Text.LTSV.dump_file()*
dump_file({data}, {file} [, {append}])
Dumps {data} to {file}. If {append} is true, the data is appended.
==============================================================================
vim:tw=78:fo=tcq2mM:ts=8:ft=help:norl