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 details)

Uploaded Python 3

File details

Details for the file sylk_parser-0.4-py3-none-any.whl.

File metadata

  • Download URL: sylk_parser-0.4-py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 3
  • 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

Hashes for sylk_parser-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1579ae571f46c821f4bec2f197eee13b24469f99228ce4b9fba7dbac45ef8fa8
MD5 fcb31cda2515ddda32cb202b0d0996b8
BLAKE2b-256 5489b965b718580886826557df36dcac524c4352ca3789e3fe12c27cae5a8416

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