Skip to main content

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


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.2a1.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file sylk_parser-0.2a1.tar.gz.

File metadata

  • Download URL: sylk_parser-0.2a1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sylk_parser-0.2a1.tar.gz
Algorithm Hash digest
SHA256 ec259d0fb4b9e86c638f52976046309cd632d021de21f84497152bea950e7cad
MD5 9f78f23cc25f746b81c5371537c5739b
BLAKE2b-256 54c78e407b8d5e9958dcfcd6f30b31947a0b93dcbaf2ce7b0401587da6baa5dc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page