TSVZ 2.67__py3-none-any.whl → 3.2__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,48 +1,57 @@
1
- Metadata-Version: 2.1
2
- Name: TSVZ
3
- Version: 2.67
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
-
15
- This lib provides some helper funtions to interact with tsv ( tab seperated values ) files.
16
-
17
- TSVZ can also funtion like an in memory DB that is able to perform non-blocking read / write to TSV files.
18
-
19
- Import as a lib or use console tool:
20
-
21
- ```bash
22
- tsvz -h
23
- ```
24
-
25
- ```bash
26
- TSVZ -h
27
- ```
28
-
29
- ```bash
30
- usage: TSVZ [-h] [-c HEADER] [-f] [-v] [-V] filename [{read,append,delete,clear}] [line ...]
31
-
32
- TSVZed: A TSV file manager
33
-
34
- positional arguments:
35
- filename The TSV file to read
36
- {read,append,delete,clear}
37
- The operation to perform. Default: read
38
- line The line to append to the TSV file. it follows as : \{key\} \{value1\} \{value2\} ... if a key without value be
39
- inserted, the value will get deleted.
40
-
41
- options:
42
- -h, --help show this help message and exit
43
- -c HEADER, --header HEADER
44
- Perform checks with this header of the TSV file. seperate using \t
45
- -f, --force Force the operation. Ignore checks for column numbers / headers
46
- -v, --verbose Print verbose output
47
- -V, --version show program's version number and exit
48
- ```
1
+ Metadata-Version: 2.2
2
+ Name: TSVZ
3
+ Version: 3.2
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=l2y-iLRf0xFusH1aoAciHSBkix0P8k643A1ChU25dPA,54026
2
+ TSVZ-3.2.dist-info/METADATA,sha256=p381Xig6aZj75lDC_D3Loa1F4cZa8PJSfALC9UrfrbA,1825
3
+ TSVZ-3.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
+ TSVZ-3.2.dist-info/entry_points.txt,sha256=WeXidyV5yKCRLaVsnAY35xGa08QgytOfvr1CK9aescI,60
5
+ TSVZ-3.2.dist-info/top_level.txt,sha256=OPx4LvOpaYykaos7oL_jGaObSWXxLzhHiWLuz-K147g,5
6
+ TSVZ-3.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5