TSVZ 2.57__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.
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.1
2
+ Name: TSVZ
3
+ Version: 2.57
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.
@@ -0,0 +1,6 @@
1
+ TSVZ.py,sha256=pLi2pADqECVnafOzl8tZSQnytATuCdYUgZwwqm7vIm4,29673
2
+ TSVZ-2.57.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
3
+ TSVZ-2.57.dist-info/METADATA,sha256=UudrakeV_BECAS6aFeEZ8n5HBvyc0aFlKiPYzNdRB_E,703
4
+ TSVZ-2.57.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
5
+ TSVZ-2.57.dist-info/top_level.txt,sha256=OPx4LvOpaYykaos7oL_jGaObSWXxLzhHiWLuz-K147g,5
6
+ TSVZ-2.57.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (74.1.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ TSVZ