Basic SLK (sylk) to CSV parser
Project description
A .slk files parser
SLK format : https://en.wikipedia.org/wiki/SYmbolic_LinK_(SYLK)
Largely inspired by : https://github.com/smontanaro/python-bits/blob/master/sylk.py
Installation
Usage
From python code
from sylk_parser import SylkParser
parser = SylkParser(filepath)
with open("/tmp/result.csv", "wb") as fbuf:
parser.to_csv(fbuf)
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
sylk_parser-0.1.tar.gz
(4.4 kB
view details)
File details
Details for the file sylk_parser-0.1.tar.gz
.
File metadata
- Download URL: sylk_parser-0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 246a3ba4766af2ef985950e51c4e72f6981beff2576d7ccc95ecaea77ef31bad |
|
MD5 | 17d429f7f1f56279675a2cd8ac7a2b49 |
|
BLAKE2b-256 | 3e6bbdf085b3043c629113bedac656f294a757e6792e5a131045dc248937a5c0 |