Skip to main content

Parser of string representation tables

Project description

Parser of string representation tables, input example:

header_1st_col   | header_2nd_col   |\n
row_1_of_1st_col | row_1_of_2nd_col |\n
row_2_of_1st_col | row_2_of_2nd_col |

Parsed information can be accessed by rows:

[{'header_1st_col': 'row_1_of_1st_col', 'header_2nd_col': 'row_1_of_2nd_col'},
 {'header_1st_col': 'row_2_of_1st_col', 'header_2nd_col': 'row_2_of_2nd_col'}]

As well as by columns:

{'header_1st_col': ['row_1_of_1st_col', 'row_2_of_1st_col'],
  header_2nd_col': ['row_1_of_2nd_col', 'row_2_of_2nd_col']}

Fields:

['header_1st_col', 'header_2nd_col', 'header_3rd_col']

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

sttable-0.0.1.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

sttable-0.0.1-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file sttable-0.0.1.tar.gz.

File metadata

  • Download URL: sttable-0.0.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5

File hashes

Hashes for sttable-0.0.1.tar.gz
Algorithm Hash digest
SHA256 46653f283fc0482f338db54d2d8f5d2c4d558eafd565a155acb5e3fbcf3e7b33
MD5 144acd7722ef38cac817788fc5c416a5
BLAKE2b-256 3bba2ace4b4af0711fee93add8ea332be6148282910f683b3d141622d9707a83

See more details on using hashes here.

File details

Details for the file sttable-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: sttable-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5

File hashes

Hashes for sttable-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 305d75b48e409993a766f3c1322bb7244c9c3729a377b98d21aba8047a0f669c
MD5 40778e083ec72a5a1a6a56dcfab1ba9a
BLAKE2b-256 b115f7e0cc20158679798e950e9d9d3599bbec0fe9713fd164e7e0596a8f8167

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