Skip to main content

Basic SLK (sylk) to CSV parser

Project description

Travis-ci: continuous integration status.

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 cStringIO import StringIO
from sylk_parser import SylkParser

parser = SylkParser("somefile.slk")

fbuf = StringIO()
parser.to_csv(fbuf)

test_results = fbuf.getvalue()
print test_results

Python3

0.4 version is a Python3 only version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sylk_parser-0.4-py3-none-any.whl (17.4 kB view hashes)

Uploaded Python 3

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