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.2.tar.gz
(4.5 kB
view details)
File details
Details for the file sylk_parser-0.2.tar.gz
.
File metadata
- Download URL: sylk_parser-0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69d1259db7a6694f6fe76710193963e861edfbdc9cb874cfeb90fdeead3e839a |
|
MD5 | fc84f553ccc241c4ff1a79f5474711a7 |
|
BLAKE2b-256 | 491383c06e7bdcd354636fe3a72632ca21aedc962cbc899c857289991a727d7f |