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.3.1b0.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file sylk_parser-0.3.1b0.tar.gz
.
File metadata
- Download URL: sylk_parser-0.3.1b0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d10841470f8234ca16efa95f8b3e16fcdeae51d9ea0e3a03706fa43018f9d515 |
|
MD5 | 35d35390a6f25c0cc212a2a62aaf3663 |
|
BLAKE2b-256 | c780667bbb57d4a0da11dac08a1c2f70d9af3a2663d35080324999da764926ee |
File details
Details for the file sylk_parser-0.3.1b0-py2.7.egg
.
File metadata
- Download URL: sylk_parser-0.3.1b0-py2.7.egg
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 938e2963c01e81b7dc29a5a683caff639f77a776177653e09567b5c06d0ed18c |
|
MD5 | 53628cd1d552a83ca64b479ab775461b |
|
BLAKE2b-256 | c709cf459f2cd6720cb9c0af9998b4aa860cf79a57a5a5ae59211d6d083f3fbc |