TSVZ 2.70__py3-none-any.whl → 3.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,56 +1,57 @@
1
- Metadata-Version: 2.2
2
- Name: TSVZ
3
- Version: 2.70
4
- Summary: An simple in memory wrapper around a TSV file to function as a database
5
- Home-page: https://github.com/yufei-pan/TSVZ
6
- Author: Yufei Pan
7
- Author-email: pan@zopyr.us
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.6
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Dynamic: author
15
- Dynamic: author-email
16
- Dynamic: classifier
17
- Dynamic: description
18
- Dynamic: description-content-type
19
- Dynamic: home-page
20
- Dynamic: requires-python
21
- Dynamic: summary
22
-
23
- This lib provides some helper funtions to interact with tsv ( tab seperated values ) files.
24
-
25
- TSVZ can also funtion like an in memory DB that is able to perform non-blocking read / write to TSV files.
26
-
27
- Import as a lib or use console tool:
28
-
29
- ```bash
30
- tsvz -h
31
- ```
32
-
33
- ```bash
34
- TSVZ -h
35
- ```
36
-
37
- ```bash
38
- usage: TSVZ [-h] [-c HEADER] [-f] [-v] [-V] filename [{read,append,delete,clear}] [line ...]
39
-
40
- TSVZed: A TSV file manager
41
-
42
- positional arguments:
43
- filename The TSV file to read
44
- {read,append,delete,clear}
45
- The operation to perform. Default: read
46
- line The line to append to the TSV file. it follows as : \{key\} \{value1\} \{value2\} ... if a key without value be
47
- inserted, the value will get deleted.
48
-
49
- options:
50
- -h, --help show this help message and exit
51
- -c HEADER, --header HEADER
52
- Perform checks with this header of the TSV file. seperate using \t
53
- -f, --force Force the operation. Ignore checks for column numbers / headers
54
- -v, --verbose Print verbose output
55
- -V, --version show program's version number and exit
56
- ```
1
+ Metadata-Version: 2.2
2
+ Name: TSVZ
3
+ Version: 3.10
4
+ Summary: An simple in memory wrapper around a TSV file to function as a database
5
+ Home-page: https://github.com/yufei-pan/TSVZ
6
+ Author: Yufei Pan
7
+ Author-email: pan@zopyr.us
8
+ License: GPLv3+
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+ Dynamic: author
15
+ Dynamic: author-email
16
+ Dynamic: classifier
17
+ Dynamic: description
18
+ Dynamic: description-content-type
19
+ Dynamic: home-page
20
+ Dynamic: license
21
+ Dynamic: requires-python
22
+ Dynamic: summary
23
+
24
+ This lib provides some helper funtions to interact with tsv ( tab seperated values ) files.
25
+
26
+ TSVZ can also funtion like an in memory DB that is able to perform non-blocking read / write to TSV files.
27
+
28
+ Import as a lib or use console tool:
29
+
30
+ ```bash
31
+ tsvz -h
32
+ ```
33
+
34
+ ```bash
35
+ TSVZ -h
36
+ ```
37
+
38
+ ```bash
39
+ usage: TSVZ [-h] [-c HEADER] [-f] [-v] [-V] filename [{read,append,delete,clear}] [line ...]
40
+
41
+ TSVZed: A TSV file manager
42
+
43
+ positional arguments:
44
+ filename The TSV file to read
45
+ {read,append,delete,clear}
46
+ The operation to perform. Default: read
47
+ line The line to append to the TSV file. it follows as : \{key\} \{value1\} \{value2\} ... if a key without value be
48
+ inserted, the value will get deleted.
49
+
50
+ options:
51
+ -h, --help show this help message and exit
52
+ -c HEADER, --header HEADER
53
+ Perform checks with this header of the TSV file. seperate using \t
54
+ -f, --force Force the operation. Ignore checks for column numbers / headers
55
+ -v, --verbose Print verbose output
56
+ -V, --version show program's version number and exit
57
+ ```
@@ -0,0 +1,6 @@
1
+ TSVZ.py,sha256=-B6hoHwwmvspnIlKIOjJFVmd9UDISpP33xwZyn5Ys8I,59836
2
+ TSVZ-3.10.dist-info/METADATA,sha256=Wm6nwGtoMLKmCjD-bCKdCKvEOmHkxG077P1t2zvIE54,1826
3
+ TSVZ-3.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
+ TSVZ-3.10.dist-info/entry_points.txt,sha256=WeXidyV5yKCRLaVsnAY35xGa08QgytOfvr1CK9aescI,60
5
+ TSVZ-3.10.dist-info/top_level.txt,sha256=OPx4LvOpaYykaos7oL_jGaObSWXxLzhHiWLuz-K147g,5
6
+ TSVZ-3.10.dist-info/RECORD,,