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.0.0.tar.gz
(2.6 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.0.0.tar.gz.
File metadata
- Download URL: simplepsv-1.0.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfe01e77e1fdcab2296a301a2ecdfebc174fd66c65ec8de73b99a85ab87008fd
|
|
| MD5 |
035e08fb1667a7817450e59eae642455
|
|
| BLAKE2b-256 |
6a387af84b383c84cbc713ffa13a708a0928538cadd90bc19cf89f176c9e33aa
|
File details
Details for the file simplepsv-1.0.0-py3-none-any.whl.
File metadata
- Download URL: simplepsv-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
49c625ecd042684c4279ffe7e291626c67a891ea4f9b83b9e0b56b7dc9a82585
|
|
| MD5 |
fadebbfe04e07b5e51b54f2ee40f86bd
|
|
| BLAKE2b-256 |
2c21cef5ea60873f9e07e235b762f564c8ee356f4722782485fdf0ff556c6ce6
|