Simple PSV file parser
Project description
Introduction
A basic PSV (Pipe Separated Value) parser and manager with a variety of functions
Features
- Read PSV files
- Write PSV files
- Append rows
- Search records
- Search columns
- Update rows
- Delete rows
- Print tables
- Dictionary-based access
Installation
pip install simplePsv
Syntax
import psv
DataFile = "users.psv" #for example
psv.initPsv(DataFile, ['users', 'emailIDs'])
psv.appendRow(DataFile, ['Sohny Jins', 'SonhyTheHoly@gmail.com'])
psv.printTable(DataFile)
# Try it you will find more!
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
simplepsv-1.1.1.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplepsv-1.1.1.tar.gz.
File metadata
- Download URL: simplepsv-1.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d784908ba56cff1d8e194a7a0c27fd7b7c46d666b9cae559406e1250cb1e8445
|
|
| MD5 |
d7567f57b115d90af46a4fba2242299f
|
|
| BLAKE2b-256 |
122aed669fb5de987c14c9c0434986300fc869181f6c338d8b1b629c14820532
|
File details
Details for the file simplepsv-1.1.1-py3-none-any.whl.
File metadata
- Download URL: simplepsv-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44c54d3468c97ec7835f3c718970e9bc081d4c1ef41fced9a36749af650995a6
|
|
| MD5 |
721e9f8f847e14373d0ec0c75bc9ed01
|
|
| BLAKE2b-256 |
962a52e082406c5070d80a3b09e4b72355eb9edb20f4d90208e735cd95018f7c
|