Skip to main content

S-expression parser for Python

Project description

sexpdata is a simple S-expression parser/serializer. It has simple load and dump functions like pickle, json or PyYAML module.

>>> from sexpdata import loads, dumps
>>> loads('("a" "b")')
['a', 'b']
>>> print(dumps(['a', 'b']))
("a" "b")

You can install sexpdata from PyPI:

pip install sexpdata

Links:

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

sexpdata-0.0.1.tar.gz (6.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: sexpdata-0.0.1.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sexpdata-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9706fd40b7babe55ca0f256b677d73c8aed33c644fdce0c8d690f97478c9ce6a
MD5 ff260fbdf11ff68579a3ad0a19c599db
BLAKE2b-256 c238af02cbdd5ea3ae050cb236aae8d906f0610277d4cc5e43ca797d010de828

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