Read, write and manipulate delimited text files
Project description
Pysheet is your best companion for data management. It can read and write to a delimited text file (spreadsheet), consolidate columns and merge spreadsheets together. It allows you to query for information thus turning your text file into a lightweight database. It can be used both as a python library (from pysheet import Pysheet) and as a command-line tool (pysheet -h) and supports concurrent access control for reading/writing to the same file in parallel.
Quick Start
pip install pysheet pysheet --write 1 A world 2 B hello 3 C ! -k 2 1 3 -v
Output:
ID | B | A | C ===+=======+=======+== 1 | | world | 2 | hello | | 3 | | | !
Help!
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 Distributions
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 pysheet-0.3.14-py2.py3-none-any.whl.
File metadata
- Download URL: pysheet-0.3.14-py2.py3-none-any.whl
- Upload date:
- Size: 40.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b2c6b470c37d2c6a18c545438e9a2901289333168a218e2e7d21d2792ee92fa
|
|
| MD5 |
efab06187f673074409930f8aef38550
|
|
| BLAKE2b-256 |
5748441a0ff21391b6da941ce1046b57e7a809ebaefe83260d894c50ca7f018e
|