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.0.tar.gz
(3.2 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.0.tar.gz.
File metadata
- Download URL: simplepsv-1.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3c8740f2af585e65b56f897460e2ef09191abfaa14ebde733c1e3d6763ad006
|
|
| MD5 |
c1eaed2703c70c98b7fed71121c7b18f
|
|
| BLAKE2b-256 |
4c068ea6e191fc4102fa433c1b22a09b95d7024e0dd62967ca823391225fc221
|
File details
Details for the file simplepsv-1.1.0-py3-none-any.whl.
File metadata
- Download URL: simplepsv-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 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 |
36658c0fe75b9c567a05d9c1817cb9fcb8b4878c77fc5c1a6e01e600379175a0
|
|
| MD5 |
d34e8fcc7f952477d31bef0dcd85a4bb
|
|
| BLAKE2b-256 |
b677fe2b71f0b9371e4e570b1586382563563cc48cb14ad1b997bdd4a462a082
|